This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 6f73fbcf198f3e6666cdacfa42c30367e1673006 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 4 09:04:59 2014 +0100 debian/rules: Copy debian/changelog into txt/ subfolder during dh_auto_configure. --- debian/changelog | 2 ++ debian/rules | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5fc31c9..f73e782 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low * debian/control: + Build-depend on libssh-dev (>= 0.5.4-2). + Bump Standards: to 3.9.5. No changes needed. + * debian/rules: + + Copy debian/changelog into txt/ subfolder during dh_auto_configure. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:20:08 +0100 diff --git a/debian/rules b/debian/rules index 99a3a76..f32b3ce 100755 --- a/debian/rules +++ b/debian/rules @@ -8,10 +8,15 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: dh $@ --parallel --with apache2 || dh $@ --parallel +override_dh_auto_configure: + cp debian/changelog txt/changelog + dh_auto_configure + override_dh_auto_clean: dh_auto_clean # clean stray .qm files that are not handled by clean rule in upstream Makefile rm -Rf x2goclient_*.qm + rm -f txt/changelog override_dh_auto_install: mv plugin_build/libx2goplugin.so plugin_build/libx2goplugin.so.unstripped -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git