The following commit has been merged in the master branch:
commit 5ad00d585eb7267c440ee4fbfdd63ce2862ea401
Author: James Vega <[email protected]>
Date: Mon Apr 12 07:50:32 2010 -0400
Require dpkg-dev >= 1.15.4.1 since we're using bits of the new Perl API.
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index a135e1b..aeff3e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ devscripts (2.10.63) UNRELEASED; urgency=low
+ Restore previous behavior of versort not performing a check on whether
the version is a valid Debian version. (Closes: #577043)
+ Re-add deb_versort which ensures the versions are valid Debian versions.
+ * debian/control: Require dpkg-dev >= 1.15.4.1 since we're using bits of the
+ new Perl API.
-- Christoph Berg <[email protected]> Fri, 09 Apr 2010 21:31:24 +0200
diff --git a/debian/control b/debian/control
index 7b0ec4f..c128dbf 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: git://git.debian.org/devscripts/devscripts.git
Package: devscripts
Architecture: any
-Depends: dpkg-dev, perl, ${shlibs:Depends}, ${misc:Depends}
+Depends: dpkg-dev (>= 1.15.4.1), perl, ${shlibs:Depends}, ${misc:Depends}
Recommends: at, curl | wget, dctrl-tools, debian-keyring, debian-maintainers,
dput | dupload, equivs, fakeroot, gnupg, libauthen-sasl-perl,
libcrypt-ssleay-perl, libparse-debcontrol-perl, libsoap-lite-perl,
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].