summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-30 17:15:47 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-30 17:15:47 -0500
commitefb3ba42857dd7564a64c41713b4f1dfc03c75e5 (patch)
tree356ba412629b4810efd252f365868e0a9df59a24 /newmoon/debian/control
parentwf-g: try python3-distutils (diff)
parentremove --disable-eme (diff)
downloadstackrpms-efb3ba42857dd7564a64c41713b4f1dfc03c75e5.tar.gz
stackrpms-efb3ba42857dd7564a64c41713b4f1dfc03c75e5.tar.bz2
stackrpms-efb3ba42857dd7564a64c41713b4f1dfc03c75e5.zip
Merge branch 'newmoon-bump'
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index d2604b5..cb9cd4f 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -1,15 +1,16 @@
Source: newmoon
Section: web
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Bugs: mailto: <bgstack15@gmail.com>
Build-Depends: debhelper (>= 12),
autoconf2.13,
g++ (>= 7),
libasound2-dev,
libdbus-glib-1-dev (>= 0.60),
- libgconf2-dev (>= 1.2.1),
- libgtk2.0-dev (>= 2.14),
+ libfontconfig1-dev,
+ libgtk2.0-dev (>= 2.18),
+ libpulse-dev,
libx11-xcb-dev,
libxt-dev,
mesa-common-dev,
bgstack15