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 aed3f95 debian/rules: make executable. new 781bafa debian/rules: fix copy-paste fail. 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 | 1 + debian/rules | 2 +- 2 files changed, 2 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 781bafa0acc3023aeae43b7e4cc491635580424b Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 28 04:58:57 2018 +0100 debian/rules: fix copy-paste fail. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e81acdd..ad5024f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,5 +5,6 @@ palemoon-systemwide-config (1-0x2go1) UNRELEASED; urgency=low - Initial packaging. * debian/rules: + Make executable. + + Fix copy-paste fail. -- Mihai Moldovan <ionic@ionic.de> Mon, 24 Dec 2018 23:45:03 +0100 diff --git a/debian/rules b/debian/rules index 3be9c38..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/palemoon-systemwide-config.git