[bzflag] 07/07: Make the build reproducible.

Markus Koschany apo at moszumanska.debian.org
Sun Dec 4 01:52:45 UTC 2016


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

apo pushed a commit to branch master
in repository bzflag.

commit fc835123f06de4fb87fc400b0fa6b871aadb8523
Author: Markus Koschany <apo at debian.org>
Date:   Sun Dec 4 02:20:18 2016 +0100

    Make the build reproducible.
    
    Thanks: Reiner Herrmann <reiner at reiner-h.de>
    Closes: #845317
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 290fcc8..5eaab79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ bzflag (2.4.8-1) unstable; urgency=medium
   * Drop 06_PATH_MAX.diff. Apparently PATH_MAX is no longer used.
   * Drop 04_desktop_file_keywords.diff. Fixed upstream.
   * Switch to compat level 10.
+  * Make the build reproducible. Thanks to Reiner Herrmann for the report and
+    patch. (Closes: #845317)
 
  -- Markus Koschany <apo at debian.org>  Sun, 04 Dec 2016 00:54:05 +0100
 
diff --git a/debian/rules b/debian/rules
index caa315c..496807e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ override_dh_systemd_enable:
 override_dh_install:
 	# Fix #728167 and install bzfquery to /usr/games
 	cp misc/bzfquery.pl misc/bzfquery
-	dh_install
+	dh_install -XMakefile
 	# Remove the DejaVu.License file installed by the wildcard in
 	# bzflag-data.install
 	$(RM) debian/bzflag-data/usr/share/games/bzflag/fonts/DejaVu.License

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



More information about the Pkg-games-commits mailing list