Author: frankie
Date: 2008-06-12 12:27:49 +0000 (Thu, 12 Jun 2008)
New Revision: 1621

Modified:
   packages/gmt/trunk/debian/rules
Log:
Force cleaning of .pc directory


Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules     2008-06-12 12:25:19 UTC (rev 1620)
+++ packages/gmt/trunk/debian/rules     2008-06-12 12:27:49 UTC (rev 1621)
@@ -43,7 +43,8 @@
 unpatch:
        dh_testdir
        QUILT_PATCH_OPTS="-p1" QUILT_PATCHES=debian/patches quilt pop -a || true
-       rm -f stamps/patch-stamp GMT
+       rm -rf stamps/patch-stamp GMT 
+       rm -rf .pc
 
 PATHCONFIG     := --prefix=/usr/lib/gmt
 DESTDIR                := $(CURDIR)/debian/tmp


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to