diff options
author | B Stack <bgstack15@gmail.com> | 2019-08-05 20:47:23 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-08-05 20:47:23 +0000 |
commit | 837fd79bec48eb11fc6d451829d610ce866e86d6 (patch) | |
tree | e2a77bb6f70cf79f62c02a1f5c9d852df8f79c17 /palemoon/debian | |
parent | Merge branch 'copyq-bump' into 'master' (diff) | |
parent | add override_dh_strip_nondeterminism to waterfox (diff) | |
download | stackrpms-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 'palemoon/debian')
-rw-r--r-- | palemoon/debian/changelog | 7 | ||||
-rwxr-xr-x | palemoon/debian/rules | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 47b544c..4c04927 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,10 @@ +palemoon (28.6.1-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. + + -- Steven Pusser <stevep@mxlinux.org> Fri, 02 Aug 2019 14:48:44 -0700 + palemoon (28.6.1-1+devuan) manual; urgency=low * From releasenotes.shtml: This is security and bugfix update. diff --git a/palemoon/debian/rules b/palemoon/debian/rules index 527fae9..2a74bf0 100755 --- a/palemoon/debian/rules +++ b/palemoon/debian/rules @@ -28,3 +28,6 @@ override_dh_auto_install: override_dh_shlibdeps: dh_shlibdeps -l /usr/lib/palemoon + +override_dh_strip_nondeterminism: + dh_strip_nondeterminism -Xdebian/palemoon/usr/lib/palemoon/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi |