summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-11-14 16:01:42 +0000
committerGuillem Jover <guillem@debian.org>2009-11-14 16:01:42 +0000
commit3409d2a02cde37db38e24530a76e430ba07d946d (patch)
treedf5dcdc3b6a2571c4a31acff83e722fba2b4b601 /debian
parent867354fd65cf4a37683c4adaf8bfcefffd41aeb0 (diff)
Switch to source format '3.0 (quilt)'
Remove quilt from Build-Depends. Remove patchsys-quilt.mk include from debian/rules.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/source/format1
4 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3283f113..0c0055fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ hurd (20090404-3) UNRELEASED; urgency=low
[ Guillem Jover ]
* Update make-new-tarball.sh to exclude git instead of CVS paths.
* Refresh patches with -pab to allow migration to source format 3.0 (quilt).
+ * Switch to source format “3.0 (quilt)”:
+ - Remove quilt from Build-Depends.
+ - Remove patchsys-quilt.mk include from debian/rules.
-- Samuel Thibault <sthibault@debian.org> Tue, 13 Oct 2009 01:20:44 +0200
diff --git a/debian/control b/debian/control
index 3fb0b5e8..2dba2b59 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: required
Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org>
Standards-Version: 3.8.2
Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526-1),
- libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs, quilt,
+ libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs,
debhelper (>= 4.2.0), gcc-4.3
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>,
diff --git a/debian/rules b/debian/rules
index 2fab6219..fcc8c747 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ DEB_BUILDDIR = $(DEB_SRCDIR)/build
CC=gcc-4.3
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 00000000..163aaf8d
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)