[openarena-data] 01/01: Actually include the change to use zip -X -o, which somehow didn't make it into the previous upload.

Simon McVittie smcv at debian.org
Wed May 6 21:06:28 UTC 2015


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

smcv pushed a commit to branch master
in repository openarena-data.

commit 3f24f65b308fb474e54cb855f8639a6f9e09c1b8
Author: Simon McVittie <smcv at debian.org>
Date:   Wed May 6 20:37:54 2015 +0100

    Actually include the change to use zip -X -o, which somehow didn't make it into the previous upload.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0b7604a..664aa7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openarena-data (0.8.5split-6) unstable; urgency=medium
+
+  * Actually include the change to use zip -X -o, which somehow
+    didn't make it into the previous upload.
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 06 May 2015 20:37:47 +0100
+
 openarena-data (0.8.5split-5) unstable; urgency=medium
 
   * Another try at reproducibility:
diff --git a/debian/rules b/debian/rules
index b396d3a..857c869 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ build/%:
 		done
 	rm -f $*.pk3
 	sed -n -e 's/#.*//; s/.*\t//p;' < debian/$*.pk3.contents | \
-		( cd $* && zip -q -9 $(CURDIR)/$*.pk3 -@ )
+		( cd $* && zip -X -o -q -9 $(CURDIR)/$*.pk3 -@ )
 	perl debian/list-pk3.pl $*.pk3 | diff -u debian/$*.pk3.contents -
 
 override_dh_auto_test: $(patsubst %,check/%,$(paks))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena-data.git



More information about the Pkg-games-commits mailing list