aboutsummaryrefslogtreecommitdiff
path: root/debian/watch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2025-01-09 20:51:41 -0500
committerB. Stack <bgstack15@gmail.com>2025-01-09 20:51:41 -0500
commit09c8f5ee8bf92e86ffb975d1c7e8079e120676c0 (patch)
treea93cb680270342b586467d6884c60567a81cdd19 /debian/watch
parentset default show_gui to true (diff)
downloadgmm-09c8f5ee8bf92e86ffb975d1c7e8079e120676c0.tar.gz
gmm-09c8f5ee8bf92e86ffb975d1c7e8079e120676c0.tar.bz2
gmm-09c8f5ee8bf92e86ffb975d1c7e8079e120676c0.zip
add dpkg recipe
Diffstat (limited to 'debian/watch')
-rw-r--r--debian/watch3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6ebdc86
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+# You must remove unused comment lines for the released package.
+# Compulsory line, this is a version 4 file
+version=4
bgstack15