[X2Go-Commits] [pale-moon] 02/02: debian/patches: add new patch for hopefully filtering out the addonsInfo files from the general "browser" section, which in PM sadly uses a wildcard to include all files below the components/ directory.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 22 03:34:47 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pale-moon.
commit 1a94baa6240e73e09b4a568350c2bbcf417f25a6
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 22 03:34:14 2019 +0100
debian/patches: add new patch for hopefully filtering out the addonsInfo files from the general "browser" section, which in PM sadly uses a wildcard to include all files below the components/ directory.
---
debian/changelog | 4 ++++
.../debian-hacks/Remove-AddonsInfo-from-browser-section.patch | 11 +++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bdcf1f6..e87765e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,10 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium
replacement magic - with an explanative comment.
* debian/control:
- Regenerate.
+ * debian/patches:
+ - Add new patch for hopefully filtering out the addonsInfo files from the
+ general "browser" section, which in PM sadly uses a wildcard to include
+ all files below the components/ directory.
-- Mihai Moldovan <ionic at ionic.de> Thu, 31 Jan 2019 01:36:58 +0100
diff --git a/debian/patches/debian-hacks/Remove-AddonsInfo-from-browser-section.patch b/debian/patches/debian-hacks/Remove-AddonsInfo-from-browser-section.patch
new file mode 100644
index 0000000..82128af
--- /dev/null
+++ b/debian/patches/debian-hacks/Remove-AddonsInfo-from-browser-section.patch
@@ -0,0 +1,11 @@
+--- a/application/palemoon/installer/package-manifest.in
++++ b/application/palemoon/installer/package-manifest.in
+@@ -144,6 +144,8 @@
+
+ ; [Components]
+ @RESPATH@/components/*
++- at RESPATH@/components/addonsInfo.js
++- at RESPATH@/components/addonsInfo.manifest
+ @RESPATH@/browser/components/*
+ #ifdef MOZ_ARTIFACT_BUILDS
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 0c0ca9f..3aeb1ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
debian-hacks/Add-debian-extra-stuff-to-upstream-build-system-dire.patch
debian-hacks/Make-upstream-build-system-create-debian-installer-M.patch
+debian-hacks/Remove-AddonsInfo-from-browser-section.patch
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
More information about the x2go-commits
mailing list