r38329 - /trunk/dh-make-perl/TODO

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jun 20 16:05:41 UTC 2009


Author: dmn
Date: Sat Jun 20 16:05:35 2009
New Revision: 38329

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38329
Log:
drop TODO about using Dpkg::Version::vercmp

Rationale: we use Debian::Version::deb_ver_cmp, which uses version
comparison provided by AptPkg::Config, which is written in C++ and is
therefore faster.

Modified:
    trunk/dh-make-perl/TODO

Modified: trunk/dh-make-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/TODO?rev=38329&op=diff
==============================================================================
--- trunk/dh-make-perl/TODO (original)
+++ trunk/dh-make-perl/TODO Sat Jun 20 16:05:35 2009
@@ -1,5 +1,3 @@
-* use Dpkg::Version::vercmp(v1, v2) for comparing versions all over (grep for
-  compare)
 * investigate using App::Cmd
 * ensure (with a test) that dependency lists are indented with one space
 * ensure (with a test) that doing a refresh over the debian/ directory produced




More information about the Pkg-perl-cvs-commits mailing list