r4513 - packages/trunk/pingus/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Oct 31 21:42:34 UTC 2007


Author: kibi-guest
Date: 2007-10-31 21:42:34 +0000 (Wed, 31 Oct 2007)
New Revision: 4513

Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/rules
Log:
Install level sets [on behalf of Marco Rodrigues]

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2007-10-31 21:25:13 UTC (rev 4512)
+++ packages/trunk/pingus/debian/changelog	2007-10-31 21:42:34 UTC (rev 4513)
@@ -4,6 +4,8 @@
   * XInput support enabled by default. Thanks to Bas Wijnen
   * Add libxi-dev to Build-Depends
   * Add Homepage field to debian/control
+  * Add the installation of the level sets by adding “-name "*.levelset"” to
+    the find+install command in debian/rules.
 
   [Miriam Ruiz]
   * New Upstream Release

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2007-10-31 21:25:13 UTC (rev 4512)
+++ packages/trunk/pingus/debian/rules	2007-10-31 21:42:34 UTC (rev 4513)
@@ -73,7 +73,8 @@
 		-name "*.po" -o \
 		-name "*.worldmap" -o \
 		-name "*.res" -o \
-		-name "*.pingus" \
+		-name "*.pingus" -o \
+		-name "*.levelset" \
 		\) -exec cp --parents -v {} "$(CURDIR)/debian/pingus-data/usr/share/games/pingus/" \;
 
 	dh_install -i




More information about the Pkg-games-commits mailing list