[gcc-6] 275/401: - prepare for upload

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:50:02 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 1a74308a4461c159adb3d6d9514c309c45927969
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri Nov 18 13:02:34 2016 +0000

     - prepare for upload
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9086 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 2 ++
 debian/control    | 2 +-
 debian/rules.conf | 6 ++++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c268fe..ec874f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 gcc-6 (6.2.1-2) unstable; urgency=medium
 
+  * Update to SVN 20161118 (r242586, 6.2.1) from the gcc-6-branch.
+    - Fix PR c++/68377.
   * Add Replaces for renamed lib*gphobos-dev packages.
   * libphobos: Fix ARM32 multilib detection for system zlib.
   * Update libgphobos symbols files for ARM32 targets.
diff --git a/debian/control b/debian/control
index 4f8a677..a5c6a8c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
   libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64], 
   autogen, gawk, lzma, xz-utils, patchutils, 
   zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any], 
-  binutils:native (>= 2.25.90) | binutils-multiarch:native (>= 2.25.90), binutils-hppa64-linux-gnu:native (>= 2.25.90) [hppa amd64 i386 x32], 
+  binutils:native (>= 2.27.51.20161116) | binutils-multiarch:native (>= 2.27.51.20161116), binutils-hppa64-linux-gnu:native (>= 2.27.51.20161116) [hppa amd64 i386 x32], 
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
   gdb:native, 
   texinfo (>= 4.3), locales, sharutils, 
diff --git a/debian/rules.conf b/debian/rules.conf
index 39eb014..11307d6 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -207,8 +207,10 @@ else
     BINUTILSBDV = 2.25-3~
   else ifneq (,$(filter $(distrelease),jessie))
     BINUTILSBDV = 2.25-7~
-  else ifneq (,$(filter $(distrelease),sid stretch xenial))
-    BINUTILSBDV = 2.25.90
+  else ifneq (,$(filter $(distrelease),xenial))
+    BINUTILSBDV = 2.26.1
+  else ifneq (,$(filter $(distrelease),sid stretch))
+    BINUTILSBDV = 2.27.51.20161116
   endif
 endif
 ifeq ($(DEB_CROSS),yes)

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