summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/changelog7
-rw-r--r--waterfox/debian/watch5
2 files changed, 12 insertions, 0 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 79eff80..b5f02a9 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,10 @@
+waterfox (2020.01-1+devuan) obs; urgency=medium
+ - From blog release notes
+ - Classic branch
+ * Very important security patches
+
+ -- B Stack <bgstack15@gmail.com> Tue, 28 Jan 2020 07:58:33 -0500
+
waterfox (2019.12-1+devuan) obs; urgency=medium
- Classic branch
diff --git a/waterfox/debian/watch b/waterfox/debian/watch
new file mode 100644
index 0000000..00aff65
--- /dev/null
+++ b/waterfox/debian/watch
@@ -0,0 +1,5 @@
+# This can pull in the source code, but not the real xpi file. Unfortunately you need to hand-assemble a tarball with the xpi file in it. See README.debian
+version=4
+# uscan will make a nice symlink, so no name mangling is required.
+opts=filenamemangle=s/.+\/([\d\.]+-classic)\.tar\.gz/waterfox_$1.orig\.tar\.gz/ \
+ https://github.com/MrAlex94/Waterfox/tags .*/([\d\.]+)-classic\.tar\.gz
bgstack15