r55237 - in /scripts/perl-5.10-transition: find-rebuild-order perlapi.out

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Apr 1 11:27:43 UTC 2010


Author: ntyni
Date: Thu Apr  1 11:27:27 2010
New Revision: 55237

URL: http://svn.debian.org/wsvn/?sc=1&rev=55237
Log:
include the package versions for virtually essential packages too

Modified:
    scripts/perl-5.10-transition/find-rebuild-order
    scripts/perl-5.10-transition/perlapi.out

Modified: scripts/perl-5.10-transition/find-rebuild-order
URL: http://svn.debian.org/wsvn/scripts/perl-5.10-transition/find-rebuild-order?rev=55237&op=diff
==============================================================================
--- scripts/perl-5.10-transition/find-rebuild-order (original)
+++ scripts/perl-5.10-transition/find-rebuild-order Thu Apr  1 11:27:27 2010
@@ -211,7 +211,7 @@
             print "# $_ is virtually essential (" 
                   . join(" -> ", @{$uninstallable_essential->{$_}}, $_)
                   . ")\n";
-            print "$_ 0\n";
+            print "$_ 0 $src_with_vers{$_} $binnmu_vers{$_}\n";
             $found++;
             delete $uninstallable{$_};
             # reset the cache, it may be invalid after the delete

Modified: scripts/perl-5.10-transition/perlapi.out
URL: http://svn.debian.org/wsvn/scripts/perl-5.10-transition/perlapi.out?rev=55237&op=diff
==============================================================================
--- scripts/perl-5.10-transition/perlapi.out (original)
+++ scripts/perl-5.10-transition/perlapi.out Thu Apr  1 11:27:27 2010
@@ -1,11 +1,11 @@
 # Generated by find-rebuild-order
 # <package> <rebuild round> <srcname_srcvers> <next_binnmu_number>
 # libtext-iconv-perl is virtually essential (base-files -> base-passwd -> libc6 -> debconf -> debconf-i18n -> libtext-iconv-perl)
-libtext-iconv-perl 0
+libtext-iconv-perl 0 libtext-iconv-perl_1.7-2 1
 # liblocale-gettext-perl is virtually essential (base-files -> base-passwd -> libc6 -> debconf -> debconf-i18n -> liblocale-gettext-perl)
-liblocale-gettext-perl 0
+liblocale-gettext-perl 0 liblocale-gettext-perl_1.05-6 1
 # libtext-charwidth-perl is virtually essential (base-files -> base-passwd -> libc6 -> debconf -> debconf-i18n -> libtext-wrapi18n-perl -> libtext-charwidth-perl)
-libtext-charwidth-perl 0
+libtext-charwidth-perl 0 libtext-charwidth-perl_0.04-6 1
 altree 1 altree_1.0.1-3 1
 claws-mail-perl-filter 1 claws-mail-extra-plugins_3.7.5-1 1
 courier-mta 1 courier_0.63.0-2.1 1




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