This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository librdf-trine-perl.
commit 7e0296208df2202b5b5a763d3fe4ac81dc6bdc3f Author: Jonas Smedegaard <d...@jones.dk> Date: Tue Aug 22 02:10:03 2017 +0200 Temporarily avoid build-depending on librdf-rdfa-parser-perl to avoid bug#750946. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ab64e09..1ea85c3 100755 --- a/debian/rules +++ b/debian/rules @@ -45,8 +45,9 @@ deps-test +=, libtest-deep-perl xdeps = librdf-query-perl xdeps-recommend = librdf-trine-node-literal-xml-perl xdeps-suggest = librdf-rdfa-parser-perl +# FIXME: include xdeps-suggest when bug#750946 is solved deps-test += $(if $(DEB_BUILD_PROFILE),,$(strip \ - $(comma) $(xdeps)$(comma) $(xdeps-recommend)$(comma) $(xdeps-suggest))) + $(comma) $(xdeps)$(comma) $(xdeps-recommend)$(comma) $(FIXMExdeps-suggest))) # Needed (often/seldom) at runtime recommends = libxml-libxml-perl (>= 1.70) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trine-perl.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