summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-06-21 09:35:05 -0400
committerB. Stack <bgstack15@gmail.com>2024-06-21 09:35:05 -0400
commit8b6fb930f85b152abaede6957e5e09a2753d0282 (patch)
treedf6500a9540fa865ea66a40b92e617eb6a93ec27 /newmoon/debian/control
parentnpp 8.6.8 (diff)
downloadstackrpms-8b6fb930f85b152abaede6957e5e09a2753d0282.tar.gz
stackrpms-8b6fb930f85b152abaede6957e5e09a2753d0282.tar.bz2
stackrpms-8b6fb930f85b152abaede6957e5e09a2753d0282.zip
nm 33.1.1
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index cb9cd4f..02d176f 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -19,6 +19,9 @@ Build-Depends: debhelper (>= 12),
unzip,
yasm (>= 1.1),
zip,
+# Differences from stevenpusser:
+# we do not use libdbus-1-dev, redundant
+# libgconf2-dev, obsolete and disused
# libffi-dev,
# libssl-dev,
# libpixman-1-dev | libpixman-dev,
bgstack15