summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules1
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1aaa2f9b..c8f8a40f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
mdadm (3.3.4-1) unstable; urgency=medium
+ [ Dimitri John Ledkov ]
* Adopting the package as per mjt delegation. Thank you for your
service mainting this package over the years, your contributions
are highly appreciated by all of Debian and derivate communities.
* New upstream release.
* Bump standards version to 3.9.6.0, no changes required.
+ [ Helmut Grohne ]
+ * Fix FTCBFS. Export CROSS_COMPILE=<triplet>- (Closes: #794335)
+
-- Dimitri John Ledkov <xnox@debian.org> Sun, 08 Nov 2015 11:48:03 +0000
mdadm (3.3.2-5) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7b21d228..7a45299a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
#export DH_VERBOSE=1
+export CROSS_COMPILE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)-
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
CXFLAGS = $(shell dpkg-buildflags --get CFLAGS) \
$(shell dpkg-buildflags --get CPPFLAGS)