[DebianGIS-dev] r1621 - packages/gmt/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Jun 12 12:27:49 UTC 2008


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




More information about the Pkg-grass-devel mailing list