r5101 - packages/trunk/warzone2100/debian
Paul Wise
pabs at alioth.debian.org
Sun Dec 30 00:38:36 UTC 2007
Author: pabs
Date: 2007-12-30 00:38:36 +0000 (Sun, 30 Dec 2007)
New Revision: 5101
Modified:
packages/trunk/warzone2100/debian/changelog
packages/trunk/warzone2100/debian/rules
Log:
* Clean up the debian/rules clean target
Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog 2007-12-29 23:39:24 UTC (rev 5100)
+++ packages/trunk/warzone2100/debian/changelog 2007-12-30 00:38:36 UTC (rev 5101)
@@ -15,6 +15,7 @@
* Add myself to Uploaders
* Fix the watch file so it will match 2.1 but not rc versions
* Only run ./configure once during the build process
+ * Clean up the debian/rules clean target
-- Paul Wise <pabs at debian.org> Sat, 29 Dec 2007 10:32:03 +0930
Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules 2007-12-29 23:39:24 UTC (rev 5100)
+++ packages/trunk/warzone2100/debian/rules 2007-12-30 00:38:36 UTC (rev 5101)
@@ -70,39 +70,12 @@
clean-really:
dh_testdir
dh_testroot
- rm -f build-stamp
- rm -f build-indep-stamp
- [ ! -f Makefile ] || $(MAKE) clean
- [ ! -f Makefile ] || $(MAKE) distclean
- rm -rf autom4te.cache
- dh_clean \
- configure \
- Makefile.in \
- depcomp \
- config.guess \
- config.sub \
- config.h.in \
- missing \
- aclocal.m4 \
- install-sh \
- src/Makefile.in \
- win32/Makefile.in \
- lib/Makefile.in \
- lib/gamelib/Makefile.in \
- lib/ivis_common/Makefile.in \
- lib/widget/Makefile.in \
- lib/script/Makefile.in \
- lib/sequence/Makefile.in \
- lib/sound/Makefile.in \
- lib/netplay/Makefile.in \
- lib/framework/Makefile.in \
- lib/ivis_opengl/Makefile.in \
- data/Makefile.in \
- nsis/Makefile.in \
- lib/framework/*_lexer.lex.c \
- lib/gamelib/*_lexer.lex.c \
- lib/script/*_lexer.lex.c \
- src/*_lexer.lex.c
+ dh_clean
+ rm -f build-stamp build-indep-stamp
+ [ ! -f Makefile ] || $(MAKE) maintainer-clean
+ find -iname Makefile.in -print0 | xargs -0 rm -f
+ rm -f depcomp aclocal.m4 configure config.guess \
+ install-sh config.sub missing config.h.in
# -------------------------------------
More information about the Pkg-games-commits
mailing list