The following commit has been merged in the master branch:
commit e20fb748d3307a58e60ed5ea94d954151232c53d
Author: Guillem Jover <[email protected]>
Date: Thu Jan 28 21:09:41 2010 +0100
Change dpkg-dev to Depend on perl instead of perl5 and perl-modules
diff --git a/debian/changelog b/debian/changelog
index 88d7452..2089628 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -64,6 +64,7 @@ dpkg (1.15.6) UNRELEASED; urgency=low
Thanks to Jonathan Nieder for several of the patches.
* Do not print unambiguous epoch on dpkg file overwrite error.
* Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn().
+ * Change dpkg-dev to Depend on perl instead of perl5 and perl-modules.
[ Modestas Vainius ]
* Implement symbol patterns (Closes: #563752). From now on, it is possible to
diff --git a/debian/control b/debian/control
index 8e746c6..d4e8d10 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Package: dpkg-dev
Section: utils
Priority: optional
Architecture: all
-Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma, xz-utils,
+Depends: dpkg (>= 1.15.4), perl, bzip2, lzma, xz-utils,
patch (>= 2.2-1), make, binutils, libtimedate-perl,
base-files (>= 5.0.0), ${misc:Depends}
Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]