Author: malat-guest Date: 2011-12-04 11:05:45 +0000 (Sun, 04 Dec 2011) New Revision: 8755
Modified: trunk/packages/pixelmed/trunk/debian/changelog trunk/packages/pixelmed/trunk/debian/get-orig-source trunk/packages/pixelmed/trunk/debian/patches/removetest.patch Log: prepare next upload Modified: trunk/packages/pixelmed/trunk/debian/changelog =================================================================== --- trunk/packages/pixelmed/trunk/debian/changelog 2011-12-04 10:20:13 UTC (rev 8754) +++ trunk/packages/pixelmed/trunk/debian/changelog 2011-12-04 11:05:45 UTC (rev 8755) @@ -1,3 +1,10 @@ +pixelmed (20111127-1) UNRELEASED; urgency=low + + * New upstream + * Add upstream Changelog + + -- Mathieu Malaterre <[email protected]> Sun, 04 Dec 2011 11:43:35 +0100 + pixelmed (20110928-1) unstable; urgency=low * New upstream Modified: trunk/packages/pixelmed/trunk/debian/get-orig-source =================================================================== --- trunk/packages/pixelmed/trunk/debian/get-orig-source 2011-12-04 10:20:13 UTC (rev 8754) +++ trunk/packages/pixelmed/trunk/debian/get-orig-source 2011-12-04 11:05:45 UTC (rev 8755) @@ -38,6 +38,11 @@ # Remove AppleDouble encoded Macintosh file find ${FOLDER} -name ._\* -exec rm {} \; +# download the changelog: +wget http://www.dclunie.com/pixelmed/software/${VERSION}_current/CHANGES.bz2 +bzcat CHANGES.bz2 > ${FOLDER}/CHANGES +rm CHANGES.bz2 + GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} rm -rf ${FOLDER} rm ${UPSTREAM_SRC}.tar.bz2 Modified: trunk/packages/pixelmed/trunk/debian/patches/removetest.patch =================================================================== --- trunk/packages/pixelmed/trunk/debian/patches/removetest.patch 2011-12-04 10:20:13 UTC (rev 8754) +++ trunk/packages/pixelmed/trunk/debian/patches/removetest.patch 2011-12-04 11:05:45 UTC (rev 8755) @@ -1,13 +1,13 @@ -Index: pixelmed-20110928/com/pixelmed/test/Makefile +Index: pixelmed-20111127/com/pixelmed/test/Makefile =================================================================== ---- pixelmed-20110928.orig/com/pixelmed/test/Makefile 2011-10-26 16:18:17.000000000 +0200 -+++ pixelmed-20110928/com/pixelmed/test/Makefile 2011-10-26 16:18:44.000000000 +0200 -@@ -60,7 +60,7 @@ +--- pixelmed-20111127.orig/com/pixelmed/test/Makefile 2011-11-21 17:34:48.000000000 +0100 ++++ pixelmed-20111127/com/pixelmed/test/Makefile 2011-12-04 12:04:05.000000000 +0100 +@@ -64,7 +64,7 @@ clean: rm -f *~ *.class core *.bak ${OBJS} testcleanerfile.dcm --alltests: testctdose testcompositecontext testsafeprivate testattributelist testcontentitem testcodingscheme testcharset testcleaner testgeometry testdicomdir -+alltests: testctdose testcompositecontext testattributelist testcontentitem testcodingscheme testcharset testdicomdir +-alltests: testunkown testctdose testcompositecontext testsafeprivate testattributelist testcontentitem testcodingscheme testcharset testcleaner testgeometry testdicomdir testnetwork ++alltests: testunkown testctdose testcompositecontext testattributelist testcontentitem testcodingscheme testcharset testdicomdir testnetwork - testctdose: ${OBJS} - java -cp ${PATHTOROOT}:${JUNITJAR} -Djava.awt.headless=true org.junit.runner.JUnitCore com.pixelmed.test.TestCTDose_AllTests + testunkown: ${OBJS} + java -cp ${PATHTOROOT}:${JUNITJAR} -Djava.awt.headless=true org.junit.runner.JUnitCore com.pixelmed.test.TestUnknownAttribute_AllTests _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
