[DebianGIS-dev] r1019 - packages/debian-gis/debian

pere at alioth.debian.org pere at alioth.debian.org
Mon Aug 6 08:32:30 UTC 2007


Author: pere
Date: 2007-08-06 08:32:30 +0000 (Mon, 06 Aug 2007)
New Revision: 1019

Modified:
   packages/debian-gis/debian/rules
Log:
Move stamp into debian/ subdir.

Modified: packages/debian-gis/debian/rules
===================================================================
--- packages/debian-gis/debian/rules	2007-08-06 08:17:34 UTC (rev 1018)
+++ packages/debian-gis/debian/rules	2007-08-06 08:32:30 UTC (rev 1019)
@@ -8,19 +8,19 @@
 cdd=gis
 pkgsrc=debian-$(cdd)
 
-build: build-stamp
-build-stamp:
+build: debian/build-stamp
+debian/build-stamp:
 	dh_testdir
 
 	cdd-gen-control -s testing -c -m -i -t
 	#/usr/bin/docbook-to-man debian/meta-$(cdd).sgml > meta-$(cdd).1
 
-	touch build-stamp
+	touch debian/build-stamp
 
 clean: debian/control tasks/* debian/control.stub
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
+	rm -f debian/build-stamp
 
 	cdd-clean-helper
 




More information about the Pkg-grass-devel mailing list