Author: tille Date: 2012-04-21 20:51:28 +0000 (Sat, 21 Apr 2012) New Revision: 10474
Modified: trunk/packages/mummer/trunk/debian/changelog trunk/packages/mummer/trunk/debian/rules Log: Do not rebuild documentation PDF which is just stress testing autobuilders and would require patches for missing styles Modified: trunk/packages/mummer/trunk/debian/changelog =================================================================== --- trunk/packages/mummer/trunk/debian/changelog 2012-04-21 20:39:51 UTC (rev 10473) +++ trunk/packages/mummer/trunk/debian/changelog 2012-04-21 20:51:28 UTC (rev 10474) @@ -1,3 +1,12 @@ +mummer (3.23~dfsg-2) UNRELEASED; urgency=low + + * debian/rules: Do not rebuild documentation PDF which is just stress + testing autobuilders and would require patches for missing styles + (s/a4wide/a4/) + Closes: #669521 + + -- Andreas Tille <[email protected]> Sat, 21 Apr 2012 22:43:17 +0200 + mummer (3.23~dfsg-1) unstable; urgency=low * New upstream release adding -D and --banded option to nucmer. Modified: trunk/packages/mummer/trunk/debian/rules =================================================================== --- trunk/packages/mummer/trunk/debian/rules 2012-04-21 20:39:51 UTC (rev 10473) +++ trunk/packages/mummer/trunk/debian/rules 2012-04-21 20:51:28 UTC (rev 10474) @@ -20,7 +20,7 @@ FINAL_BIN_DIR=$(FINAL_BIN_DIR) FINAL_AUX_BIN_DIR=$(FINAL_AUX_BIN_DIR) \ FINAL_SCRIPT_DIR=$(FINAL_SCRIPT_DIR) \ CFLAGS="$(CFLAGS)" - $(MAKE) -C docs + # $(MAKE) -C docs override_dh_auto_test: $(MAKE) check _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
