This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libnb-platform-java.
commit a2e5501928ea79d4240e48ff1dcd379133766b60 Author: Markus Koschany <[email protected]> Date: Tue Dec 15 00:55:26 2015 +0100 Remove conditional whether patches are applied or not --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index 8e3cc05..353cb71 100755 --- a/debian/rules +++ b/debian/rules @@ -47,8 +47,6 @@ endef dh $@ --with javahelper override_dh_auto_build: - if [ -e javahelp/external/binaries-list ]; then \ - echo "ERROR: Make sure patches are applied before clean/build" && false; fi # w3c-sgml-lib: needed for xml validation, otherwise FTBFS mkdir -p nbbuild/external/xhtml1-dtds ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml1-20020801/xhtml* nbbuild/external/xhtml1-dtds @@ -133,8 +131,6 @@ override_dh_auto_install: chmod 0755 debian/$(libnb-platform-devel-java)/$(NB_INSTALL_DIR)/harness/launchers/app.sh override_dh_auto_clean: - if [ -e javahelp/external/binaries-list ]; then \ - echo "ERROR: Make sure patches are applied before clean/build" && false; fi $(RM) *.cdbs-config_list $(RM) stamp-build-$(libnb-platform-java) $(RM) stamp-build-$(libnb-platform-devel-java) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

