r3447 - packages/trunk/lincity-ng/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Sat Jul 21 21:31:55 UTC 2007


Author: ana
Date: 2007-07-21 21:31:55 +0000 (Sat, 21 Jul 2007)
New Revision: 3447

Modified:
   packages/trunk/lincity-ng/debian/changelog
   packages/trunk/lincity-ng/debian/rules
Log:
fix changelog broken line
move dh_install to proper place so the xpm file is installed.
hello!!


Modified: packages/trunk/lincity-ng/debian/changelog
===================================================================
--- packages/trunk/lincity-ng/debian/changelog	2007-07-20 21:55:24 UTC (rev 3446)
+++ packages/trunk/lincity-ng/debian/changelog	2007-07-21 21:31:55 UTC (rev 3447)
@@ -10,8 +10,7 @@
   * copy config.{sub,guess} from autotools-dev during the configure
   * lincity depends on lincity-ng-data (= ${source:Version}) instead of
     (>= 0.9rc1) to avoid unexpected error 
-  * add icon description in Debian menu. Thanks
-  Mark Purcell (Closes: #407359)
+  * add icon description in Debian menu. Thanks Mark Purcell (Closes: #407359)
   * game data in /usr/share/games
 
   [ Alexander Schmehl ]

Modified: packages/trunk/lincity-ng/debian/rules
===================================================================
--- packages/trunk/lincity-ng/debian/rules	2007-07-20 21:55:24 UTC (rev 3446)
+++ packages/trunk/lincity-ng/debian/rules	2007-07-21 21:31:55 UTC (rev 3447)
@@ -73,7 +73,6 @@
 	mv $(CURDIR)/debian/lincity-ng/usr/share/games/applications $(CURDIR)/debian/lincity-ng-data/usr/share/
 	mv $(CURDIR)/debian/lincity-ng/usr/share/games/lincity-ng $(CURDIR)/debian/lincity-ng-data/usr/share/games
 	mv $(CURDIR)/debian/lincity-ng/usr/share/games/pixmaps $(CURDIR)/debian/lincity-ng-data/usr/share/
-	dh_install debian/lincity-ng.xpm /usr/share/pixmaps
 
 	# Prune the docs installed by "jam install", they'll be added the debhelper
 	rm -rf $(CURDIR)/debian/lincity-ng/usr/share
@@ -95,6 +94,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
+	dh_install debian/lincity-ng.xpm /usr/share/pixmaps
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples




More information about the Pkg-games-commits mailing list