aboutsummaryrefslogtreecommitdiff
path: root/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2024-10-09 11:11:11 -0400
committerB Stack <bgstack15@gmail.com>2024-10-09 11:11:11 -0400
commit01248495cb66c3f3d3b2344c3ab18e67aeef82be (patch)
treec25d2c20f9bff7354a3256d56564bd738401568b /debian/watch
parentRequire GTK+ 3.24.9 or later (diff)
downloadgtk3-classic-module-01248495cb66c3f3d3b2344c3ab18e67aeef82be.tar.gz
gtk3-classic-module-01248495cb66c3f3d3b2344c3ab18e67aeef82be.tar.bz2
gtk3-classic-module-01248495cb66c3f3d3b2344c3ab18e67aeef82be.zip
add Xsession.d entry, and debian/
Diffstat (limited to 'debian/watch')
-rw-r--r--debian/watch2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..76575dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# You must remove unused comment lines for the released package.
+version=3
bgstack15