[Glibc-bsd-commits] r2829 - trunk/freebsd-sendpr/debian

Guillem Jover guillem at alioth.debian.org
Sat Nov 14 03:12:27 UTC 2009


Author: guillem
Date: 2009-11-14 03:12:26 +0000 (Sat, 14 Nov 2009)
New Revision: 2829

Modified:
   trunk/freebsd-sendpr/debian/info
   trunk/freebsd-sendpr/debian/rules
Log:
Remove tar-in-tar support


Modified: trunk/freebsd-sendpr/debian/info
===================================================================
--- trunk/freebsd-sendpr/debian/info	2009-11-14 03:09:18 UTC (rev 2828)
+++ trunk/freebsd-sendpr/debian/info	2009-11-14 03:12:26 UTC (rev 2829)
@@ -1 +1 @@
-src/gnu/usr.bin/send-pr/doc/send-pr.info
+doc/send-pr.info

Modified: trunk/freebsd-sendpr/debian/rules
===================================================================
--- trunk/freebsd-sendpr/debian/rules	2009-11-14 03:09:18 UTC (rev 2828)
+++ trunk/freebsd-sendpr/debian/rules	2009-11-14 03:12:26 UTC (rev 2829)
@@ -15,25 +15,15 @@
 	dh_testdir
 	dh_testroot
 	
-	rm -rf src
 	rm -f *-stamp
 	
 	dh_clean
 
-unpack: unpack-stamp
-unpack-stamp:
+build-indep: patch
 	dh_testdir
 	
-	tar xfz $(CURDIR)/src.tar.gz
-	
-	touch unpack-stamp
+	$(PMAKE)
 
-build-indep: unpack patch
-	dh_testdir
-	
-	cd src/gnu/usr.bin/send-pr/ && \
-		$(PMAKE)
-
 build-arch:
 
 build: build-indep build-arch
@@ -44,8 +34,7 @@
 	dh_prep
 	dh_installdirs
 	
-	cd src/gnu/usr.bin/send-pr/ && \
-		$(PMAKE) install etc-gnats-freefall
+	$(PMAKE) install etc-gnats-freefall
 	for i in $(pkgdir)/usr/share/man/man1/*.gz ; do \
 		[ -L $$i ] || gunzip $$i ; \
 	done




More information about the Glibc-bsd-commits mailing list