[Pkg-cli-apps-commits] [SCM] monodevelop branch, master-experimental, updated. debian/2.4.1+dfsg-1-11-g28a6814
Jo Shields
directhex at apebox.org
Fri Jun 24 00:32:42 UTC 2011
The following commit has been merged in the master-experimental branch:
commit 3bfb6d6f3e5d77c93b17c3dd33bba4f71b1ba49b
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jun 24 00:21:13 2011 +0100
Start using DebSrc 3.0 (quilt) rather than quilt.make separately
diff --git a/debian/control b/debian/control
index 3b9afd3..4437f03 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
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.7),
mono-devel (>= 2.6.1),
libmono-dev (>= 2.6.1),
diff --git a/debian/rules b/debian/rules
index cda0df6..a3d37da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
override_dh_auto_configure:
aclocal -I.
@@ -76,6 +75,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
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
--
monodevelop
More information about the Pkg-cli-apps-commits
mailing list