[Pkg-cli-apps-commits] [SCM] monodevelop-database branch, master-experimental, updated. debian/2.5.92+dfsg-1
Jo Shields
directhex at apebox.org
Wed Jun 29 21:49:07 UTC 2011
The following commit has been merged in the master-experimental branch:
commit c1d6650ad05c091d3d715d9505bf4f4df221edce
Author: Jo Shields <directhex at apebox.org>
Date: Wed Jun 29 22:33:20 2011 +0100
Replace standalone quilt with DebSrc 3.0 (quilt).
diff --git a/debian/control b/debian/control
index 158ad21..ccbed6f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: cli-mono
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: cli-common-dev (>= 0.5.4),
monodevelop (>= 2.5.92),
monodevelop-versioncontrol (>= 2.5.92),
diff --git a/debian/rules b/debian/rules
index de2a0d4..62faff9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,6 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
MDVERSION = 2.5.92
include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
override_dh_gencontrol:
dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION)
@@ -55,6 +54,6 @@ get-orig-source:
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
%:
- dh --with quilt $@
+ dh $@
.PHONY: get-orig-source
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
monodevelop-database
More information about the Pkg-cli-apps-commits
mailing list