[heroes] 01/01: remove extraneous dh_fixperms

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 09:57:38 UTC 2016


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

detiste-guest pushed a commit to branch master
in repository heroes.

commit d59533cab35578dba485746d73c77e196ba88d52
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 10:54:21 2016 +0100

    remove extraneous dh_fixperms
    
    "dpkg -c heroes-sdl_0.21-10_amd64.deb | sort" as a know-good reference
    tells me the only special file of this package is this one:
    
    -rwxr-sr-x root/games ... /usr/games/heroes-sdl
    
    which is already handled in override_dh_install-arch
    
    https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/heroes.html
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 ---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2959be9..e0b4cd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+heroes (0.21-14) UNRELEASED; urgency=medium
+
+  [ Alexandre Detiste ]
+  * remove extraneous override of dh_fixperms, which also makes
+    the build reproducible.
+
+ -- Stephen Kitt <skitt at debian.org>  Mon, 29 Feb 2016 10:53:02 +0100
+
 heroes (0.21-13) unstable; urgency=medium
 
   * Handle "Arch: all" builds correctly.
diff --git a/debian/rules b/debian/rules
index ae6bfe7..bf33523 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,6 @@ override_dh_autoreconf_clean:
 	dh_autoreconf_clean
 	mv mkinstalldirs tools
 
-override_dh_fixperms:
-	dh_fixperms -Xheroes
-
 override_dh_install-arch:
 	dh_install
 	chown root:games debian/heroes/usr/games/heroes

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



More information about the Pkg-games-commits mailing list