summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-08-28 15:41:33 -0400
committerB Stack <bgstack15@gmail.com>2019-08-28 15:41:33 -0400
commite8e3d013e460b1ee2eb49869a2eda2d2b18e696a (patch)
tree33f30de7921c29763e18806fc1880e08e0d573f6 /palemoon/debian/changelog
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-e8e3d013e460b1ee2eb49869a2eda2d2b18e696a.tar.gz
stackrpms-e8e3d013e460b1ee2eb49869a2eda2d2b18e696a.tar.bz2
stackrpms-e8e3d013e460b1ee2eb49869a2eda2d2b18e696a.zip
palemoon dpkg use gcc-8
because beowulf/ceres has gcc9 which somehow breaks palemoon now all of a sudden. I thought the Fedora release was working with gcc9. I ripped off some logic from palemoon-28.0.1 and palemoon-27.7.1 from stevepusser to force gcc8.
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 4c04927..eadb898 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,9 @@
+palemoon (28.6.1-3+devuan) obs; urgency=medium
+
+ * Specify gcc-8 on debian buster which is the upstream for beowulf/ceres.
+
+ -- B Stack <bgstack15@gmail.com> Thu, 25 Jul 2019 13:03:15 -0400
+
palemoon (28.6.1-2+devuan) obs; urgency=medium
* Add override for dh_strip_nondeterminism to address build failures with the
bgstack15