Author: ryan
Date: 2009-11-08 19:54:05 +0000 (Sun, 08 Nov 2009)
New Revision: 10498

Modified:
   packages/trunk/pente/debian/clean
   packages/trunk/pente/debian/rules
Log:
oops, fix clean

Modified: packages/trunk/pente/debian/clean
===================================================================
--- packages/trunk/pente/debian/clean   2009-11-08 19:53:08 UTC (rev 10497)
+++ packages/trunk/pente/debian/clean   2009-11-08 19:54:05 UTC (rev 10498)
@@ -5,4 +5,4 @@
 config.*
 configure
 Makefile-
-obj-*
+

Modified: packages/trunk/pente/debian/rules
===================================================================
--- packages/trunk/pente/debian/rules   2009-11-08 19:53:08 UTC (rev 10497)
+++ packages/trunk/pente/debian/rules   2009-11-08 19:54:05 UTC (rev 10498)
@@ -9,6 +9,10 @@
        autoconf
        $(CMD)
 
+override_dh_clean:
+       $(CMD)
+       rm -fr obj-*
+
 override_dh_auto_install:
        # it ignores DESTDIR, so lets just do it ourselves
        mv $(shell readlink -f pente) pente


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to