[gcc-6] 124/401: * Build-depend on debhelper (>= 9) and dpkg-dev (>= 1.17.14).
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:12 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 26ca526e9dda4bdf2294dab7a402e976136e5be4
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Apr 28 21:04:04 2016 +0000
* Build-depend on debhelper (>= 9) and dpkg-dev (>= 1.17.14).
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8803 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/control | 2 +-
debian/control.m4 | 2 +-
debian/rules.conf | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3c15936..6b2ff44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ gcc-6 (6.1.0-1) UNRELEASED; urgency=medium
man pages.
* Default the 32bit x86 architectures to i686, keep i585 symlinks.
See https://lists.debian.org/debian-devel/2015/09/msg00589.html
+ * Build-depend on debhelper (>= 9) and dpkg-dev (>= 1.17.14).
-- Matthias Klose <doko at debian.org> Thu, 28 Apr 2016 10:31:38 +0200
diff --git a/debian/control b/debian/control
index 42f2773..017c3df 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Uploaders: Matthias Klose <doko at debian.org>
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 5.0.62), dpkg-dev (>= 1.17.11),
+Build-Depends: debhelper (>= 5.0.62), dpkg-dev (>= 1.17.14),
g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mipsn32el powerpc ppc64 s390 s390x sparc sparc64 x32] <!cross>, g++-5 [arm64] <!cross>,
libc6.1-dev (>= 2.13-5) [alpha ia64] | libc0.3-dev (>= 2.13-5) [hurd-i386] | libc0.1-dev (>= 2.13-5) [kfreebsd-i386 kfreebsd-amd64] | libc6-dev (>= 2.13-5), libc6-dev (>= 2.13-31) [armel armhf], libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-sparc [sparc64], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc1 [amd64 ppc64 kfreebsd-amd64 mipsn32 mi [...]
kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k],
diff --git a/debian/control.m4 b/debian/control.m4
index 1a3da3f..1767cfe 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -58,7 +58,7 @@ Uploaders: Matthias Klose <doko at debian.org>
')dnl SRCNAME
Standards-Version: 3.9.8
ifdef(`TARGET',`dnl cross
-Build-Depends: debhelper (>= 5.0.62), DPKG_BUILD_DEP
+Build-Depends: debhelper (>= 9), DPKG_BUILD_DEP
LIBC_BUILD_DEP, LIBC_BIARCH_BUILD_DEP
kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k],
LIBUNWIND_BUILD_DEP LIBATOMIC_OPS_BUILD_DEP AUTO_BUILD_DEP
diff --git a/debian/rules.conf b/debian/rules.conf
index 3b0a66d..2573396 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -184,7 +184,7 @@ ifeq ($(multiarch_stage1),yes)
DPKGV = 1.16.0~ubuntu4
endif
ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy dapper hardy jaunty karmic lucid maverick natty oneiric precise quantal raring saucy trusty utopic))
- DPKGV = 1.17.11
+ DPKGV = 1.17.14
endif
DPKG_BUILD_DEP = dpkg-dev (>= $(DPKGV)),
--
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