Package: openarena-data
Version: 0.8.5split-7
Severity: wishlist
Tags: patch
Hi,
Here's a patch with what it looks like the last step needed
to make this package fully reproducible.
-- System Information:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux testing (stretch)
Release: testing
Codename: stretch
Architecture: armv6l
Kernel: Linux 4.1.17+
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/rules b/debian/rules
index a5c70c8..ce38cd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,8 @@ build/%: debian/%.pk3.qvms debian/%.pk3.filenames
touch --date='$(build_date)' $*/$$filename.qvm; \
done < debian/$*.pk3.qvms
rm -f $*.pk3
+ find $* -type d -exec chmod 0755 {} \;
+ find $* -type f -exec chmod 0644 {} \;
( cd $* && zip -X -o -q -9 $(CURDIR)/$*.pk3 -@ ) < \
debian/$*.pk3.filenames