[heroes] 01/01: remove leftover /etc/alternatives/heroes #813244

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 10:30:04 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 b5d3e9267adffa171a38b486af3a03f3e1e22325
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 11:29:42 2016 +0100

    remove leftover /etc/alternatives/heroes #813244
---
 debian/changelog       | 1 +
 debian/heroes.postinst | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e0b4cd9..fd0365f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ heroes (0.21-14) UNRELEASED; urgency=medium
   [ Alexandre Detiste ]
   * remove extraneous override of dh_fixperms, which also makes
     the build reproducible.
+  * remove leftover /etc/alternatives/heroes (Closes: #813244)
 
  -- Stephen Kitt <skitt at debian.org>  Mon, 29 Feb 2016 10:53:02 +0100
 
diff --git a/debian/heroes.postinst b/debian/heroes.postinst
index 16943f5..fc96653 100644
--- a/debian/heroes.postinst
+++ b/debian/heroes.postinst
@@ -19,6 +19,9 @@ then
 
   chown root:games /var/games/heroes/scores
   chmod 664 /var/games/heroes/scores
+
+  #813244: forgot to remove old alternative
+  update-alternatives --remove heroes /usr/games/heroes-sdl
 fi
 
 #DEBHELPER#

-- 
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