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

guillem at alioth.debian.org guillem at alioth.debian.org
Tue Jul 17 04:46:17 UTC 2007


Author: guillem
Date: 2007-07-17 04:46:16 +0000 (Tue, 17 Jul 2007)
New Revision: 1982

Modified:
   trunk/freebsd-sendpr/debian/changelog
   trunk/freebsd-sendpr/debian/rules
Log:
Use pkgdir to refer to the package installation directory under debian/.


Modified: trunk/freebsd-sendpr/debian/changelog
===================================================================
--- trunk/freebsd-sendpr/debian/changelog	2007-07-17 04:36:23 UTC (rev 1981)
+++ trunk/freebsd-sendpr/debian/changelog	2007-07-17 04:46:16 UTC (rev 1982)
@@ -1,4 +1,4 @@
-freebsd-sendpr (3.113+5.3-7) UNRELEASED; urgency=low
+freebsd-sendpr (3.113+5.3-7) unstable; urgency=low
 
   * Switch to debhelper compat level 5.
   * Now using Standards-Version 3.7.2 (no changes needed).
@@ -24,8 +24,9 @@
     - debian/patches/002_man_sendbug.patch: New file.
   * Add 'Development' as dir section to the info file.
     - debian/patches/003_info_dir_section.patch: New file.
+  * Use pkgdir to refer to the package installation directory under debian/.
 
- -- Guillem Jover <guillem at debian.org>  Tue, 17 Jul 2007 06:42:52 +0300
+ -- Guillem Jover <guillem at debian.org>  Tue, 17 Jul 2007 07:37:03 +0300
 
 freebsd-sendpr (3.113+5.3-6) unstable; urgency=low
 

Modified: trunk/freebsd-sendpr/debian/rules
===================================================================
--- trunk/freebsd-sendpr/debian/rules	2007-07-17 04:36:23 UTC (rev 1981)
+++ trunk/freebsd-sendpr/debian/rules	2007-07-17 04:46:16 UTC (rev 1982)
@@ -5,9 +5,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+pkgdir := $(CURDIR)/debian/freebsd-sendpr
+
 include /usr/share/quilt/quilt.make
 
-PMAKE := freebsd-make DESTDIR=$(CURDIR)/debian/freebsd-sendpr BINDIR=/usr/bin
+PMAKE := freebsd-make DESTDIR=$(pkgdir) BINDIR=/usr/bin
 
 clean: unpatch
 	dh_testdir
@@ -44,7 +46,7 @@
 	
 	cd src/gnu/usr.bin/send-pr/ && \
 		$(PMAKE) install etc-gnats-freefall
-	for i in $(CURDIR)/debian/freebsd-sendpr/usr/share/man/man1/*.gz ; do \
+	for i in $(pkgdir)/usr/share/man/man1/*.gz ; do \
 		[ -L $$i ] || gunzip $$i ; \
 	done
 




More information about the Glibc-bsd-commits mailing list