r5979 - /scripts/qa/versioncheck.pl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jul 26 08:16:03 UTC 2007


Author: dmn
Date: Thu Jul 26 08:16:03 2007
New Revision: 5979

URL: http://svn.debian.org/wsvn/?sc=1&rev=5979
Log:
Add proper TODO list for versionchecl.pl

Modified:
    scripts/qa/versioncheck.pl

Modified: scripts/qa/versioncheck.pl
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck.pl?rev=5979&op=diff
==============================================================================
--- scripts/qa/versioncheck.pl (original)
+++ scripts/qa/versioncheck.pl Thu Jul 26 08:16:03 2007
@@ -2,6 +2,18 @@
 # Copyright gregor herrmann <gregor+debian at comodo.priv.at>, 2007
 # Copyright Damyan Ivanov <dmn at debian.org>, 2007
 # Released under the terms of the GNU GPL 2
+
+### TODO ###
+#
+# Fall-back to uscan when there is no other way
+# Perhaps even when there IS other way, but the versions differ
+# Would be best if we could copy the code over to avoid temp file + fork + exec
+# + parsing the output
+#
+# Would be very nice if version-mangling options of debian/watch are supported
+# so 0.2200 (cpan) gets equal to 0.22 (debian) when this is described
+#
+# Add support for checking list of packages, given on the command line
 
 our $THIS_REVISION = '$Id$';
 




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