This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository pkg-perl-tools.
commit 23c44a2a18f874d44304c91122de5f02e73309e4 Author: gregor herrmann <gre...@debian.org> Date: Wed May 20 22:02:00 2015 +0200 examples/buildpackage-pdebuild: initialize DEBBUILDOPTS with -d. This passes -d ("Do not check build dependencies and conflicts.") to dpkg-buildpackage. Prior to dpkg 1.18.0, missing build dependecies only threw a warning, since 1.18.0 aborting is the default. Since we're building in a chroot anyway, we don't want to install build dependencies only creating the source package. --- examples/buildpackage-pdebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/buildpackage-pdebuild b/examples/buildpackage-pdebuild index 080235b..671d526 100755 --- a/examples/buildpackage-pdebuild +++ b/examples/buildpackage-pdebuild @@ -17,7 +17,7 @@ # or call it directly BUILDER= -DEBBUILDOPTS= +DEBBUILDOPTS="-d" DEB_BUILD_OPTIONS= PDEBUILDOPTS= PBUILDEROPTS= -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits