aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-20 11:13:53 -0400
committerB Stack <bgstack15@gmail.com>2020-09-20 11:13:53 -0400
commitfc36604e4522ab7b2cb8309e8727e6664a92dc92 (patch)
tree253150c367ba39724a7d91b04fe3aa94539b71c3 /debian/control
downloadthemedetector-fc36604e4522ab7b2cb8309e8727e6664a92dc92.tar.gz
themedetector-fc36604e4522ab7b2cb8309e8727e6664a92dc92.tar.bz2
themedetector-fc36604e4522ab7b2cb8309e8727e6664a92dc92.zip
initial commitHEADmaster
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8b3b4ed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: themedetector
+Section: x11
+Priority: optional
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 12),
+ bgscripts-core (>= 1.5.0),
+ libgtk-3-dev,
+ txt2man
+Standards-Version: 4.5.0
+Homepage: https://bgstack15.wordpress.com/
+
+Package: themedetector
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ python3
+Description: Detect the default gtk3 theme
+ Implemented in C and Python, themedetector merely
+ prints to standard output the current gtk3 theme.
bgstack15