Author: plessy Date: 2009-01-19 00:29:49 +0000 (Mon, 19 Jan 2009) New Revision: 3021
Modified: trunk/packages/mummer/trunk/debian/changelog trunk/packages/mummer/trunk/debian/get-orig-source Log: New upstream release to prepare. Modified: trunk/packages/mummer/trunk/debian/changelog =================================================================== --- trunk/packages/mummer/trunk/debian/changelog 2009-01-18 17:09:14 UTC (rev 3020) +++ trunk/packages/mummer/trunk/debian/changelog 2009-01-19 00:29:49 UTC (rev 3021) @@ -1,3 +1,20 @@ +mummer (3.21~dfsg-1) UNRELEASED; urgency=low + + TODO: refresh patches + convert debian/copyright to machine-readable format + document that the following files are removed, and indicate the licence they would have had (some are freely redistributable, if not all.) + ./docs/web/MUMmer.pdf + ./docs/web/XFiles.pdf + ./docs/web/MUMmer2.pdf + ./docs/web/MUMmer3.pdf + document and forward if necessary the patches. + forward other material such as the .desktop file. + + * New upstream release (GCC compatibility fix.) + * debian/get-orig-source: rename mutilated upstream tarball. + + -- Charles Plessy <[email protected]> Mon, 19 Jan 2009 09:02:26 +0900 + mummer (3.20-3) unstable; urgency=low * Changed the doc-base section according to the new policy. Modified: trunk/packages/mummer/trunk/debian/get-orig-source =================================================================== --- trunk/packages/mummer/trunk/debian/get-orig-source 2009-01-18 17:09:14 UTC (rev 3020) +++ trunk/packages/mummer/trunk/debian/get-orig-source 2009-01-19 00:29:49 UTC (rev 3021) @@ -1,13 +1,13 @@ -VERSION=3.20 +VERSION=3.21 NAME=mummer TARBALL=MUMmer${VERSION}.tar.gz -wget http://belnet.dl.sourceforge.net/sourceforge/${NAME}/${TARBALL} +wget http://downloads.sourceforge.net/${NAME}/${TARBALL} rm -rf tmp mkdir tmp cd tmp tar -xzf ../${TARBALL} -rm -f `find . -maxdepth 4 -name [MX]*.pdf` -GZIP=-9 tar -czf ../${NAME}_${VERSION}.orig.tar.gz * +rm -vf `find . -maxdepth 4 -name [MX]*.pdf` +GZIP=-9 tar -czf ../${NAME}_${VERSION}~dfsg.orig.tar.gz * cd .. rm -rf tmp _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
