martin f. krafft: add upstream patch with compiler/linker fix (#595290)

Martin F. Krafft madduck at alioth.debian.org
Fri Sep 3 09:55:21 UTC 2010


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

Author: martin f. krafft <madduck at debian.org>
Date:   Fri Sep  3 11:06:13 2010 +0200

add upstream patch with compiler/linker fix (#595290)

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

---

 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 975b0d5..da42ffd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mdadm (3.1.4-1+8efb9d1) unstable; urgency=low
+
+  * Added patch with Makefile fix from upstream (commit 8efb9d1) to fix
+    compiler/linker problem on non-x86 architectures (closes: #595290).
+
+ -- martin f. krafft <madduck at debian.org>  Fri, 03 Sep 2010 10:45:01 +0200
+
 mdadm (3.1.4-1) unstable; urgency=low
 
   * New upstream release, which closes:#595039 and addresses the following
diff --git a/debian/rules b/debian/rules
index c40a4f8..f5a8db1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 
 #export DH_VERBOSE=1
 
-TG_BRANCHES="contrib/scripts/mdadd contrib/docs/raid5-vs-raid10 contrib/docs/superblock_formats contrib/docs/md.txt contrib/docs/jd-rebuilding-raid debian/conffile-location debian/disable-incremental"
+TG_BRANCHES="contrib/scripts/mdadd contrib/docs/raid5-vs-raid10 contrib/docs/superblock_formats contrib/docs/md.txt contrib/docs/jd-rebuilding-raid debian/conffile-location debian/disable-incremental fixes/linker-flag-z-now"
 -include /usr/share/topgit/tg2quilt.mk
 
 CXFLAGS = -ggdb




More information about the pkg-mdadm-commits mailing list