Package: perl Version: 5.14.2-12 Severity: wishlist Tags: patch Since even oldstable shipped with gcc 4.3 as default gcc, versioned build-dep on gcc is quite unneccesary. A working compiler is already pulled in by build-essential. The current versioned build-dep on gcc is inconvinience if you want to try building with something else than gcc.
While at it, also remove versioned build-dep on cpio, as cpio 2.6-5 was now 7 years ago.. Riku
diff -urN perl-5.14.2/debian/control perl-5.14.2.fix/debian/control --- perl-5.14.2/debian/control 2012-05-25 10:13:04.000000000 +0300 +++ perl-5.14.2.fix/debian/control 2012-06-19 16:52:26.167543997 +0300 @@ -5,8 +5,8 @@ Uploaders: Dominic Hargreaves <[email protected]> Standards-Version: 3.9.2 Homepage: http://dev.perl.org/perl5/ -Build-Depends: file, cpio (>= 2.6-5), libdb-dev, libgdbm-dev, netbase [!hurd-any], - gcc (>= 4:4.2), procps [!hurd-any], zlib1g-dev | libz-dev, libbz2-dev, +Build-Depends: file, cpio, libdb-dev, libgdbm-dev, netbase [!hurd-any], + procps [!hurd-any], zlib1g-dev | libz-dev, libbz2-dev, dpkg-dev (>= 1.16.0) Build-Conflicts: libterm-readline-gnu-perl (<< 1.17), libfile-sharedir-perl Vcs-Git: git://anonscm.debian.org/perl/perl.git

