[SCM] Worms style game branch, master, updated. debian/0.9.15-3

Dmitry E. Oboukhov unera at debian.org
Wed Jul 6 07:39:55 UTC 2011


The following commit has been merged in the master branch:
commit 3263f2a847d9d97285de1e5b3c8cbb4df0401d9c
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Wed Jul 6 11:34:26 2011 +0400

    path for hicolor icons

diff --git a/debian/changelog b/debian/changelog
index 47e912d..9d19833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hedgewars (0.9.15-3) unstable; urgency=low
+
+  * Fixed hicolor icons path. 
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Wed, 06 Jul 2011 11:25:45 +0400
+
 hedgewars (0.9.15-2) unstable; urgency=low
 
   * Fixed depends (FTBFS, closes: #629778), closed fake bug (closes: #631152).
diff --git a/debian/rules b/debian/rules
index 2b55ac7..f791cf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ stamp-icon:
 	mkdir -p tmp-icon
 	icns2png -x misc/Icon.icns -o tmp-icon
 	for dep in 16x16 32x32 128x128 256x256 512x512; do \
-		mkdir tmp-icon/$$dep; \
-		mv tmp-icon/Icon_$${dep}x32.png tmp-icon/$$dep/hedgewars.png; \
+		install -m 0644 -D tmp-icon/Icon_$${dep}x32.png \
+			tmp-icon/$$dep/apps/hedgewars.png; \
+		rm -f tmp-icon/Icon_$${dep}x32.png; \
 	done
 	touch $@

-- 
Worms style game



More information about the Pkg-games-commits mailing list