This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-testing-4.0 in repository libreoffice.
commit fc803e3587912be77a70b9e511f9e173e0712cf9 Author: Rene Engelhard <[email protected]> Date: Thu Aug 15 16:10:15 2013 +0200 add missing -Nlibreoffice-subsequentcheckbase if BUILD_TEST_PACKAGE=n --- rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules b/rules index 386ca1e..927c016 100755 --- a/rules +++ b/rules @@ -512,6 +512,10 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(OOO_GCJ_ARCHS))) BUILD_JARS_NATIVE=n endif +ifeq "$(BUILD_TEST_PACKAGE)" "n" + DEBHELPER_OPTIONS += -Nlibreoffice-subsequentcheckbase +endif + ifeq "$(PACKAGE_NSPLUGIN)" "y" OOO_NSPLUGIN_ARCHS = $(OOO_ARCHS) else -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

