summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormartin f. krafft <madduck@debian.org>2009-10-27 18:27:36 +0100
committermartin f. krafft <madduck@debian.org>2009-10-27 18:51:30 +0100
commit322ba5208b0a6a79ca528c8521552c18d9940fe3 (patch)
tree11db281328caa39ba27b5a5490f4135ffa7c1f3c /debian
parent4fe22e28267617a7ccd56d7beb53f03bde4afb22 (diff)
enable topgit, add README.source
Signed-off-by: martin f. krafft <madduck@debian.org> Conflicts: debian/changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/README.source18
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules4
4 files changed, 22 insertions, 3 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..b885d56c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,18 @@
+Building mdadm for Debian
+-------------------------
+
+The mdadm source package uses quilt to apply and remove its patches. Please
+refer to /usr/share/doc/quilt/README.source for information about how to use
+quilt for source packages.
+
+The quilt series is generated from the Git repository, using TopGit.
+This process is documented in /usr/share/doc/topgit/HOWTO-tg2quilt.gz .
+
+The mdadm packages uses the following branch layout:
+
+ fixes/* patches destined to go upstream
+ contrib/* contributed content
+ contrib/docs/* additional documentation
+ debian/* debian-specific changes
+
+ -- martin f. krafft <madduck@debian.org> Tue, 27 Oct 2009 18:51:13 +0100
diff --git a/debian/changelog b/debian/changelog
index d363e2bf..133abe6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mdadm (3.0-4) unstable; urgency=low
* Acknowledge 3.0-3.1 NMU by Christian Kujau (patch by Marco d'Itri)
(closes: #541884), and add util-linux dependency.
+ * Switch to TopGit and split Debian diff into topic branches; add
+ README.source.
-- martin f. krafft <madduck@debian.org> Tue, 27 Oct 2009 18:06:13 +0100
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d1eedc53..00000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-# no patches in this release
diff --git a/debian/rules b/debian/rules
index 603b9ab4..6b8e912e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,10 @@
#export DH_VERBOSE=1
-#TG_BRANCHES="..."
+TG_BRANCHES="fixes/udev-blkid contrib/docs/raid5-vs-raid10 contrib/docs/superblock_formats"
include /usr/share/quilt/quilt.make
-#-include /usr/share/topgit/tg2quilt.mk
+-include /usr/share/topgit/tg2quilt.mk
CXFLAGS = -ggdb
CXFLAGS_UDEB := $(CXFLAGS) -fomit-frame-pointer