This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit dc98937e3f410249adf50ae1ae26714b5b3c9ce4 Author: Gonéri Le Bouder <[email protected]> Date: Tue Aug 14 21:41:09 2007 +0000 use dh_clean instead of rm -rf --- debian/changelog | 1 + debian/ri-li-data.install | 1 - debian/ri-li.install | 1 + debian/rules | 3 +-- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 077a5af..4e7ee63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ ri-li (2.0.0-3) unstable; urgency=low [ Gonéri Le Bouder ] * do not ignore make distclean return + * use dh_clean instead of rm -rf -- Gonéri Le Bouder <[email protected]> Tue, 14 Aug 2007 20:52:04 +0000 diff --git a/debian/ri-li-data.install b/debian/ri-li-data.install index e4fbccb..6c1b3ee 100644 --- a/debian/ri-li-data.install +++ b/debian/ri-li-data.install @@ -1,2 +1 @@ debian/tmp/usr/share/games -debian/ri-li.desktop usr/share/applications/ diff --git a/debian/ri-li.install b/debian/ri-li.install index a120b6b..76558ee 100644 --- a/debian/ri-li.install +++ b/debian/ri-li.install @@ -1,2 +1,3 @@ debian/tmp/usr/games/ri-li debian/tmp/usr/share/pixmaps +debian/ri-li.desktop usr/share/applications/ diff --git a/debian/rules b/debian/rules index 8ac3cb9..ecd2f9e 100755 --- a/debian/rules +++ b/debian/rules @@ -29,9 +29,8 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - rm -f config-stamp build-stamp debian/ri-li.6 QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 - dh_clean + dh_clean config.log config-stamp build-stamp debian/ri-li.6 [config.h].in install: install-stamp install-stamp: build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

