The branch, master has been updated via 3524a67d1a2ff7705b1b3b5083148e48abf5df52 (commit) from 72957640b97caee20329b4681d3cf97503c43a53 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3524a67d1a2ff7705b1b3b5083148e48abf5df52 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 13 15:08:43 2012 +0200 Make dh_clean remove all build cruft. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/rules | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8d72377..43be673 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pinentry-x2go (0.7.5.2-0~x2go1) UNRELEASED; urgency=low - Make code tree fully build with autotools, see README file for further info. - Replace string pinentry-qt with pinentry-x2go. + * Make dh_clean remove all build cruft. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 13 Oct 2011 02:03:51 +0200 diff --git a/debian/rules b/debian/rules index 0de53b1..50927c2 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,22 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) override_dh_auto_install: +override_dh_auto_clean: + dh_auto_clean + rm -f INSTALL + rm -f Makefile.in + rm -f aclocal.m4 + rm -f assuan/Makefile.in + rm -f confdefs.h + rm -f config.guess + rm -f config.sub + rm -f configure + rm -f debian/autoreconf.after + rm -f debian/autoreconf.before + rm -f depcomp + rm -f doc/Makefile + rm -f doc/Makefile.in + rm -f install-sh + rm -f missing + rm -f pinentry/Makefile.in + rm -f secmem/Makefile.in hooks/post-receive -- pinentry-x2go.git (PinEntry Dialog (Qt) for X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2Go Client).