This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository graphite2.
commit 016b32981f0efdccf9e60ab00f92daf829a0975e Author: Rene Engelhard <[email protected]> Date: Tue Sep 15 08:13:13 2015 +0200 Imported Debian patch 1.3.2-2 --- debian/changelog | 8 ++++++++ debian/rules | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 61c04ad..32b0970 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +graphite2 (1.3.2-2) experimental; urgency=medium + + * check for existence of ./build/src/libgraphite2.so.3 before running + dh_auto_test to skip the tests on "all" builds where we don't build + graphite at all. + + -- Rene Engelhard <[email protected]> Tue, 15 Sep 2015 08:13:13 +0200 + graphite2 (1.3.2-1) experimental; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 853e96c..d5b107e 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,9 @@ override_dh_auto_install: # find debian/libtext-gr2-perl -type f -name .packlist | xargs rm -f override_dh_auto_test: - dh_auto_test + if [ -f ./build/src/libgraphite2.so.3 ]; then \ + dh_auto_test; \ + fi #ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) # cd contrib/perl && \ # LD_LIBRARY_PATH=$(CURDIR)/build/src ./Build test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/graphite2.git

