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 ..


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to