r1511 - packages/trunk/koules/debian

Alexander Schmehl tolimar at costa.debian.org
Wed Sep 6 19:54:32 UTC 2006


Author: tolimar
Date: 2006-09-06 19:54:31 +0000 (Wed, 06 Sep 2006)
New Revision: 1511

Modified:
   packages/trunk/koules/debian/changelog
   packages/trunk/koules/debian/dirs
   packages/trunk/koules/debian/rules
Log:
Fixing #386311 (which I filled two hours ago as reminder, since I thought that would need more patching)



Modified: packages/trunk/koules/debian/changelog
===================================================================
--- packages/trunk/koules/debian/changelog	2006-09-06 18:00:29 UTC (rev 1510)
+++ packages/trunk/koules/debian/changelog	2006-09-06 19:54:31 UTC (rev 1511)
@@ -1,8 +1,11 @@
-koules (1.4-14) UNRELEASED; urgency=low
+koules (1.4-14) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * The "It's not a script!  It's a space station!" release
+  * Move arch dependend sound server binary from /usr/share/games/koules to
+    /usr/lib/... (Closes: #386311)
+    - created some symlinks for the soundfiles
 
- -- Alexander Schmehl <alex at schmehl.info>  Fri, 18 Aug 2006 18:07:04 +0200
+ -- Alexander Schmehl <alex at schmehl.info>  Wed,  6 Sep 2006 21:54:19 +0200
 
 koules (1.4-13) unstable; urgency=low
 

Modified: packages/trunk/koules/debian/dirs
===================================================================
--- packages/trunk/koules/debian/dirs	2006-09-06 18:00:29 UTC (rev 1510)
+++ packages/trunk/koules/debian/dirs	2006-09-06 19:54:31 UTC (rev 1511)
@@ -1,2 +1,3 @@
 usr/games/
 usr/share/doc/koules/
+usr/share/games/koules/

Modified: packages/trunk/koules/debian/rules
===================================================================
--- packages/trunk/koules/debian/rules	2006-09-06 18:00:29 UTC (rev 1510)
+++ packages/trunk/koules/debian/rules	2006-09-06 19:54:31 UTC (rev 1511)
@@ -1,4 +1,4 @@
-#!/usr/bin/make -f
+#!/USr/bin/make -f
 # -*- makefile -*-
 # Sample debian/rules that uses debhelper.
 # This file was originally written by Joey Hess and Craig Small.
@@ -52,12 +52,20 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-	$(MAKE) install KOULESDIR=$(CURDIR)/debian/koules/usr/games SOUNDDIR=$(CURDIR)/debian/koules/usr/share/games/koules MANDIR=$(CURDIR)/debian/koules/usr/share/man/man6
+	$(MAKE) install KOULESDIR=$(CURDIR)/debian/koules/usr/games SOUNDDIR=$(CURDIR)/debian/koules/usr/lib/games/koules MANDIR=$(CURDIR)/debian/koules/usr/share/man/man6
 	dh_install debian/koules.xpm /usr/share/pixmaps/
 	dh_install debian/koules.png /usr/share/pixmaps/
 	dh_install -s debian/koules.desktop /usr/share/applications/
 	dh_link /usr/games/xkoules /usr/games/koules
-	dh_link ./usr/share/man/man6/xkoules.6.gz ./usr/share/man/man6/koules.6.gz
+	dh_link /usr/share/man/man6/xkoules.6.gz /usr/share/man/man6/koules.6.gz
+	mv debian/koules/usr/lib/games/koules/*.raw debian/koules/usr/share/games/koules/
+	dh_link /usr/share/games/koules/colize.raw /usr/lib/games/koules/colize.raw
+	dh_link /usr/share/games/koules/creator1.raw /usr/lib/games/koules/creator1.raw
+	dh_link /usr/share/games/koules/creator2.raw /usr/lib/games/koules/creator2.raw
+	dh_link /usr/share/games/koules/destroy1.raw /usr/lib/games/koules/destroy1.raw
+	dh_link /usr/share/games/koules/destroy2.raw /usr/lib/games/koules/destroy2.raw
+	dh_link /usr/share/games/koules/end.raw /usr/lib/games/koules/end.raw
+	dh_link /usr/share/games/koules/start.raw /usr/lib/games/koules/start.raw
 
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list