summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-26 20:03:39 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-26 20:03:39 -0500
commit9db68075ad14c28c43e15bd586fde357bd4f83b4 (patch)
treef0923a54424c2c3374fed959212e84a87de23a3c /newmoon/debian/control
parentwaterfox obs service file (diff)
downloadstackrpms-9db68075ad14c28c43e15bd586fde357bd4f83b4.tar.gz
stackrpms-9db68075ad14c28c43e15bd586fde357bd4f83b4.tar.bz2
stackrpms-9db68075ad14c28c43e15bd586fde357bd4f83b4.zip
nm 32.5.2 rc1
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index d2604b5..647a0fc 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -1,15 +1,17 @@
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),
+ libfontconfig1-dev,
libgconf2-dev (>= 1.2.1),
- libgtk2.0-dev (>= 2.14),
+ libgtk2.0-dev (>= 2.18),
+ libpulse-dev,
libx11-xcb-dev,
libxt-dev,
mesa-common-dev,
bgstack15