diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-05-30 07:52:22 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-05-30 07:52:22 +0000 |
commit | 390fc359b82dc52984ccd393bd74b713ca5319c3 (patch) | |
tree | 4d00a2350a4c040ad696017edc88dec58a62bbe7 /debian | |
parent | 326b4cd68ca74484976d2399e1bbe079e61ed4e7 (diff) | |
download | gcc-47-390fc359b82dc52984ccd393bd74b713ca5319c3.tar.gz |
* Drop build dependency on automake, not used anymore.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6797 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/rules.conf | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9246dc5..72decb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ gcc-4.7 (4.7.3-5) UNRELEASED; urgency=low * Keep prev-* symlinks to fix plugin.exp test failures. * Don't configure anymore with --enable-libstdcxx-time=yes. Addresses: #710220. + * Drop build dependency on automake, not used anymore. [ Daniel Schepler ] * Update the x32 support from the branch. diff --git a/debian/control b/debian/control index 4aed8e8..88efcc8 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Matthias Klose <doko@debian.org> Standards-Version: 3.9.4 Build-Depends: debhelper (>= 5.0.62), gcc-4.8-base, 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-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 s390x x32], libn32gcc1 [mips mipsel], lib64gcc1 [i386 mips mipsel powerpc sparc s390 x32], libc6-dev-mips64 [mips mipsel], libc6-dev-mipsn32 [mips mipsel], libc6-dev-x32 [amd64 i386], libx32gcc1 [amd64 i386], - m4, libtool, autoconf2.64, automake (>= 1:1.11), automake (<< 1:1.12), + m4, libtool, autoconf2.64, libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64], zlib1g-dev, gawk, lzma, xz-utils, patchutils, binutils-hppa64 (>= 2.22) [hppa], diff --git a/debian/rules.conf b/debian/rules.conf index 9e434cd..0a0317a 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -352,7 +352,7 @@ ifneq (,$(findstring gcc,$(PKGSOURCE))) endif AUTO_BUILD_DEP := m4, libtool, -AUTO_BUILD_DEP += autoconf2.64, automake (>= 1:1.11), automake (<< 1:1.12), +AUTO_BUILD_DEP += autoconf2.64, ifneq ($(DEB_CROSS),yes) JAVA_BUILD_DEP := libc6.1-dbg [alpha ia64] | libc0.3-dbg [hurd-i386] | libc0.1-dbg [kfreebsd-i386 kfreebsd-amd64] | libc6-dbg, zlib1g-dev, libantlr-java, python, libffi-dev, |