[med-svn] [Git][med-team/pirs][master] Helmut Grohne: pass cross tools to plain make
Andreas Tille
gitlab at salsa.debian.org
Mon May 13 07:48:07 BST 2019
Andreas Tille pushed to branch master at Debian Med / pirs
Commits:
ab196fbc by Andreas Tille at 2019-05-13T06:39:12Z
Helmut Grohne: pass cross tools to plain make
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+pirs (2.0.2+dfsg-8) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix FTCBFS: (Closes: #928856)
+ + Let dh_auto_build pass cross tools to make.
+ + Pass C++ compiler as CC.
+
+ -- Helmut Grohne <helmut at subdivi.de> Sun, 12 May 2019 09:51:09 +0200
+
pirs (2.0.2+dfsg-7) unstable; urgency=medium
* debhelper 11
=====================================
debian/rules
=====================================
@@ -34,7 +34,7 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
- cd src/stator/gcContCvgBias && make
+ dh_auto_build --sourcedirectory=src/stator/gcContCvgBias -- CC='$$(CXX)'
override_dh_auto_install:
dh_auto_install --sourcedirectory=src/stator/gcContCvgBias
View it on GitLab: https://salsa.debian.org/med-team/pirs/commit/ab196fbc208245d8e36cb7fd2943c0478f5fa3e9
--
View it on GitLab: https://salsa.debian.org/med-team/pirs/commit/ab196fbc208245d8e36cb7fd2943c0478f5fa3e9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190513/f5a18fbb/attachment.html>
More information about the debian-med-commit
mailing list