[armagetronad] 11/14: Fix installation of new hicolor icon

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 08:47:34 UTC 2016


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

apo pushed a commit to branch master
in repository armagetronad.

commit 54899844386f90294372760c6676d7146e84075f
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jul 12 09:07:55 2016 +0200

    Fix installation of new hicolor icon
---
 debian/armagetronad.install | 2 +-
 debian/rules                | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/armagetronad.install b/debian/armagetronad.install
index acc1e50..7dbb8dc 100644
--- a/debian/armagetronad.install
+++ b/debian/armagetronad.install
@@ -1,4 +1,3 @@
-debian/armagetronad.png usr/share/icons/hicolor/128x128/apps
 usr/games/armagetronad
 usr/games/armagetronad.real
 usr/share/games/armagetronad/desktop/armagetronad.desktop usr/share/applications
@@ -8,3 +7,4 @@ usr/share/games/armagetronad/desktop/icons/small/* usr/share/icons/hicolor/16x16
 usr/share/games/armagetronad/models
 usr/share/games/armagetronad/sound
 usr/share/games/armagetronad/textures
+usr/share/icons/hicolor/128x128/apps
diff --git a/debian/rules b/debian/rules
index 10ba84b..97e8d8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,8 @@ override_dh_install:
 	# Copy wrapper scripts to temporary install directories
 	cp debian/bin/armagetronad debian/tmp-client/usr/games/
 	cp debian/bin/armagetronad-dedicated debian/tmp-server/usr/games/
+	mkdir -p debian/tmp-client/usr/share/icons/hicolor/128x128/apps
+	cp debian/armagetronad.png debian/tmp-client/usr/share/icons/hicolor/128x128/apps
 	# Install from temporary directories into specific packages
 	dh_install -parmagetronad --sourcedir=debian/tmp-client
 	dh_install -parmagetronad-common --sourcedir=debian/tmp-client

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



More information about the Pkg-games-commits mailing list