This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 04efedc debian/rules: add ICU_DATA_FILE with a stub value, preprocessing palemoon.install.in fails otherwise. new 41b4f75 debian/: rename palemoon to wrappers/palemoon. new 87213c2 debian/palemoon.install.in: use debian/wrappers/palemoon instead of debian/palemoon. The 2 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 | 4 ++++ debian/palemoon.install.in | 2 +- debian/{ => wrappers}/palemoon | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename debian/{ => wrappers}/palemoon (100%) -- 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 41b4f75a601412366304271139e905fe0cb65464 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 24 02:14:21 2018 +0200 debian/: rename palemoon to wrappers/palemoon. --- debian/changelog | 1 + debian/{ => wrappers}/palemoon | 0 2 files changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index e6092d1..eab67aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -226,6 +226,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rename control to control.in. - Add new palemoon-dev.links.in file. - Rename palemoon.links to palemoon.links.in. + - Rename palemoon to wrappers/palemoon. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/palemoon b/debian/wrappers/palemoon similarity index 100% rename from debian/palemoon rename to debian/wrappers/palemoon -- 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 87213c210042461c88a379de3e6053bf25938b5b Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 24 02:16:08 2018 +0200 debian/palemoon.install.in: use debian/wrappers/palemoon instead of debian/palemoon. Clashed with binpkg name. --- debian/changelog | 3 +++ debian/palemoon.install.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eab67aa..7af5f11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -272,6 +272,9 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Sync with Debian's Firefox package. * debian/palemoon.links.in: - Use DICT_DIR. + * debian/palemoon.install.in: + - Use debian/wrappers/palemoon instead of debian/palemoon. Clashed with + binpkg name. -- 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 4df75b3..c50c6ef 100644 --- a/debian/palemoon.install.in +++ b/debian/palemoon.install.in @@ -77,7 +77,7 @@ usr/lib/palemoon/browser/extensions/\{972ce4c6-7e08-4474-a285-3208198ce6fd\}.xpi # Only needed if we wanted to provide multiple versions, like Palemoon-ESR vs. Palemoon-Stable. # Since we don't and won't, leave that out. #%if browser != palemoon -#debian/palemoon usr/bin +#debian/wrappers/palemoon usr/bin #%endif usr/lib/palemoon/chrome.manifest -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git