summaryrefslogtreecommitdiff
path: root/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-16 19:23:35 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-16 19:23:35 -0400
commit9dc557ebd6b305bb4d4146dc77b499f7288fa37c (patch)
tree5c6913f0b0c9a327131aeee52fbfc0dfa8f3d0de /debian/_service
parentbringing in updates to the package since then (diff)
downloadd2x-rebirth-9dc557ebd6b305bb4d4146dc77b499f7288fa37c.tar.gz
d2x-rebirth-9dc557ebd6b305bb4d4146dc77b499f7288fa37c.tar.bz2
d2x-rebirth-9dc557ebd6b305bb4d4146dc77b499f7288fa37c.zip
update packaging for building now
Diffstat (limited to 'debian/_service')
-rw-r--r--debian/_service28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/_service b/debian/_service
new file mode 100644
index 0000000..b262a30
--- /dev/null
+++ b/debian/_service
@@ -0,0 +1,28 @@
+<services>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://bgstack15.ddns.net/git/stackrpms.git</param>
+ <param name="subdir">d2x-rebirth/debian</param>
+ <param name="filename">debian</param>
+ <param name="revision">descent2-bump</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">xz</param>
+ </service>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://github.com/dxx-rebirth/dxx-rebirth</param>
+ <param name="revision">master</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">gz</param>
+ </service>
+ <service name="extract_file">
+ <param name="archive">*.tar.xz</param>
+ <param name="files">*/*.dsc</param>
+ </service>
+</services>
bgstack15