martin f. krafft: Switch to dpkg v3-quilt source format
Martin F. Krafft
madduck at alioth.debian.org
Fri Nov 6 10:16:04 UTC 2009
Module: mdadm
Branch: master
Commit: b2298cce9ee61dbc0d4eec57390a6d5fd25f04d8
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=b2298cce9ee61dbc0d4eec57390a6d5fd25f04d8
Author: martin f. krafft <madduck at debian.org>
Date: Thu Nov 5 18:06:51 2009 +0100
Switch to dpkg v3-quilt source format
Signed-off-by: martin f. krafft <madduck at debian.org>
---
debian/changelog | 3 ++-
debian/rules | 6 ++----
debian/source/format | 1 +
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6b09ee1..1963e77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ mdadm (3.0.3-2) unstable; urgency=low
* Bumped Standards-Version to 3.8.3 without having to make changes.
* Fixed init dependencies of mdadm daemon init.d script; thanks Petter
Reinholdtsen (closes: #541396).
+ * Switched source package to v3-quilt format.
- -- martin f. krafft <madduck at debian.org> Wed, 28 Oct 2009 08:34:43 +0100
+ -- martin f. krafft <madduck at debian.org> Fri, 06 Nov 2009 10:06:03 +0100
mdadm (3.0.3-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 752c917..9ee1dde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,6 @@
#export DH_VERBOSE=1
TG_BRANCHES="fixes/udev-blkid contrib/docs/raid5-vs-raid10 contrib/docs/superblock_formats contrib/docs/md.txt contrib/docs/jd-rebuilding-raid debian/conffile-location"
-
-include /usr/share/quilt/quilt.make
-include /usr/share/topgit/tg2quilt.mk
CXFLAGS = -ggdb
@@ -27,7 +25,7 @@ configure:
debian/mdadm-startall.8: debian/mdadm-startall.sgml
docbook-to-man $< > $@
-build: configure patch build-stamp
+build: configure build-stamp
build-stamp: debian/mdadm-startall.8
dh_testdir
$(MAKE) -f debian/rules mdadm.udeb DEBIAN=yes
@@ -50,7 +48,7 @@ mdadm: configure
INTERPOLATED_FILES = debian/bugscript debian/mkconf
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f $(INTERPOLATED_FILES)
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)
More information about the pkg-mdadm-commits
mailing list