aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..941a2a4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: gtk3-classic-module
+Section: x11
+Priority: optional
+Maintainer: B. Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 13),
+ libgtk-3-dev,
+ meson
+Standards-Version: 4.6.1
+Homepage: https://github.com/thesquash/gtk3-classic-module
+Rules-Requires-Root: no
+
+Package: gtk3-classic-module
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: GTK3 module that replicates lah7 gtk3-classic behavior
+ Use gtk3-classic look-and-feel without a
+ recompiled gtk3. This is just a module.
bgstack15