From 4fccf80e20a8b0f1c47831713fe8e8b10a3eb640 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Aug 2020 14:02:01 -0400 Subject: waterfox 2020.07.2 rc1 Also attempting to fix the python2 issue in Debian Sid in OBS --- waterfox/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waterfox/debian/control') 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), -- cgit From 773aa0a6f01a33bf84e88cce10160f547ae1077b Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Aug 2020 14:40:39 -0400 Subject: remove python-minimal hardcoded build-dep --- waterfox/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waterfox/debian/control') diff --git a/waterfox/debian/control b/waterfox/debian/control index 8f9ed42..a55d956 100644 --- a/waterfox/debian/control +++ b/waterfox/debian/control @@ -35,7 +35,6 @@ Build-Depends: debhelper (>= 12), locales, lsb-release, python2 (>= 2.7.18-2~) | python (>= 2.7), - python-minimal (>= 2.6.6-13~), python-ply, rustc (>= 1.34), unzip, @@ -45,6 +44,7 @@ Build-Depends: debhelper (>= 12), yasm (>= 1.1), zip, zlib1g-dev +# disabled for testing python-minimal (>= 2.6.6-13~), Standards-Version: 3.9.7 Homepage: https://www.waterfox.net/ # libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev -- cgit