Author: tille Date: 2012-01-22 13:55:17 +0000 (Sun, 22 Jan 2012) New Revision: 9382
Modified: trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source Log: Slight changes in get-orig-source (no need to use dash; tar options we agreed upon) Modified: trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog =================================================================== --- trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog 2012-01-22 13:46:22 UTC (rev 9381) +++ trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog 2012-01-22 13:55:17 UTC (rev 9382) @@ -3,6 +3,10 @@ * Initial release, helps to close #541239 * New upstream version * Fixed Vcs fields + * debian/get-orig-source + - s#/bin/dash#/bin/sh# (no need to enforce dash) + - Use GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX + when building tarball to get better reproducible results -- Andreas Tille <[email protected]> Sat, 21 Jan 2012 11:17:10 +0100 Modified: trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source =================================================================== --- trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source 2012-01-22 13:46:22 UTC (rev 9381) +++ trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source 2012-01-22 13:55:17 UTC (rev 9382) @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/sh echo "check version of software" @@ -57,5 +57,5 @@ getSource ./debian/watch.amd64 amd64 cd .. -tar -zcf "$PKG"_"$PKGVERSION".orig.tar.gz $PKG +GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -zcf "$PKG"_"$PKGVERSION".orig.tar.gz $PKG _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
