[med-svn] r11560 - trunk/packages/seg/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jul 5 07:41:54 UTC 2012
Author: tille
Date: 2012-07-05 07:41:54 +0000 (Thu, 05 Jul 2012)
New Revision: 11560
Modified:
trunk/packages/seg/trunk/debian/rules
Log:
Try harder to get identical tarballs if different people try to create the orig.tar.gz
Modified: trunk/packages/seg/trunk/debian/rules
===================================================================
--- trunk/packages/seg/trunk/debian/rules 2012-07-05 07:20:09 UTC (rev 11559)
+++ trunk/packages/seg/trunk/debian/rules 2012-07-05 07:41:54 UTC (rev 11560)
@@ -27,7 +27,7 @@
ftp://ftp.ncbi.nih.gov/pub/seg/seg/seg.c\
ftp://ftp.ncbi.nih.gov/pub/seg/seg/seg.doc; \
); \
- GZIP=--best tar -czf "./$(pkg)_$(ver).orig.tar.gz" -C "$$t" "$(pkg)-$(ver).orig"
+ GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "./$(pkg)_$(ver).orig.tar.gz" -C "$$t" "$(pkg)-$(ver).orig"
.PHONY: override_dh_autoreconf
override_dh_autoreconf:
More information about the debian-med-commit
mailing list