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

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


Author: guillem
Date: 2007-07-17 04:10:54 +0000 (Tue, 17 Jul 2007)
New Revision: 1976

Modified:
   trunk/freebsd-sendpr/debian/changelog
   trunk/freebsd-sendpr/debian/control
   trunk/freebsd-sendpr/debian/rules
Log:
Switch to quilt:
- Include quilt.make in debian/rules.
- Add 'quilt (>= 0.40)' to Build-Depends.
- Add a debian/patches/series.


Modified: trunk/freebsd-sendpr/debian/changelog
===================================================================
--- trunk/freebsd-sendpr/debian/changelog	2007-07-17 04:02:56 UTC (rev 1975)
+++ trunk/freebsd-sendpr/debian/changelog	2007-07-17 04:10:54 UTC (rev 1976)
@@ -12,6 +12,10 @@
     - Remove inexistent control target from PHONY targets.
   * Remove unused shlibs:Depends and misc:Depends substvars from Depends.
   * Move debhelper to Build-Depends as it's used from clean.
+  * Switch to quilt:
+    - Include quilt.make in debian/rules.
+    - Add 'quilt (>= 0.40)' to Build-Depends.
+    - Add a debian/patches/series.
 
  -- Guillem Jover <guillem at debian.org>  Tue, 17 Jul 2007 06:42:52 +0300
 

Modified: trunk/freebsd-sendpr/debian/control
===================================================================
--- trunk/freebsd-sendpr/debian/control	2007-07-17 04:02:56 UTC (rev 1975)
+++ trunk/freebsd-sendpr/debian/control	2007-07-17 04:10:54 UTC (rev 1976)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org> 
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: patchutils (>= 0.2.25), freebsd5-buildutils (>= 5.3-2), texinfo
 Standards-Version: 3.7.2
 

Modified: trunk/freebsd-sendpr/debian/rules
===================================================================
--- trunk/freebsd-sendpr/debian/rules	2007-07-17 04:02:56 UTC (rev 1975)
+++ trunk/freebsd-sendpr/debian/rules	2007-07-17 04:10:54 UTC (rev 1976)
@@ -5,9 +5,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 PMAKE := freebsd-make DESTDIR=$(CURDIR)/debian/freebsd-sendpr BINDIR=/usr/bin
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	
@@ -21,11 +23,10 @@
 	dh_testdir
 	
 	tar xfz $(CURDIR)/src.tar.gz
-	cat $(CURDIR)/debian/patches/* | patch -p0
 	
 	touch unpack-stamp
 
-build-indep: unpack
+build-indep: unpack patch
 	dh_testdir
 	
 	cd src/gnu/usr.bin/send-pr/ && \




More information about the Glibc-bsd-commits mailing list