Author: lkajan Date: 2013-09-30 17:54:25 +0000 (Mon, 30 Sep 2013) New Revision: 14770
Added: trunk/packages/rcsb-core-wrapper/trunk/debian/patches/make_test_target Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/changelog trunk/packages/rcsb-core-wrapper/trunk/debian/control trunk/packages/rcsb-core-wrapper/trunk/debian/patches/series Log: 1.000-3: Fixed make test "missing target" error (Closes: #724151). Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/changelog =================================================================== --- trunk/packages/rcsb-core-wrapper/trunk/debian/changelog 2013-09-30 08:25:57 UTC (rev 14769) +++ trunk/packages/rcsb-core-wrapper/trunk/debian/changelog 2013-09-30 17:54:25 UTC (rev 14770) @@ -1,3 +1,9 @@ +librcsb-core-wrapper (1.000-3) unstable; urgency=low + + * Fixed make test "missing target" error (Closes: #724151). + + -- Laszlo Kajan <[email protected]> Mon, 30 Sep 2013 19:41:17 +0200 + librcsb-core-wrapper (1.000-2) unstable; urgency=low * Corrected to install rcsb/ dir into -dev package instead of include/ dir. Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/control =================================================================== --- trunk/packages/rcsb-core-wrapper/trunk/debian/control 2013-09-30 08:25:57 UTC (rev 14769) +++ trunk/packages/rcsb-core-wrapper/trunk/debian/control 2013-09-30 17:54:25 UTC (rev 14770) @@ -6,10 +6,10 @@ Build-Depends: debhelper (>= 7.3.5), doxygen, graphviz, libboost-python-dev, libxerces-c-dev, python-all-dev (>= 2.6.6-3~), python-all-dbg, libtool, bison, flex -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Section: libs -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rcsb-core-wrapper/trunk -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rcsb-core-wrapper/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rcsb-core-wrapper/trunk +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/rcsb-core-wrapper/trunk/ Homepage: http://sw-tools.rcsb.org/apps/CORE-WRAPPER/index.html X-Python-Version: >= 2.5 Added: trunk/packages/rcsb-core-wrapper/trunk/debian/patches/make_test_target =================================================================== --- trunk/packages/rcsb-core-wrapper/trunk/debian/patches/make_test_target (rev 0) +++ trunk/packages/rcsb-core-wrapper/trunk/debian/patches/make_test_target 2013-09-30 17:54:25 UTC (rev 14770) @@ -0,0 +1,15 @@ +Author: Laszlo Kajan <[email protected]> +Description: fixing #724151: No rule to make target `test-all', needed by `test'. +Bug-Debian: http://bugs.debian.org/724151 +Forwarded: http://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-September/022553.html +--- a/Makefile ++++ b/Makefile +@@ -103,7 +103,7 @@ + + test: test-all + +-testall: compile ++test-all: compile + @sh -c 'cd ./$(UTIL_MODULE); ./$(TEST_SCRIPT)' + + clean_test: Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/patches/series =================================================================== --- trunk/packages/rcsb-core-wrapper/trunk/debian/patches/series 2013-09-30 08:25:57 UTC (rev 14769) +++ trunk/packages/rcsb-core-wrapper/trunk/debian/patches/series 2013-09-30 17:54:25 UTC (rev 14770) @@ -11,3 +11,4 @@ hardening spelling exit-in-shlib +make_test_target _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
