Author: tille Date: 2011-01-19 07:57:26 +0000 (Wed, 19 Jan 2011) New Revision: 5680
Modified: trunk/packages/velvet/trunk/debian/changelog trunk/packages/velvet/trunk/debian/get-orig-source Log: New upstream version Modified: trunk/packages/velvet/trunk/debian/changelog =================================================================== --- trunk/packages/velvet/trunk/debian/changelog 2011-01-17 10:00:12 UTC (rev 5679) +++ trunk/packages/velvet/trunk/debian/changelog 2011-01-19 07:57:26 UTC (rev 5680) @@ -1,3 +1,11 @@ +velvet (1.0.18~nozlibcopy-1) unstable; urgency=low + + * New upstream version + * debian/get-orig-source: Make sure MD5sum stays the same for different + download + + -- Andreas Tille <[email protected]> Wed, 19 Jan 2011 08:48:19 +0100 + velvet (1.0.15~nozlibcopy-2) unstable; urgency=low * Fix FTBFS with ld --as-needed (thanks for the patch to Modified: trunk/packages/velvet/trunk/debian/get-orig-source =================================================================== --- trunk/packages/velvet/trunk/debian/get-orig-source 2011-01-17 10:00:12 UTC (rev 5679) +++ trunk/packages/velvet/trunk/debian/get-orig-source 2011-01-19 07:57:26 UTC (rev 5680) @@ -25,6 +25,6 @@ mv ${UPSTREAMDIR} ${UPSTREAMDIR}~nozlibcopy -GZIP=-9 tar -czf "$PKG"_"$VERSION~nozlibcopy".orig.tar.gz "${UPSTREAMDIR}~nozlibcopy" +GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION~nozlibcopy".orig.tar.gz "${UPSTREAMDIR}~nozlibcopy" rm -rf "${UPSTREAMDIR}~nozlibcopy" _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
