This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 87213c2 debian/palemoon.install.in: use debian/wrappers/palemoon instead of debian/palemoon. new 42b5f9b debian/palemoon.install.in: remove libicu files, built as a static library and linked into binaries. new 1fd03fc debian/palemoon.install.in: remove libmozjs file, probably also statically linked-in. new 9a7527a debian/noinstall: explicitly disable staging of searchplugins. new b0b2b5c debian/palemoon.install.in: the default theme extension is not xpi-packaged, keep (and install) it as a directory. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 +++++ debian/noinstall | 5 +++++ debian/palemoon.install.in | 8 +------- 3 files changed, 11 insertions(+), 7 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 42b5f9b93301eec1a50a0db1294f10ba84956002 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 24 03:15:43 2018 +0200 debian/palemoon.install.in: remove libicu files, built as a static library and linked into binaries. --- debian/changelog | 1 + debian/palemoon.install.in | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7af5f11..60ecefa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -275,6 +275,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium * debian/palemoon.install.in: - Use debian/wrappers/palemoon instead of debian/palemoon. Clashed with binpkg name. + - Remove libicu files, built as a static library and linked into binaries. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/palemoon.install.in b/debian/palemoon.install.in index c50c6ef..ced9239 100644 --- a/debian/palemoon.install.in +++ b/debian/palemoon.install.in @@ -103,10 +103,6 @@ usr/lib/palemoon/browser/chrome.manifest #usr/lib/palemoon/fonts/EmojiOneMozilla.ttf # Palemoon-specific files. -usr/lib/palemoon/libicui18n.so.58 -usr/lib/palemoon/libicuuc.so.58 -usr/lib/palemoon/libicudata.so.58 - usr/lib/palemoon/libmozjs.so usr/lib/palemoon/libmozalloc.so -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1fd03fc0994d3e673a8e5c178f987857ee4064de Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 24 03:18:09 2018 +0200 debian/palemoon.install.in: remove libmozjs file, probably also statically linked-in. --- debian/changelog | 1 + debian/palemoon.install.in | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60ecefa..5fb8928 100644 --- a/debian/changelog +++ b/debian/changelog @@ -276,6 +276,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Use debian/wrappers/palemoon instead of debian/palemoon. Clashed with binpkg name. - Remove libicu files, built as a static library and linked into binaries. + - Remove libmozjs file, probably also statically linked-in. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/palemoon.install.in b/debian/palemoon.install.in index ced9239..5a9e04d 100644 --- a/debian/palemoon.install.in +++ b/debian/palemoon.install.in @@ -103,8 +103,6 @@ usr/lib/palemoon/browser/chrome.manifest #usr/lib/palemoon/fonts/EmojiOneMozilla.ttf # Palemoon-specific files. -usr/lib/palemoon/libmozjs.so - usr/lib/palemoon/libmozalloc.so usr/lib/palemoon/components/*.manifest -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 9a7527a4a5fb7e70d0c35df8dd5b0d92be9974e7 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 24 04:02:06 2018 +0200 debian/noinstall: explicitly disable staging of searchplugins. --- debian/changelog | 1 + debian/noinstall | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5fb8928..f8d5dcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -248,6 +248,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Change missed "firefox" occurrence to "palemoon". - /usr/lib/palemoon-devel/include/testing does not seem to exist, so remove entry. + - Explicitly disable staging of searchplugins. * debian/palemoon.postinst: - Sync with Debian Firefox package. * debian/palemoon.prerm: diff --git a/debian/noinstall b/debian/noinstall index 152c424..5ff7213 100644 --- a/debian/noinstall +++ b/debian/noinstall @@ -5,3 +5,8 @@ usr/lib/palemoon/palemoon-bin usr/lib/palemoon/browser/defaults/preferences/palemoon-l10n.js usr/lib/palemoon/dictionaries usr/lib/palemoon-devel/sdk/bin/ply + +# Palemoon-specific. +# Do not install searchplugins. +# The browser will probably fetch a default list on profile creation anyway. +usr/lib/palemoon/browser/searchplugins -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit b0b2b5c9bdd05e755439edb7c30e5ea93ca9b526 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 24 04:11:17 2018 +0200 debian/palemoon.install.in: the default theme extension is not xpi-packaged, keep (and install) it as a directory. --- debian/changelog | 2 ++ debian/palemoon.install.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f8d5dcc..bc6d305 100644 --- a/debian/changelog +++ b/debian/changelog @@ -278,6 +278,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium binpkg name. - Remove libicu files, built as a static library and linked into binaries. - Remove libmozjs file, probably also statically linked-in. + - The default theme extension is not xpi-packaged, keep (and install) it + as a directory. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/palemoon.install.in b/debian/palemoon.install.in index 5a9e04d..6f73e72 100644 --- a/debian/palemoon.install.in +++ b/debian/palemoon.install.in @@ -70,7 +70,7 @@ debian/vendor.js usr/share/palemoon/browser/defaults/preferences debian/debsearch.xml usr/share/palemoon/distribution/searchplugins/common # And more weird entries which we fix up. -usr/lib/palemoon/browser/extensions/\{972ce4c6-7e08-4474-a285-3208198ce6fd\}.xpi +usr/lib/palemoon/browser/extensions/\{972ce4c6-7e08-4474-a285-3208198ce6fd\} # Doesn't exist in Palemoon. #usr/lib/palemoon/browser/features -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git