[gcc-7] 296/354: * Fix fortran cross compiler build with debhelper 10.9. Closes: #876246.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:22 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 7a0563f6e5681aaa00405d34c243d084221dc06d
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Sep 20 07:54:24 2017 +0000

      * Fix fortran cross compiler build with debhelper 10.9. Closes: #876246.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9700 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog                 | 6 ++++++
 debian/rules.d/binary-fortran.mk | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 82b5cea..5d8131b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.2.0-6) UNRELEASED; urgency=medium
+
+  * Fix fortran cross compiler build with debhelper 10.9. Closes: #876246.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 20 Sep 2017 09:53:55 +0200
+
 gcc-7 (7.2.0-5) unstable; urgency=medium
 
   * Update to SVN 20170915 (r252791) from the gcc-7-branch.
diff --git a/debian/rules.d/binary-fortran.mk b/debian/rules.d/binary-fortran.mk
index 4b603e4..d6229d4 100644
--- a/debian/rules.d/binary-fortran.mk
+++ b/debian/rules.d/binary-fortran.mk
@@ -122,7 +122,7 @@ define __do_libgfortran_dev
 	mv $(install_stamp) $(install_stamp)-tmp
 
 	rm -rf $(d_l)
-	dh_installdirs -p$(1) $(gcc_lib_dir$(2))
+	dh_installdirs -p$(p_l) $(gcc_lib_dir$(2))
 
 	$(dh_compat2) dh_movefiles -p$(p_l) \
 		$(gcc_lib_dir$(2))/libcaf_single.a

-- 
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