[DebianGIS-dev] r1630 - packages/gmt/branches/4.2.1/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Jun 13 08:28:14 UTC 2008


Author: frankie
Date: 2008-06-13 08:28:14 +0000 (Fri, 13 Jun 2008)
New Revision: 1630

Modified:
   packages/gmt/branches/4.2.1/debian/changelog
   packages/gmt/branches/4.2.1/debian/rules
Log:
Clean more stuff


Modified: packages/gmt/branches/4.2.1/debian/changelog
===================================================================
--- packages/gmt/branches/4.2.1/debian/changelog	2008-06-13 08:11:48 UTC (rev 1629)
+++ packages/gmt/branches/4.2.1/debian/changelog	2008-06-13 08:28:14 UTC (rev 1630)
@@ -2,9 +2,9 @@
 
   * Fixed duplicates of man pages in /usr/lib/gmt/man (merged from trunk).
   * Missing man section 3 page added (merged from trunk).
-  * Fixed clean target to remove GMT symlink (merged from trunk).
+  * Fixed clean target to remove GMT symlink and quilt .pc dir (merged from trunk).
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 13 Jun 2008 10:07:51 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 13 Jun 2008 10:27:46 +0200
 
 gmt (4.2.1-1) unstable; urgency=low
 

Modified: packages/gmt/branches/4.2.1/debian/rules
===================================================================
--- packages/gmt/branches/4.2.1/debian/rules	2008-06-13 08:11:48 UTC (rev 1629)
+++ packages/gmt/branches/4.2.1/debian/rules	2008-06-13 08:28:14 UTC (rev 1630)
@@ -43,8 +43,7 @@
 unpatch:
 	dh_testdir
 	QUILT_PATCH_OPTS="-p1" QUILT_PATCHES=debian/patches quilt pop -a || true
-	rm -rf stamps/patch-stamp GMT 
-	rm -rf .pc
+	rm -rf stamps/patch-stamp GMT .pc
 
 PATHCONFIG	:= --prefix=/usr/lib/gmt
 DESTDIR		:= $(CURDIR)/debian/tmp
@@ -152,5 +151,5 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -Rf stamps GMT$(RELEASE) GMT
+	rm -Rf stamps GMT$(RELEASE) GMT .pc
 	dh_clean




More information about the Pkg-grass-devel mailing list