summaryrefslogtreecommitdiff
path: root/palemoon/debian/control
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/debian/control
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/debian/control')
-rw-r--r--palemoon/debian/control1
1 files changed, 1 insertions, 0 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),
bgstack15