Author: wijnen Date: 2011-07-19 10:36:51 +0000 (Tue, 19 Jul 2011) New Revision: 12539
Modified: packages/trunk/lmemory/debian/changelog packages/trunk/lmemory/debian/rules Log: fix clean target Modified: packages/trunk/lmemory/debian/changelog =================================================================== --- packages/trunk/lmemory/debian/changelog 2011-07-19 10:20:52 UTC (rev 12538) +++ packages/trunk/lmemory/debian/changelog 2011-07-19 10:36:51 UTC (rev 12539) @@ -1,10 +1,5 @@ lmemory (0.6c-5) unstable; urgency=low - [ Bas Wijnen ] - * Team upload. - * debian/control: remove 'a' from short description - * Update standards version to 3.9.2 (no changes needed) - [ Evgeny Dolgikh ] * Update Standards Version: 3.9.1 (no changes needed) * Fix desktop menu entry (Closes: #565510) @@ -24,8 +19,14 @@ * Add myself in Uploaders * debian/changelog: removed trailing colons - -- Bas Wijnen <[email protected]> Sun, 15 May 2011 20:33:24 +0200 + [ Bas Wijnen ] + * Team upload. + * debian/control: remove 'a' from short description + * Update standards version to 3.9.2 (no changes needed) + * debian/rules: fix clean target + -- Bas Wijnen <[email protected]> Tue, 19 Jul 2011 12:36:00 +0200 + lmemory (0.6c-4) unstable; urgency=low [ Peter De Wachter ] Modified: packages/trunk/lmemory/debian/rules =================================================================== --- packages/trunk/lmemory/debian/rules 2011-07-19 10:20:52 UTC (rev 12538) +++ packages/trunk/lmemory/debian/rules 2011-07-19 10:36:51 UTC (rev 12539) @@ -7,9 +7,11 @@ autoreconf --force --install --symlink ./configure --prefix=/usr --bindir=/usr/games --datadir=/usr/share/games/lmemory -JUNK = configure ltmain.sh config.guess config.sub aclocal.m4 depcomp install-sh missing Makefile.in INSTALL COPYING +JUNK = configure config.h.in ltmain.sh mkinstalldirs config.guess config.sub aclocal.m4 depcomp install-sh Makefile.in missing INSTALL COPYING override_dh_auto_clean: + test ! -e Makefile || make maintainer-clean ifneq ($(wildcard $(JUNK)),) rm -r $(wildcard $(JUNK)) endif + dh_auto_clean _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

