[gcc-6] 249/401: * Fix using the gcc-6-source package (Stephen Kitt). Closes: #843476.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:49:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit ea7a3714834e3c7b5f835881e61944b0bbe102d0
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Mon Nov 7 09:46:56 2016 +0000
* Fix using the gcc-6-source package (Stephen Kitt). Closes: #843476.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9027 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/control.m4 | 2 +-
debian/rules.patch | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b21acaf..a56679c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.2.0-12) UNRELEASED; urgency=medium
+
+ * Fix using the gcc-6-source package (Stephen Kitt). Closes: #843476.
+
+ -- Matthias Klose <doko at debian.org> Mon, 07 Nov 2016 10:44:48 +0100
+
gcc-6 (6.2.0-11) unstable; urgency=medium
* Update to SVN 20161103 (r241817, 6.2.1) from the gcc-6-branch.
diff --git a/debian/control b/debian/control
index ab82dd9..209c5b3 100644
--- a/debian/control
+++ b/debian/control
@@ -2494,7 +2494,7 @@ Description: Fix non-ANSI header files
Package: gcc-6-source
Architecture: all
Priority: optional
-Depends: make, autoconf2.64, quilt, patchutils, gawk, ${misc:Depends}
+Depends: make, autoconf2.64, quilt, patchutils, sharutils, gawk, ${misc:Depends}
Description: Source of the GNU Compiler Collection
This package contains the sources and patches which are needed to
build the GNU Compiler Collection (GCC).
diff --git a/debian/control.m4 b/debian/control.m4
index f0b2c3c..51a187d 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -5305,7 +5305,7 @@ ifenabled(`source',`
Package: gcc`'PV-source
Architecture: all
Priority: PRI(optional)
-Depends: make, autoconf2.64, quilt, patchutils, gawk, ${misc:Depends}
+Depends: make, autoconf2.64, quilt, patchutils, sharutils, gawk, ${misc:Depends}
Description: Source of the GNU Compiler Collection
This package contains the sources and patches which are needed to
build the GNU Compiler Collection (GCC).
diff --git a/debian/rules.patch b/debian/rules.patch
index 5385457..4fa908f 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -387,7 +387,7 @@ ifneq (,$(filter svn-updates, $(debian_patches)))
endif
ifneq (,$(filter libgo-elf-relocations-sparc64, $(debian_patches)))
- uudecode debian/go-relocation-test-gcc620-sparc64.obj.uue
+ uudecode $(patchdir)/../go-relocation-test-gcc620-sparc64.obj.uue
endif
: # only needed when we have changes, and currently fails with autogen 5.18
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list