summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-04 13:55:31 -0400
committerB Stack <bgstack15@gmail.com>2020-06-04 13:55:31 -0400
commitb7443e179dca93d4be3dd445726d83f60b640194 (patch)
tree03025c96faa207101d5f42b0e268b30d84a13e01 /waterfox/debian/control
parentwaterfox 2020.06 rpm rc1 (diff)
downloadstackrpms-b7443e179dca93d4be3dd445726d83f60b640194.tar.gz
stackrpms-b7443e179dca93d4be3dd445726d83f60b640194.tar.bz2
stackrpms-b7443e179dca93d4be3dd445726d83f60b640194.zip
wf 2020.06 dpkg rc1
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r--waterfox/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control
index 9ef1463..6cc48b7 100644
--- a/waterfox/debian/control
+++ b/waterfox/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 12),
ccache,
clang-6.0,
dpkg-dev (>= 1.16.1.1~),
- libasound2-dev,
+ libasound2-dev,
libbz2-dev,
libclang-6.0-dev,
libdbus-glib-1-dev,
@@ -33,7 +33,7 @@ Build-Depends: debhelper (>= 12),
libxt-dev,
llvm-6.0-dev,
locales,
- lsb-release,
+ lsb-release,
python2.7,
python-minimal (>= 2.6.6-13~),
python-ply,
bgstack15