[Glibc-bsd-commits] r2039 - in trunk: kfreebsd-6/debian kfreebsd-7/debian

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Mon Nov 19 10:41:24 UTC 2007


Author: ps-guest
Date: 2007-11-19 10:41:24 +0000 (Mon, 19 Nov 2007)
New Revision: 2039

Modified:
   trunk/kfreebsd-6/debian/rules
   trunk/kfreebsd-7/debian/rules
Log:
* set also QUILT_PC



Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules	2007-11-19 10:25:53 UTC (rev 2038)
+++ trunk/kfreebsd-6/debian/rules	2007-11-19 10:41:24 UTC (rev 2039)
@@ -46,7 +46,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -rf src kfreebsd-source-* flavor-* config
+	rm -rf .pc src kfreebsd-source-* flavor-* config
 	rm -f debian/kfreebsd-image-*.postinst
 
 	rm -f *-stamp
@@ -72,7 +72,7 @@
 		-e 's,#\( \|\t\)*include\( \|\t\)*\(<\|"\)pflog.h\(>\|"\),,g' \
 	; done)
 	
-	set -e ; cd $(CURDIR)/src ; QUILT_PATCHES=$(CURDIR)/debian/patches quilt push -a ; cd $(CURDIR)
+	set -e ; cd $(CURDIR)/src ; QUILT_PC=$(CURDIR)/.pc QUILT_PATCHES=$(CURDIR)/debian/patches quilt push -a ; cd $(CURDIR)
 
 	touch src-stamp
 

Modified: trunk/kfreebsd-7/debian/rules
===================================================================
--- trunk/kfreebsd-7/debian/rules	2007-11-19 10:25:53 UTC (rev 2038)
+++ trunk/kfreebsd-7/debian/rules	2007-11-19 10:41:24 UTC (rev 2039)
@@ -45,7 +45,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -rf src kfreebsd-source-* flavor-* config
+	rm -rf .pc src kfreebsd-source-* flavor-* config
 	rm -f debian/kfreebsd-image-*.postinst
 
 	rm -f *-stamp
@@ -71,7 +71,7 @@
 		-e 's,#\( \|\t\)*include\( \|\t\)*\(<\|"\)pflog.h\(>\|"\),,g' \
 	; done)
 	
-	set -e ; cd $(CURDIR)/src ; QUILT_PATCHES=$(CURDIR)/debian/patches quilt push -a ; cd $(CURDIR)
+	set -e ; cd $(CURDIR)/src ; QUILT_PC=$(CURDIR)/.pc QUILT_PATCHES=$(CURDIR)/debian/patches quilt push -a ; cd $(CURDIR)
 
 	touch src-stamp
 




More information about the Glibc-bsd-commits mailing list