r28881 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 21:58:39 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 21:58:36 2008
New Revision: 28881

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28881
Log:
mention running apt-file update in error message

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=28881&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sun Dec 28 21:58:36 2008
@@ -42,6 +42,7 @@
   * fix typo (s/shlib:Depends/shlibs:Depends/g) in control file generation
   * when searching for docs files, ignore .svn-base files. (fixes tests
     when building out of the svn repo)
+  * mention running apt-file update in error message
 
   [ Ansgar Burchardt ]
   * Quote name of file containing the Artistic license.
@@ -49,7 +50,7 @@
   [ David Paleino ]
   * Removed myself from Uploaders.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 13:49:50 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 13:57:18 -0800
 
 dh-make-perl (0.50) unstable; urgency=low
 

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=28881&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sun Dec 28 21:58:36 2008
@@ -1048,9 +1048,10 @@
             $missing_debs_str = join( "\n",
                 "The following Perl modules are required and not installed in your system:",
                 map( {" - $_"} @$missing ),
-                "You do not have 'apt-file' currently installed - If you install it, I will",
-                "be able to tell you which Debian packages are those modules in (if they are",
-                "packaged)." );
+                "You do not have 'apt-file' currently installed, or have not ran",
+                "'apt-file update' - If you install it and run 'apt-file update' as",
+                "root, I will be able to tell you which Debian packages are those",
+                "modules in (if they are packaged)." );
         }
 
         if ($self->cfg->requiredeps) {




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