[med-svn] r10513 - trunk/packages/plink/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Apr 22 17:12:11 UTC 2012
Author: tille
Date: 2012-04-22 17:12:11 +0000 (Sun, 22 Apr 2012)
New Revision: 10513
Modified:
trunk/packages/plink/trunk/debian/changelog
trunk/packages/plink/trunk/debian/get-orig-source
Log:
Better chances to get a unique upstream tarball after repackaging
Modified: trunk/packages/plink/trunk/debian/changelog
===================================================================
--- trunk/packages/plink/trunk/debian/changelog 2012-04-22 17:10:12 UTC (rev 10512)
+++ trunk/packages/plink/trunk/debian/changelog 2012-04-22 17:12:11 UTC (rev 10513)
@@ -5,6 +5,8 @@
- Fixed Vcs fields
* debian/upstream: Added citation information
* debian/source/format: 3.0 (quilt)
+ * debian/get-orig-source: Better chances to get a unique upstream
+ tarball after repackaging
-- Andreas Tille <tille at debian.org> Sun, 22 Apr 2012 18:55:34 +0200
Modified: trunk/packages/plink/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/plink/trunk/debian/get-orig-source 2012-04-22 17:10:12 UTC (rev 10512)
+++ trunk/packages/plink/trunk/debian/get-orig-source 2012-04-22 17:12:11 UTC (rev 10513)
@@ -28,5 +28,5 @@
unzip ../"$UPSTREAMDIR".zip
rm -f "$UPSTREAMDIR"/gPLINK.jar
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "$UPSTREAMDIR"
+GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$PKG"_"$VERSION".orig.tar.gz "$UPSTREAMDIR"
rm -rf "$UPSTREAMDIR"
More information about the debian-med-commit
mailing list