[med-svn] [dialign] 01/02: Fix FTCBFS: Let dh_auto_build pass cross compilers

Andreas Tille tille at debian.org
Fri Jan 27 10:57:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository dialign.

commit b017db34a1b2d147d6e399ad576e7df3c07d8df1
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 27 11:53:36 2017 +0100

    Fix FTCBFS: Let dh_auto_build pass cross compilers
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c205d2f..5b59640 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dialign (2.2.1-9) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_build pass cross compilers (Thanks for the patch
+    to Helmut Grohne <helmut at subdivi.de>)
+    Closes: #852743
+
+ -- Andreas Tille <tille at debian.org>  Fri, 27 Jan 2017 11:52:44 +0100
+
 dialign (2.2.1-8) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index 9eceb24..eac7b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ override_dh_clean:
 
 override_dh_auto_build:
 	## CFLAGS = -c -I$ -DCONS -O2
-	$(MAKE) -C src
+	dh_auto_build --sourcedirectory=src

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dialign.git



More information about the debian-med-commit mailing list