summaryrefslogtreecommitdiff
path: root/waterfox/debian
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/debian')
-rw-r--r--waterfox/debian/changelog15
-rw-r--r--waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch25
-rw-r--r--waterfox/debian/patches/series1
-rw-r--r--waterfox/debian/waterfox.dsc14
-rw-r--r--waterfox/debian/waterfox_devuan.dsc14
5 files changed, 29 insertions, 40 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 0807cae..3c6f510 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,18 @@
+waterfox (2020.02-1+devuan) obs; urgency=medium
+
+ - From blog release notes
+ - Classic branch
+ * Fixed library requirements on Linux
+ * Various media library updates
+ * Added DNS resolution to webextensions api
+ * Updated timezone data for internationalization functions
+ * Enabled unprefixed Fullscreen API
+ * Various website rending issues fixed (Kinguin, Intel, Epic Games and others)
+ * Fixed problems related with uBO html filters
+ * Updated en-US dictionary
+
+ -- B Stack <bgstack15@gmail.com> Tue, 18 Feb 2020 15:33:11 -0500
+
waterfox (2020.01-1+devuan) obs; urgency=medium
- From blog release notes
diff --git a/waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch b/waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch
deleted file mode 100644
index 47bf71b..0000000
--- a/waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: https://github.com/MrAlex94/Waterfox/commit/45130a237874aaa96bdf23ee107b0be0e0a2afab?diff=unified#diff-9517c6ca41ff7c9627f13ff83c2f7dce
-Date: 2020-01-30 09:22:35 -0500
-diff -x '*.swp' -x '*.orig' -x '*.diff' -x '*debhelper*' -Naur 1/js/xpconnect/src/XPCVariant.cpp 2/js/xpconnect/src/XPCVariant.cpp
---- 1/js/xpconnect/src/XPCVariant.cpp 2020-01-09 15:53:52.000000000 -0500
-+++ 2/js/xpconnect/src/XPCVariant.cpp 2020-01-30 09:14:14.645389196 -0500
-@@ -180,7 +180,7 @@
- type = tDbl;
- } else if (val.isBoolean()) {
- type = tBool;
-- } else if (val.isUndefined() || val.isSymbol() || val.isBigInt()) {
-+ } else if (val.isUndefined() || val.isSymbol()) {
- state = tVar;
- break;
- } else if (val.isNull()) {
-@@ -275,8 +275,8 @@
- mData.SetFromBool(val.toBoolean());
- return true;
- }
-- // We can't represent symbol or BigInt on C++ side, so pretend it is void.
-- if (val.isUndefined() || val.isSymbol() || val.isBigInt()) {
-+ // We can't represent symbol on C++ side, so pretend it is void.
-+ if (val.isUndefined() || val.isSymbol()) {
- mData.SetToVoid();
- return true;
- }
diff --git a/waterfox/debian/patches/series b/waterfox/debian/patches/series
index 9c29521..cb8ded3 100644
--- a/waterfox/debian/patches/series
+++ b/waterfox/debian/patches/series
@@ -2,4 +2,3 @@
#waterfox-install-dir.patch -p1
dont-statically-link-libstdc++.patch -p1
bgstack15.patch -p1
-45130a237874aaa96bdf23ee107b0be0e0a2afab.patch -p1
diff --git a/waterfox/debian/waterfox.dsc b/waterfox/debian/waterfox.dsc
deleted file mode 100644
index b30ce9d..0000000
--- a/waterfox/debian/waterfox.dsc
+++ /dev/null
@@ -1,14 +0,0 @@
-Format: 3.0 (quilt)
-Source: waterfox
-Binary: waterfox
-Architecture: any
-Version: 56.2.4-0
-Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
-Homepage: https://www.waterfox.net/
-Standards-Version: 3.9.7
-Build-Depends: debhelper (>= 9), autoconf2.13, libgtk-3-dev (>= 3.4), libgconf2-dev, libdbus-glib-1-dev, libpulse-dev, libasound2-dev, yasm (>= 1.1), build-essential, libgtk2.0-dev (>= 2.10), libxt-dev, python2.7, python-minimal (>= 2.6.6-13~), python-ply, zip, unzip, ccache, cargo (>= 0.25), libgl1-mesa-dev, libnotify-dev, binutils-avr, libfreetype6-dev, libfontconfig1-dev, pkg-config, libtinfo-dev, clang-6.0 | clang-4.0, llvm-6.0-dev | llvm-4.0-dev, rustc (>= 1.24), libxext-dev, libglib2.0-dev (>= 2.16.0), libpango1.0-dev, libstartup-notification0-dev, libcurl4-openssl-dev, libiw-dev, mesa-common-dev, libxrender-dev, dbus-x11, xvfb, libx11-dev, libx11-xcb-dev, libfile-fcntllock-perl, apt-utils, locales, autotools-dev, libjpeg-dev, zlib1g-dev, libreadline-dev, dpkg-dev (>= 1.16.1.1~), libevent-dev (>= 1.4.1), libjsoncpp-dev, xfonts-base, xauth, lsb-release
-Package-List:
- waterfox deb web optional arch=any
-Files:
- 0000000000000000000000000000000 1 waterfox.orig.tar.gz
- 0000000000000000000000000000000 1 waterfox.debian.tar.gz
diff --git a/waterfox/debian/waterfox_devuan.dsc b/waterfox/debian/waterfox_devuan.dsc
new file mode 100644
index 0000000..a488270
--- /dev/null
+++ b/waterfox/debian/waterfox_devuan.dsc
@@ -0,0 +1,14 @@
+Format: 3.0 (quilt)
+Source: waterfox
+Binary: waterfox
+Architecture: any
+Version: 2020.02-1+devuan
+Maintainer: B Stack <bgstack15@gmail.com>
+Homepage: https://www.waterfox.net/
+Standards-Version: 3.9.7
+Build-Depends: debhelper (>= 12), autoconf2.13, autotools-dev, binutils-avr, cargo (>= 0.35), ccache, clang-6.0, dpkg-dev (>= 1.16.1.1~), libasound2-dev, libbz2-dev, libclang-6.0-dev, libdbus-glib-1-dev, libevent-dev (>= 1.4.1), libgconf2-dev, libglib2.0-dev (>= 2.16.0), libgtk2.0-dev (>= 2.10), libgtk-3-dev, libiw-dev, libjpeg-dev, libjsoncpp-dev, libnotify-dev, libreadline-dev, libstartup-notification0-dev, libtinfo-dev, libx11-dev, libx11-xcb-dev, libxt-dev, llvm-6.0-dev, locales, lsb-release, python2.7, python-minimal (>= 2.6.6-13~), python-ply, rustc (>= 1.34), unzip, xauth, xfonts-base, xvfb, yasm (>= 1.1), zip, zlib1g-dev
+Package-List:
+ waterfox deb web optional arch=any
+Files:
+ 0000000000000000000000000000000 1 waterfox.orig.tar.gz
+ 0000000000000000000000000000000 1 waterfox.debian.tar.gz
bgstack15