[med-svn] r11094 - trunk/packages/neobio/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed May 30 07:56:30 UTC 2012
Author: tille
Date: 2012-05-30 07:56:30 +0000 (Wed, 30 May 2012)
New Revision: 11094
Modified:
trunk/packages/neobio/trunk/debian/get-orig-source
Log:
Try harder to get reproducible results when creating orig source tar
Modified: trunk/packages/neobio/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/neobio/trunk/debian/get-orig-source 2012-05-30 07:55:21 UTC (rev 11093)
+++ trunk/packages/neobio/trunk/debian/get-orig-source 2012-05-30 07:56:30 UTC (rev 11094)
@@ -18,6 +18,6 @@
find . -name "*.pdf" -delete
find . -empty -type d -delete
cd ..
-GZIP="--best --no-name" tar -czf neobio_${VERSION}.orig.tar.gz ${REPACKED}
+GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf neobio_${VERSION}.orig.tar.gz ${REPACKED}
rm -rf ${REPACKED}
cd ..
More information about the debian-med-commit
mailing list