[Pkg-gnupg-commit] [gnupg2] 32/185: speedo: Fix source tar call ambiguity

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 7 11:55:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 96acbdd7265f504d06783adfd6322a6675c41c0a
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Jun 6 16:38:02 2017 +0200

    speedo: Fix source tar call ambiguity
    
    * build-aux/speedo.mk (dist-source): Expand exclude-vc to
    exclude-vcs.
    
    --
    Tar 1.29 also has exclude-vcs-ignores so this became
    ambiguous.
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>
---
 build-aux/speedo.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index c799863..76f712f 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -1127,10 +1127,10 @@ dist-source: installer
 	(set -e;\
 	 tarname="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).tar" ;\
 	 [ -f "$$tarname" ] && rm "$$tarname" ;\
-         tar -C $(topsrc) -cf "$$tarname" --exclude-backups --exclude-vc \
+         tar -C $(topsrc) -cf "$$tarname" --exclude-backups --exclude-vcs \
              --transform='s,^\./,$(INST_NAME)-$(INST_VERSION)/,' \
              --anchored --exclude './PLAY' . ;\
-	 tar --totals -rf "$$tarname" --exclude-backups --exclude-vc \
+	 tar --totals -rf "$$tarname" --exclude-backups --exclude-vcs \
               --transform='s,^,$(INST_NAME)-$(INST_VERSION)/,' \
 	     PLAY/stamps/stamp-*-00-unpack PLAY/src swdb.lst swdb.lst.sig ;\
 	 [ -f "$$tarname".xz ] && rm "$$tarname".xz;\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list