summaryrefslogtreecommitdiff
path: root/waterfox/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-08-05 20:47:23 +0000
committerB Stack <bgstack15@gmail.com>2019-08-05 20:47:23 +0000
commit837fd79bec48eb11fc6d451829d610ce866e86d6 (patch)
treee2a77bb6f70cf79f62c02a1f5c9d852df8f79c17 /waterfox/debian/changelog
parentMerge branch 'copyq-bump' into 'master' (diff)
parentadd override_dh_strip_nondeterminism to waterfox (diff)
downloadstackrpms-837fd79bec48eb11fc6d451829d610ce866e86d6.tar.gz
stackrpms-837fd79bec48eb11fc6d451829d610ce866e86d6.tar.bz2
stackrpms-837fd79bec48eb11fc6d451829d610ce866e86d6.zip
Merge branch 'palemoon-bump' into 'master'
add override_dh_strip_nondeterminism to FF forks See merge request bgstack15/stackrpms!78
Diffstat (limited to 'waterfox/debian/changelog')
-rw-r--r--waterfox/debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 0c6eb34..657630e 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,10 @@
+waterfox (56.2.12-2+devuan) obs; urgency=medium
+
+ * Add override for dh_strip_nondeterminism to address build failures with the
+ latest version of that in Debian Testing and Sid.
+
+ -- B Stack <bgstack15@gmail.com> Sun, 04 Aug 2019 09:37:10 -0400
+
waterfox (56.2.12-1+devuan) manual; urgency=medium
* Patches for [mfsa2019-22](https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/).
bgstack15