r44885 - in /trunk/dh-make-perl: debian/changelog lib/Debian/Version.pm
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Sep 26 21:15:24 UTC 2009
Author: gregoa
Date: Sat Sep 26 21:15:13 2009
New Revision: 44885
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44885
Log:
Documentation fix for Debian::Version::deb_ver_cmp.
Modified:
trunk/dh-make-perl/debian/changelog
trunk/dh-make-perl/lib/Debian/Version.pm
Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=44885&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat Sep 26 21:15:13 2009
@@ -15,6 +15,7 @@
confused by the existing Makefile.PL without a Makefile.
* Only add a dependency on perl-modules if we need a newer version than the
one in oldstable.
+ * Documentation fix for Debian::Version::deb_ver_cmp.
[ Damyan Ivanov ]
* Drop support for debhelper compatibility levels other than 7
Modified: trunk/dh-make-perl/lib/Debian/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Version.pm?rev=44885&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Version.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Version.pm Sat Sep 26 21:15:13 2009
@@ -24,8 +24,9 @@
=item deb_ver_cmp( $ver1, $ver2 )
-Compares the Debian versions and returns -1, 0 or +1 if the first version is
-smaller, equal or bigger than the second.
+Compares the Debian versions and returns a negative value, zero or a
+positive value if the first version is smaller, equal or bigger than the
+second.
This function is a short-named wrapper around C<<
$AptPkg::Config::_config->system->versioning->compare >>. The rules for
More information about the Pkg-perl-cvs-commits
mailing list