r7219 - /trunk/dh-make-perl/dh-make-perl

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Wed Sep 5 10:51:49 UTC 2007


Author: jeremiah-guest
Date: Wed Sep  5 10:51:49 2007
New Revision: 7219

URL: http://svn.debian.org/wsvn/?sc=1&rev=7219
Log:
Added a note to dh-make-perl regarding the format passed
to the --depends argument.

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/dh-make-perl?rev=7219&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Wed Sep  5 10:51:49 2007
@@ -1103,7 +1103,10 @@
 should be used when building modules where dh-make-perl cannot guess the Perl
 dependencies (such as modules built using L<Module::Install>), or when the
 Perl code depends on non-Perl binaries or libraries. Usually, dh-make-perl
-will figure out the dependencies by itself.
+will figure out the dependencies by itself. If you need to pass dh-make-perl
+dependency information, you must do it using the debian package format. i.e.
+
+dh-make-perl --depends libtest-more-perl 
 
 =item B<--bdepends> I<BUILD-DEPENDS>
 




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