martin f. krafft: enable topgit, add README.source

Martin F. Krafft madduck at alioth.debian.org
Tue Oct 27 19:45:40 UTC 2009


Module: mdadm
Branch: build
Commit: 322ba5208b0a6a79ca528c8521552c18d9940fe3
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=322ba5208b0a6a79ca528c8521552c18d9940fe3

Author: martin f. krafft <madduck at debian.org>
Date:   Tue Oct 27 18:27:36 2009 +0100

enable topgit, add README.source

Signed-off-by: martin f. krafft <madduck at debian.org>

Conflicts:

	debian/changelog

---

 debian/README.source  |   18 ++++++++++++++++++
 debian/changelog      |    2 ++
 debian/patches/series |    1 -
 debian/rules          |    4 ++--
 4 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..b885d56
--- /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 at debian.org>  Tue, 27 Oct 2009 18:51:13 +0100
diff --git a/debian/changelog b/debian/changelog
index d363e2b..133abe6 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 at 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 d1eedc5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-# no patches in this release
diff --git a/debian/rules b/debian/rules
index 603b9ab..6b8e912 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




More information about the pkg-mdadm-commits mailing list