Author: plessy Date: 2011-09-17 10:32:14 +0000 (Sat, 17 Sep 2011) New Revision: 7843
Modified: trunk/packages/last-align/trunk/debian/changelog trunk/packages/last-align/trunk/debian/get-orig-source Log: Compress source package with xz. Modified: trunk/packages/last-align/trunk/debian/changelog =================================================================== --- trunk/packages/last-align/trunk/debian/changelog 2011-09-17 10:26:38 UTC (rev 7842) +++ trunk/packages/last-align/trunk/debian/changelog 2011-09-17 10:32:14 UTC (rev 7843) @@ -1,6 +1,7 @@ last-align (178-2) UNRELEASED; urgency=low * Corrected VCS URLs (debian/control). + * Compress source package with xz (debian/get-orig-source). -- Charles Plessy <[email protected]> Sat, 17 Sep 2011 19:24:39 +0900 Modified: trunk/packages/last-align/trunk/debian/get-orig-source =================================================================== --- trunk/packages/last-align/trunk/debian/get-orig-source 2011-09-17 10:26:38 UTC (rev 7842) +++ trunk/packages/last-align/trunk/debian/get-orig-source 2011-09-17 10:32:14 UTC (rev 7843) @@ -16,5 +16,5 @@ unzip ${UPSTREAMZIP} >/dev/null -GZIP="--best --no-name" tar -czf "$PKG"_"$UVERSION".orig.tar.gz ${UNAME}-${UVERSION} +tar -cJf "$PKG"_"$UVERSION".orig.tar.xz ${UNAME}-${UVERSION} rm -rf ${UNAME}-${UVERSION} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
