diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
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. |