This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit d0a173bf44cdf530cdc6266c8523f4536127d4f3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 4 09:33:08 2014 +0100 debian/rules: Create txt/git-info file from ChangeLog.git if it exists. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 359fac2..bb91c74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low + Bump Standards: to 3.9.5. No changes needed. * debian/rules: + Copy debian/changelog into txt/ subfolder during dh_auto_configure. + + Create txt/git-info files for ChangeLog.git if it exists. * x2goclient.spec: + Copy ChangeLog (or debian/changelog) into txt/ subfolder during %setup. diff --git a/debian/rules b/debian/rules index f32b3ce..684d475 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) override_dh_auto_configure: cp debian/changelog txt/changelog + test -f ChangeLog.gitlog && cp ChangeLog.gitlog txt/git-info dh_auto_configure override_dh_auto_clean: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git