r123 - trunk/deb

Petter Reinholdtsen pere at alioth.debian.org
Sun Nov 26 11:36:45 CET 2006


Author: pere
Date: 2006-11-26 11:36:45 +0100 (Sun, 26 Nov 2006)
New Revision: 123

Added:
   trunk/deb/compat
Modified:
   trunk/deb/changelog
   trunk/deb/rules
Log:
Update with build rules from the current debian package.  Skipped the config.sub/config.guess copying, as the scripts are now updated.

Modified: trunk/deb/changelog
===================================================================
--- trunk/deb/changelog	2006-11-26 10:03:56 UTC (rev 122)
+++ trunk/deb/changelog	2006-11-26 10:36:45 UTC (rev 123)
@@ -1,3 +1,9 @@
+chrpath (0.13-2) unstable; urgency=low
+
+  * Update config.{guess,sub}.  (closes: #342383)
+
+ -- Tollef Fog Heen <tfheen at debian.org>  Mon, 12 Jun 2006 13:36:38 +0200
+
 chrpath (0.13-1) unstable; urgency=low
 
   * New upstream release

Added: trunk/deb/compat
===================================================================
--- trunk/deb/compat	2006-11-26 10:03:56 UTC (rev 122)
+++ trunk/deb/compat	2006-11-26 10:36:45 UTC (rev 123)
@@ -0,0 +1 @@
+5

Modified: trunk/deb/rules
===================================================================
--- trunk/deb/rules	2006-11-26 10:03:56 UTC (rev 122)
+++ trunk/deb/rules	2006-11-26 10:36:45 UTC (rev 123)
@@ -6,18 +6,17 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=3
 export LANG=C
 
-configure: configure-stamp
-configure-stamp:
+configure: config.status
+config.status:
 	dh_testdir
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 	touch configure-stamp
 
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp: config.status
 	dh_testdir
 
 	$(MAKE)
@@ -27,7 +26,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 
 	-$(MAKE) distclean
 




More information about the Chrpath-commits mailing list