Author: plessy Date: 2010-05-24 05:05:39 +0000 (Mon, 24 May 2010) New Revision: 4833
Modified: trunk/packages/vtkedge/trunk/debian/changelog trunk/packages/vtkedge/trunk/debian/get-orig-source Log: Pass --no-name to gzip in order to generate stable MD5 sums. Modified: trunk/packages/vtkedge/trunk/debian/changelog =================================================================== --- trunk/packages/vtkedge/trunk/debian/changelog 2010-05-24 05:02:06 UTC (rev 4832) +++ trunk/packages/vtkedge/trunk/debian/changelog 2010-05-24 05:05:39 UTC (rev 4833) @@ -1,3 +1,10 @@ +vtkedge (0.1.0-3) UNRELEASED; urgency=low + + * Pass --no-name to gzip in order to generate stable MD5 sums + (debian/get-orig-source). + + -- Charles Plessy <[email protected]> Mon, 24 May 2010 14:04:31 +0900 + vtkedge (0.1.0-2) unstable; urgency=low * Team upload. Modified: trunk/packages/vtkedge/trunk/debian/get-orig-source =================================================================== --- trunk/packages/vtkedge/trunk/debian/get-orig-source 2010-05-24 05:02:06 UTC (rev 4832) +++ trunk/packages/vtkedge/trunk/debian/get-orig-source 2010-05-24 05:05:39 UTC (rev 4833) @@ -20,6 +20,6 @@ svn export --quiet https://www.kitware.com:8443/svn/KWPublic/trunk/VTKEdge-5-4-0 ${FOLDER} -GZIP=-9 tar czf ${TARFILE} ${FOLDER} +GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} rm -rf ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
