[gcc-7] 313/354: * Fix builds without hppa64 cross compiler and new debhlper. Closes: #877589.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit 68e7263f08054a3292fcaf6e679124e178322e99
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Tue Oct 3 21:11:03 2017 +0000
* Fix builds without hppa64 cross compiler and new debhlper. Closes: #877589.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9732 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/rules2 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1d5777b..b8461c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.2.0-9) UNRELEASED; urgency=medium
+
+ * Fix builds without hppa64 cross compiler and new debhlper. Closes: #877589.
+
+ -- Matthias Klose <doko at debian.org> Tue, 03 Oct 2017 23:09:59 +0200
+
gcc-7 (7.2.0-8) unstable; urgency=medium
* Update to SVN 20171001 (r253234) from the gcc-7-branch.
diff --git a/debian/rules2 b/debian/rules2
index 1011a35..2b2fad2 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -2065,7 +2065,7 @@ endif
$(install_stamp): $(build_stamp)
dh_testdir
dh_testroot
- dh_prep -N$(p_hppa64)
+ dh_prep $(if $(filter yes,$(with_hppa64)),-N$(p_hppa64))
if [ -f $(binary_stamp)-hppa64 ]; then \
mv $(binary_stamp)-hppa64 saved-stamp-hppa64; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list