This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository palemoon-systemwide-config. from c2b67df debian/changelog: slightly adapt versioning format to be native-package-compatible. new 4addfd3 debian/palemoon-systemwide-config.install: fix installation path (/usr/lib/palemoon/palemoon/defaults/pref/autoconfig.js => /usr/lib/palemoon/defaults/pref/autoconfig.js). The 1 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-systemwide-config.install | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/palemoon-systemwide-config.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository palemoon-systemwide-config. commit 4addfd31d2d03fd7c736a80fb3261001e9b5e429 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 28 05:29:30 2018 +0100 debian/palemoon-systemwide-config.install: fix installation path (/usr/lib/palemoon/palemoon/defaults/pref/autoconfig.js => /usr/lib/palemoon/defaults/pref/autoconfig.js). --- debian/changelog | 4 ++++ debian/palemoon-systemwide-config.install | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d2eedaf..ec0211c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,5 +12,9 @@ palemoon-systemwide-config (1.0x2go1) UNRELEASED; urgency=low package, we couldn't have revisions on 3.0 (native). + Actually, stay on 3.0 (native), since we'd need an upstream tarball otherwise (or really an upstream branch). + * debian/palemoon-systemwide-config.install: + + Fix installation path + (/usr/lib/palemoon/palemoon/defaults/pref/autoconfig.js => + /usr/lib/palemoon/defaults/pref/autoconfig.js). -- Mihai Moldovan <ionic@ionic.de> Mon, 24 Dec 2018 23:45:03 +0100 diff --git a/debian/palemoon-systemwide-config.install b/debian/palemoon-systemwide-config.install index 264af27..f7cc2e7 100644 --- a/debian/palemoon-systemwide-config.install +++ b/debian/palemoon-systemwide-config.install @@ -1,2 +1,2 @@ -debian/autoconfig.js usr/lib/palemoon/palemoon/defaults/pref +debian/autoconfig.js usr/lib/palemoon/defaults/pref debian/palemoon.cfg etc/palemoon -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/palemoon-systemwide-config.git