r14799 - /trunk/libxml-sax-perl/debian/update-perl-sax-parsers

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Feb 12 19:16:48 UTC 2008


Author: ntyni
Date: Tue Feb 12 19:16:47 2008
New Revision: 14799

URL: http://svn.debian.org/wsvn/?sc=1&rev=14799
Log:
finetune the update-perl-sax-parsers output

Modified:
    trunk/libxml-sax-perl/debian/update-perl-sax-parsers

Modified: trunk/libxml-sax-perl/debian/update-perl-sax-parsers
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/update-perl-sax-parsers?rev=14799&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/update-perl-sax-parsers (original)
+++ trunk/libxml-sax-perl/debian/update-perl-sax-parsers Tue Feb 12 19:16:47 2008
@@ -96,7 +96,7 @@
 ## ----------------------------------------------------------------------
 if ( $add )
 {
-    print "$name: Registering Perl SAX parser module info file of $add with priority $priority...\n"
+    print "$name: Registering Perl SAX parser $add with priority $priority...\n"
         unless $quiet;
     
     if (XML::SAX->can('save_parsers_debian')) {
@@ -112,7 +112,7 @@
 }
 elsif ( $remove )
 {
-    print "$name: Unregistering Perl SAX parser module info file of $remove with priority $priority...\n"
+    print "$name: Unregistering Perl SAX parser $remove with priority $priority...\n"
         unless $quiet;
     
     my $parser_file = $remove;




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