[Glibc-bsd-commits] r2832 - in trunk/freebsd-sendpr/debian: . source

Guillem Jover guillem at alioth.debian.org
Sat Nov 14 03:44:01 UTC 2009


Author: guillem
Date: 2009-11-14 03:44:01 +0000 (Sat, 14 Nov 2009)
New Revision: 2832

Added:
   trunk/freebsd-sendpr/debian/source/
   trunk/freebsd-sendpr/debian/source/format
Removed:
   trunk/freebsd-sendpr/debian/README.source
Modified:
   trunk/freebsd-sendpr/debian/changelog
   trunk/freebsd-sendpr/debian/control
   trunk/freebsd-sendpr/debian/rules
Log:
Switch to source format ?\226?\128?\1563.0 (quilt)?\226?\128?\157

Remove quilt from Build-Depends.
Remove quilt.make include from debian/rules.
Remove patch and unpatch targets from debian/rules.
Remove now unneeded debian/README.source.


Deleted: trunk/freebsd-sendpr/debian/README.source
===================================================================
--- trunk/freebsd-sendpr/debian/README.source	2009-11-14 03:42:21 UTC (rev 2831)
+++ trunk/freebsd-sendpr/debian/README.source	2009-11-14 03:44:01 UTC (rev 2832)
@@ -1,3 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source. Please refer to /usr/share/doc/quilt/README.source for more
-information.

Modified: trunk/freebsd-sendpr/debian/changelog
===================================================================
--- trunk/freebsd-sendpr/debian/changelog	2009-11-14 03:42:21 UTC (rev 2831)
+++ trunk/freebsd-sendpr/debian/changelog	2009-11-14 03:44:01 UTC (rev 2832)
@@ -4,6 +4,11 @@
     - Stop using tar-in-tar. (Closes: #538558)
   * Switch to debhelper compatibility level 7.
   * Use dh_prep instead of “dh_clean -k”.
+  * Switch to source format “3.0 (quilt)”:
+    - Remove quilt from Build-Depends.
+    - Remove quilt.make include from debian/rules.
+    - Remove patch and unpatch targets from debian/rules.
+    - Remove now unneeded debian/README.source.
 
  -- Guillem Jover <guillem at debian.org>  Mon, 09 Feb 2009 21:57:12 +0200
 

Modified: trunk/freebsd-sendpr/debian/control
===================================================================
--- trunk/freebsd-sendpr/debian/control	2009-11-14 03:42:21 UTC (rev 2831)
+++ trunk/freebsd-sendpr/debian/control	2009-11-14 03:44:01 UTC (rev 2832)
@@ -5,7 +5,7 @@
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org> 
 Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/freebsd-sendpr/
 Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/freebsd-sendpr/
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: freebsd-buildutils, texinfo
 Standards-Version: 3.8.0
 

Modified: trunk/freebsd-sendpr/debian/rules
===================================================================
--- trunk/freebsd-sendpr/debian/rules	2009-11-14 03:42:21 UTC (rev 2831)
+++ trunk/freebsd-sendpr/debian/rules	2009-11-14 03:44:01 UTC (rev 2832)
@@ -7,11 +7,9 @@
 
 pkgdir := $(CURDIR)/debian/freebsd-sendpr
 
-include /usr/share/quilt/quilt.make
-
 PMAKE := freebsd-make DESTDIR=$(pkgdir) BINDIR=/usr/bin
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	
@@ -19,7 +17,7 @@
 	
 	dh_clean
 
-build-indep: patch
+build-indep:
 	dh_testdir
 	
 	$(PMAKE)

Added: trunk/freebsd-sendpr/debian/source/format
===================================================================
--- trunk/freebsd-sendpr/debian/source/format	                        (rev 0)
+++ trunk/freebsd-sendpr/debian/source/format	2009-11-14 03:44:01 UTC (rev 2832)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Glibc-bsd-commits mailing list