r7980 - in packages/trunk/kikithebot/debian: . patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun Aug 24 21:19:41 UTC 2008


Author: pdewacht-guest
Date: 2008-08-24 21:19:41 +0000 (Sun, 24 Aug 2008)
New Revision: 7980

Modified:
   packages/trunk/kikithebot/debian/changelog
   packages/trunk/kikithebot/debian/control
   packages/trunk/kikithebot/debian/menu
   packages/trunk/kikithebot/debian/patches/directories.patch
   packages/trunk/kikithebot/debian/rules
Log:
Rename from kikithebot to kiki-the-nano-bot. Upstream uses "kiki" or
"kiki the nano bot", and kiki is already used by another package.


Modified: packages/trunk/kikithebot/debian/changelog
===================================================================
--- packages/trunk/kikithebot/debian/changelog	2008-08-24 21:13:14 UTC (rev 7979)
+++ packages/trunk/kikithebot/debian/changelog	2008-08-24 21:19:41 UTC (rev 7980)
@@ -1,4 +1,4 @@
-kikithebot (1.0.2+dfsg1-1) unstable; urgency=low
+kiki-the-nano-bot (1.0.2+dfsg1-1) unstable; urgency=low
 
   * Initial release (Closes: #384581)
 

Modified: packages/trunk/kikithebot/debian/control
===================================================================
--- packages/trunk/kikithebot/debian/control	2008-08-24 21:13:14 UTC (rev 7979)
+++ packages/trunk/kikithebot/debian/control	2008-08-24 21:19:41 UTC (rev 7980)
@@ -1,4 +1,4 @@
-Source: kikithebot
+Source: kiki-the-nano-bot
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
@@ -10,19 +10,19 @@
 Build-Depends-Indep: vorbis-tools
 Standards-Version: 3.7.3
 Homepage: http://kiki.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kikithebot/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/kikithebot/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kiki-the-nano-bot/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/kiki-the-nano-bot/
 
-Package: kikithebot
+Package: kiki-the-nano-bot
 Architecture: any
-Depends: kikithebot-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: kiki-the-nano-bot-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: a 3D puzzle game, mixing Sokoban and Kula-World
  Kiki the nano bot is a 3D puzzle game, a mixture of Sokoban and Kula-World.
  Your task is to help Kiki, a small robot living in the nano world, repeair
  its Maker.
  
 
-Package: kikithebot-data
+Package: kiki-the-nano-bot-data
 Architecture: all
 Description: Kiki the nano bot - game data
  This package contains data files required by the game Kiki the nano bot.

Modified: packages/trunk/kikithebot/debian/menu
===================================================================
--- packages/trunk/kikithebot/debian/menu	2008-08-24 21:13:14 UTC (rev 7979)
+++ packages/trunk/kikithebot/debian/menu	2008-08-24 21:19:41 UTC (rev 7980)
@@ -1,4 +1,4 @@
-?package(kikithebot):needs="X11" section="Games/Puzzles" \
-  title="Kiki the nano bot" command="/usr/games/kikithebot" \
-  icon="/usr/share/pixmaps/kikithebot.xpm"
+?package(kiki-the-nano-bot):needs="X11" section="Games/Puzzles" \
+  title="Kiki the nano bot" command="/usr/games/kiki-the-nano-bot" \
+  icon="/usr/share/pixmaps/kiki-the-nano-bot.xpm"
 

Modified: packages/trunk/kikithebot/debian/patches/directories.patch
===================================================================
--- packages/trunk/kikithebot/debian/patches/directories.patch	2008-08-24 21:13:14 UTC (rev 7979)
+++ packages/trunk/kikithebot/debian/patches/directories.patch	2008-08-24 21:19:41 UTC (rev 7980)
@@ -14,7 +14,7 @@
 -       KConsole::printf("           ... assuming resources in current directory");
 -
 -	   kiki_home = kFileGetCurrentPath();
-+       kiki_home = "/usr/share/games/kikithebot";
++       kiki_home = "/usr/share/games/kiki-the-nano-bot";
      }
  #ifndef WIN32
      kiki_home += "/";

Modified: packages/trunk/kikithebot/debian/rules
===================================================================
--- packages/trunk/kikithebot/debian/rules	2008-08-24 21:13:14 UTC (rev 7979)
+++ packages/trunk/kikithebot/debian/rules	2008-08-24 21:19:41 UTC (rev 7980)
@@ -61,7 +61,7 @@
 	dh_testroot
 	dh_clean -k -a
 	dh_installdirs -a
-	install linux/kiki debian/kikithebot/usr/games/kikithebot
+	install linux/kiki debian/kiki-the-nano-bot/usr/games/kiki-the-nano-bot
 	dh_install -a
 
 
@@ -85,7 +85,7 @@
 	dh_installchangelogs -a
 	dh_installdocs -a
 	dh_installmenu -a
-	dh_installman -a debian/kikithebot.6
+	dh_installman -a debian/kiki-the-nano-bot.6
 #	python stuff meeded?
 	dh_desktop -a
 	dh_strip -a
@@ -108,8 +108,8 @@
 	rm -f kiki/*.dll
 	rm -rf kiki/py_crippled
 	find kiki -type f -print0 | xargs -0 chmod -x
-	rm -f ../kikithebot-$(VERSION)+dfsg1.orig.tar.gz
-	tar cfz ../kikithebot-$(VERSION)+dfsg1.orig.tar.gz kiki/*
+	rm -f ../kiki-the-nano-bot-$(VERSION)+dfsg1.orig.tar.gz
+	tar cfz ../kiki-the-nano-bot-$(VERSION)+dfsg1.orig.tar.gz kiki/*
 	rm -rf kiki kiki-$(VERSION)-src.tgz
 
 




More information about the Pkg-games-commits mailing list