r46239 - in /trunk/dh-make-perl: dh-make-perl lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Oct 23 08:37:24 UTC 2009


Author: dmn
Date: Fri Oct 23 08:37:17 2009
New Revision: 46239

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46239
Log:
remove references to 'perl-modules' as a package containing core modules

Modified:
    trunk/dh-make-perl/dh-make-perl
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=46239&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Fri Oct 23 08:37:17 2009
@@ -135,7 +135,7 @@
 
 Explicitly gives a comma-separated list of packages to consider "base"
 packages (i.e. packages that should always be available in Debian
-systems). This option defaults to C<perl,perl-base,perl-modules> - it
+systems). This option defaults to C<perl,perl-base> - it
 is used to check for module dependencies. If a needed module is in the
 C<basepkgs>, it won't be mentioned in the C<depends:> field of
 C<debian/control>.

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=46239&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Oct 23 08:37:17 2009
@@ -272,7 +272,7 @@
         my $mod = $ARGV[0];
 
         if ( defined( my $core_since = $self->is_core_module($mod) ) ) {
-            print "$mod is in Perl core (package perl-modules)";
+            print "$mod is in Perl core (package perl)";
             print $core_since ? " since $core_since\n" : "\n";
             return 0;
         }




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