This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2go-keyring. from 678278e Rename LICENSE file to COPYING. new 78afc61 common: update copyright notices, whitespace fixes. Happy new year! 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/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 78afc61ffd77572f494665c68cc463d40a442fca Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 9 02:33:20 2015 +0100 common: update copyright notices, whitespace fixes. Happy new year! --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 365e680..b508397 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 1994,1995 by Ian Jackson. # Copyright 1998-2003 James Troup -# Copyright 2010-2012 Mike Gabriel +# Copyright 2010-2015 Mike Gabriel # I hereby give you perpetual unlimited permission to copy, # modify and relicense this file, provided that you do not remove # my name from the file itself. (I assert my moral right of @@ -23,7 +23,7 @@ clean: $(checkdir) make clean -rm -f foo foo.asc *.bak *~ */*~ debian/files* debian/substvars - -rm -rf debian/tmp + -rm -rf debian/tmp binary-indep: checkroot $(checkdir) @@ -47,7 +47,7 @@ binary-indep: checkroot chown -R root.root debian/tmp chmod -R go=rX debian/tmp - cd debian/tmp && find . -type f ! -regex '.*DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums + cd debian/tmp && find . -type f ! -regex '.*DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums dpkg --build debian/tmp .. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git