[Pkg-cli-apps-commits] [SCM] monodevelop-python branch, master-experimental, updated. debian/2.5.92-1

Jo Shields directhex at apebox.org
Tue Jun 28 18:28:46 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 9f37b972b308486a162621655f5ae5fe7f5d4fbe
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jun 28 19:10:48 2011 +0100

    Use DebSrc 3.0's Quilt support, rather than Quilt directly.

diff --git a/debian/rules b/debian/rules
index cd32247..b23431a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 MDVERSION = 2.4.1
 
 include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
 
 override_dh_gencontrol:
 	dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION)
@@ -21,11 +20,9 @@ override_dh_auto_configure:
 	./configure --prefix=/usr
 
 override_dh_auto_clean:
-	dh_quilt_patch
 	./configure --clean-only
 	dh_clean
 	rm -f config.log config.make
-	dh_quilt_unpatch
 
 get-orig-source:
 	uscan \
@@ -38,6 +35,6 @@ get-orig-source:
 		--rename
 
 %:
-	dh --with-quilt $@
+	dh $@
 
 .PHONY: get-orig-source
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)

-- 
monodevelop-python



More information about the Pkg-cli-apps-commits mailing list