This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch gregoa/apt-file-3 in repository dh-make-perl.
commit 159c9d8c97b051c815b2f72e7aedadec52ef4ccc Author: gregor herrmann <[email protected]> Date: Wed Mar 23 17:12:49 2016 +0100 Update documentation for the --bdepends, --bdependsi, --depends options. They add (build) dependencies to the automatically found packages since 0.49. (Cf. #813766) --- dh-make-perl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dh-make-perl b/dh-make-perl index 8da532c..2f05683 100755 --- a/dh-make-perl +++ b/dh-make-perl @@ -187,7 +187,7 @@ dependencies. =item B<--bdepends> I<BUILD-DEPENDS> -Manually specify the string to be used for the module's build-dependencies +Manually specify a string to be B<addedd> to the module's build-dependencies (that is, the packages and their versions that have to be installed in order to successfully build the package). Keep in mind that packages generated by B<dh-make-perl> require debhelper to be specified as a build dependency. Same note @@ -195,14 +195,10 @@ as for --depends applies here - use only when needed. =item B<--bdependsi> I<BUILD-DEPENDS-INDEP> -Manually specify the string to be used for the module's build-dependencies +Manually specify a string to be B<addedd> to the module's build-dependencies for architecture-independent builds. Same notes as those for the --depends and --bdepends options apply here. -Note that for --depends, --bdepends and --bdependsi you can also specify that -the field should not appear in debian/rules (if you really mean it, of course -;-) ) by giving it an empty string as an argument. - =item B<--build> Builds the binary package (i.e. the .deb file) after setting the @@ -258,7 +254,7 @@ Contents cache file. If both are given, B<--home-dir> takes precedence. =item B<--depends> I<DEPENDS> -Manually specify the string to be used for the module's dependencies. This +Manually specify a string to be B<addedd> to the module's dependencies. This should be used when building modules where B<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, B<dh-make-perl> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
