summaryrefslogtreecommitdiff
path: root/palemoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-08 01:52:05 +0000
committerB Stack <bgstack15@gmail.com>2019-09-08 01:52:05 +0000
commitbf05f8e07c4777fe3a8cba81b81b1d096f1e6872 (patch)
tree5acbaca5d9c38b3c5a7e0e708c7d1418c9810f35 /palemoon/debian/control
parentMerge branch 'mot-bump' into 'master' (diff)
parentpalemoon 28.7.0 rpm rc1 (diff)
downloadstackrpms-bf05f8e07c4777fe3a8cba81b81b1d096f1e6872.tar.gz
stackrpms-bf05f8e07c4777fe3a8cba81b81b1d096f1e6872.tar.bz2
stackrpms-bf05f8e07c4777fe3a8cba81b81b1d096f1e6872.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.7.0 and now use gcc 8 See merge request bgstack15/stackrpms!83
Diffstat (limited to 'palemoon/debian/control')
-rw-r--r--palemoon/debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/palemoon/debian/control b/palemoon/debian/control
index eca609c..b24d8b4 100644
--- a/palemoon/debian/control
+++ b/palemoon/debian/control
@@ -5,8 +5,9 @@ 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 (>= 4.9),
+ gcc-8, g++-8, cpp-8,
libasound2-dev,
libbz2-dev,
libdbus-glib-1-dev (>= 0.60),
@@ -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