summaryrefslogtreecommitdiff
path: root/palemoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-04 10:57:16 -0400
committerB Stack <bgstack15@gmail.com>2019-09-04 10:57:16 -0400
commit35107a11deb4431b8b39c595754229af4f6c23e3 (patch)
treec9ee4a7c753d39bfa615257343874869538b3e83 /palemoon/debian/control
parentpalemoon dpkg use gcc-8 (diff)
downloadstackrpms-35107a11deb4431b8b39c595754229af4f6c23e3.tar.gz
stackrpms-35107a11deb4431b8b39c595754229af4f6c23e3.tar.bz2
stackrpms-35107a11deb4431b8b39c595754229af4f6c23e3.zip
pm 28.7.0 dpkg
Diffstat (limited to 'palemoon/debian/control')
-rw-r--r--palemoon/debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/palemoon/debian/control b/palemoon/debian/control
index 77889b3..b24d8b4 100644
--- a/palemoon/debian/control
+++ b/palemoon/debian/control
@@ -5,6 +5,7 @@ Maintainer: B Stack <bgstack15@gmail.com>
Bugs: mailto: <bgstack15@gmail.com>
XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org>
Build-Depends: autoconf2.13,
+ build-essential,
debhelper (>= 9),
gcc-8, g++-8, cpp-8,
libasound2-dev,
@@ -17,6 +18,7 @@ Build-Depends: autoconf2.13,
libssl-dev,
libx11-xcb-dev,
libxt-dev,
+ lsb-release,
pkg-config,
python (>= 2.7),
python-dbus,
bgstack15