summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-23 10:21:13 -0400
committerB Stack <bgstack15@gmail.com>2020-07-23 10:21:13 -0400
commit11d48d201e5c4f2d63f26d18a7b33e53cbc3ef21 (patch)
tree1e887a8cf80bcf6b0d4ee3de68b17da09333cd78 /palemoon
parentuse lsb_release = sid for -j1 compile flag (diff)
downloadstackrpms-11d48d201e5c4f2d63f26d18a7b33e53cbc3ef21.tar.gz
stackrpms-11d48d201e5c4f2d63f26d18a7b33e53cbc3ef21.tar.bz2
stackrpms-11d48d201e5c4f2d63f26d18a7b33e53cbc3ef21.zip
require lsb-release for lsb_release command
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/control1
-rw-r--r--palemoon/debian/palemoon_devuan.dsc2
2 files changed, 2 insertions, 1 deletions
diff --git a/palemoon/debian/control b/palemoon/debian/control
index e532400..862f239 100644
--- a/palemoon/debian/control
+++ b/palemoon/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 12),
libssl-dev,
libx11-xcb-dev,
libxt-dev,
+ lsb-release,
mesa-common-dev,
pkg-config,
python (>= 2.7),
diff --git a/palemoon/debian/palemoon_devuan.dsc b/palemoon/debian/palemoon_devuan.dsc
index e373faf..40684b0 100644
--- a/palemoon/debian/palemoon_devuan.dsc
+++ b/palemoon/debian/palemoon_devuan.dsc
@@ -6,7 +6,7 @@ Version: 28.11.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
-Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libssl-dev, libx11-xcb-dev, libxt-dev, mesa-common-dev, pkg-config, python (>= 2.7), unzip, yasm (>= 1.1), zip
+Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libssl-dev, libx11-xcb-dev, libxt-dev, lsb-release, mesa-common-dev, pkg-config, python (>= 2.7), unzip, yasm (>= 1.1), zip
Package-List:
palemoon deb web optional arch=any
Files:
bgstack15