[med-svn] [primer3] 03/04: Fix FTCBFS: Pass CXX as CPP (Closes: #851230)
Andreas Tille
tille at debian.org
Fri Jan 13 07:44:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository primer3.
commit 17fef61d576352d676d389bca1a1e1b90264292f
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 13 08:32:47 2017 +0100
Fix FTCBFS: Pass CXX as CPP (Closes: #851230)
---
debian/changelog | 4 ++++
debian/rules | 3 +++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 276d49d..97dd33c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
primer3 (2.3.7-3) UNRELEASED; urgency=medium
+ [ Andreas Tille ]
* debhelper 10
* d/watch: version=4
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Pass CXX as CPP (Closes: #851230)
+
-- Andreas Tille <tille at debian.org> Fri, 13 Jan 2017 08:28:29 +0100
primer3 (2.3.7-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 22db417..862d507 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ sampledir:=$(CURDIR)/debian/$(DEBPKGNAME)-examples/usr/share/doc/$(DEBPKGNAME)/e
%:
dh $@ --sourcedirectory=src
+override_dh_auto_build:
+ dh_auto_build -- 'CPP=$$(CXX)'
+
override_dh_auto_test:
dh_auto_test --sourcedirectory=test
dh clean --sourcedirectory=test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/primer3.git
More information about the debian-med-commit
mailing list