summaryrefslogtreecommitdiff
path: root/waterfox/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-11 14:02:01 -0400
committerB Stack <bgstack15@gmail.com>2020-08-11 14:02:01 -0400
commit4fccf80e20a8b0f1c47831713fe8e8b10a3eb640 (patch)
tree79eb1afe2ba55c648afa6282bd020b4e47da0984 /waterfox/debian
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-4fccf80e20a8b0f1c47831713fe8e8b10a3eb640.tar.gz
stackrpms-4fccf80e20a8b0f1c47831713fe8e8b10a3eb640.tar.bz2
stackrpms-4fccf80e20a8b0f1c47831713fe8e8b10a3eb640.zip
waterfox 2020.07.2 rc1
Also attempting to fix the python2 issue in Debian Sid in OBS
Diffstat (limited to 'waterfox/debian')
-rw-r--r--waterfox/debian/changelog6
-rw-r--r--waterfox/debian/control2
-rw-r--r--waterfox/debian/waterfox_devuan.dsc2
3 files changed, 8 insertions, 2 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 72a2da9..cf17a67 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,9 @@
+waterfox (2020.07-1+devuan) obs; urgency=medium
+
+ - Latest version. No release notes yet on waterfox.net
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 11 Aug 2020 14:01:31 -0400
+
waterfox (2020.06-1+devuan) obs; urgency=medium
- Latest security advisories patched (best effort).
diff --git a/waterfox/debian/control b/waterfox/debian/control
index d272dd3..8f9ed42 100644
--- a/waterfox/debian/control
+++ b/waterfox/debian/control
@@ -34,7 +34,7 @@ Build-Depends: debhelper (>= 12),
llvm-dev (>= 4.0) | llvm-4.0-dev | llvm-6.0-dev | llvm-7-dev,
locales,
lsb-release,
- python2.7,
+ python2 (>= 2.7.18-2~) | python (>= 2.7),
python-minimal (>= 2.6.6-13~),
python-ply,
rustc (>= 1.34),
diff --git a/waterfox/debian/waterfox_devuan.dsc b/waterfox/debian/waterfox_devuan.dsc
index 34fd808..85c0cad 100644
--- a/waterfox/debian/waterfox_devuan.dsc
+++ b/waterfox/debian/waterfox_devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: waterfox
Binary: waterfox
Architecture: any
-Version: 2020.07-1+devuan
+Version: 2020.07.2-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://www.waterfox.net/
Standards-Version: 4.1.4
bgstack15