r9955 - packages/trunk/ode/debian

Gonéri Le Bouder goneri at alioth.debian.org
Thu Jul 2 19:50:42 UTC 2009


Author: goneri
Date: 2009-07-02 19:50:41 +0000 (Thu, 02 Jul 2009)
New Revision: 9955

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/rules
Log:
Use "make distclean" to do the clean up


Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2009-07-02 19:50:23 UTC (rev 9954)
+++ packages/trunk/ode/debian/changelog	2009-07-02 19:50:41 UTC (rev 9955)
@@ -1,7 +1,7 @@
 ode (2:0.11.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #532054)
-  * Clean some new files
+  * Use "make distclean" to do the clean up
   * Bump the standard-version to 3.8.2. No change needed.
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 30 Jun 2009 21:49:35 +0200

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2009-07-02 19:50:23 UTC (rev 9954)
+++ packages/trunk/ode/debian/rules	2009-07-02 19:50:41 UTC (rev 9955)
@@ -45,39 +45,8 @@
 	
 	# Add here commands to clean up after the build process.
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	find -name '.deps' -type d -exec rm -Rf {} \;
-	rm -Rf .pc
-	rm -f ode-config \
-		confdefs.h \
-		config.log \
-		conftest.dir/confmf \
-		config.status \
-		libtool \
-		ode/src/config.h \
-		ode/src/stamp-h1 \
-		ou/config.log \
-		ou/config.status \
-		ou/libtool \
-		conftest.dir/sub/conftest.Po \
-		conftest.dir/sub/conftest.c \
-		conftest.dir/sub/conftst1.h \
-		conftest.dir/sub/conftst2.h \
-		conftest.dir/sub/conftst3.h \
-		conftest.dir/sub/conftst4.h \
-		conftest.dir/sub/conftst5.h \
-		conftest.dir/sub/conftst6.h \
-		config.log \
-		config.status \
-		debian/ode-config.1 \
-		libtool \
-		ode-config \
-		ode.pc \
-		ode/src/config.h \
-		ode/src/stamp-h1 \
-		ou/config.log \
-		ou/config.status \
-		ou/libtool
-	dh_clean
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean configure-stamp build-stamp debian/ode-config.1
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list