r13861 - packages/trunk/funguloids/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Tue Nov 13 16:35:27 UTC 2012


Author: fabian-guest
Date: 2012-11-13 16:35:27 +0000 (Tue, 13 Nov 2012)
New Revision: 13861

Modified:
   packages/trunk/funguloids/debian/changelog
   packages/trunk/funguloids/debian/rules
Log:
No need to second-guess dh_auto_clean.

Modified: packages/trunk/funguloids/debian/changelog
===================================================================
--- packages/trunk/funguloids/debian/changelog	2012-11-13 14:20:47 UTC (rev 13860)
+++ packages/trunk/funguloids/debian/changelog	2012-11-13 16:35:27 UTC (rev 13861)
@@ -4,6 +4,7 @@
   * Move the plugins.cfg file from funguloids-data to funguloids, as it
     contains a hard-coded architecture-specific path (Closes: #693134).
   * Run "wrap-and-sort -asb".
+  * No need to second-guess dh_auto_clean.
 
  -- Fabian Greffrath <fabian+debian at greffrath.com>  Tue, 13 Nov 2012 15:01:58 +0100
 

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2012-11-13 14:20:47 UTC (rev 13860)
+++ packages/trunk/funguloids/debian/rules	2012-11-13 16:35:27 UTC (rev 13861)
@@ -34,7 +34,7 @@
 	fi
 
 override_dh_auto_clean:
-	dh_auto_clean -- clean distclean
+	dh_auto_clean
 	
 	if test -e bin/bootstrap.mpk.orig ; then \
 		mv bin/bootstrap.mpk.orig bin/bootstrap.mpk ; \




More information about the Pkg-games-commits mailing list