This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libstring-copyright-perl.
commit e754f52e15ec3016be6fca541152c2048cd9f059 Author: Jonas Smedegaard <[email protected]> Date: Wed Sep 7 13:05:55 2016 +0200 Avoid circular build-dependency on architecture bootstrapping. --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index be611c0..4ee7e6f 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) +# avoid circular build-dependency on architecture bootstrapping +# TODO: append stage1 hint (requires recent dpkg and debhelper) +#CDBS_BUILD_DEPENDS_rules_utils_copyright-check = licensecheck <!stage1> +#bdeps = dpkg (>= 1.17.14~), debhelper (>= 9.20141010~) +CDBS_BUILD_DEPENDS_rules_utils_copyright-check = + # Needed by upstream build and (always/often) at runtime deps +=, libexporter-tiny-perl, libnumber-range-perl -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-copyright-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
