summaryrefslogtreecommitdiff
path: root/xseticon/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-11 19:15:21 +0000
committerB Stack <bgstack15@gmail.com>2020-02-11 19:15:21 +0000
commit1cd6a3d3907d12ec77b4e8fd97cc690b343e1db6 (patch)
tree94888ed79cdf150e5fd5d3513bc916ec69f2b47b /xseticon/debian/watch
parentWIP: add mktrayicon (diff)
parentadd libglib2 dep (diff)
downloadstackrpms-1cd6a3d3907d12ec77b4e8fd97cc690b343e1db6.tar.gz
stackrpms-1cd6a3d3907d12ec77b4e8fd97cc690b343e1db6.tar.bz2
stackrpms-1cd6a3d3907d12ec77b4e8fd97cc690b343e1db6.zip
Merge branch 'xseticon-bump' into 'updates'
add xseticon dpkg See merge request bgstack15/stackrpms!120
Diffstat (limited to 'xseticon/debian/watch')
-rw-r--r--xseticon/debian/watch4
1 files changed, 4 insertions, 0 deletions
diff --git a/xseticon/debian/watch b/xseticon/debian/watch
new file mode 100644
index 0000000..e01e1a2
--- /dev/null
+++ b/xseticon/debian/watch
@@ -0,0 +1,4 @@
+# You must remove unused comment lines for the released package.
+version=4
+opts=filenamemangle=s/.+\/@PACKAGE@-@ANY_VERSION@\+(bzr[0-9]*)?@ARCHIVE_EXT@ \
+ http://www.leonerd.org.uk/code/@PACKAGE@/@PACKAGE@-@ANY_VERSION@\+(bzr[0-9]*)?@ARCHIVE_EXT@
bgstack15