[Python-apps-commits] r3995 - in packages/tictactoe-ng/trunk/debian (3 files)

lamalex-guest at users.alioth.debian.org lamalex-guest at users.alioth.debian.org
Mon Oct 19 16:48:30 UTC 2009


    Date: Monday, October 19, 2009 @ 16:48:28
  Author: lamalex-guest
Revision: 3995

some tictactoe => tictactoe-ng renaming

Added:
  packages/tictactoe-ng/trunk/debian/tictactoe-ng.links
Modified:
  packages/tictactoe-ng/trunk/debian/rules
  packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages

Modified: packages/tictactoe-ng/trunk/debian/rules
===================================================================
--- packages/tictactoe-ng/trunk/debian/rules	2009-10-19 00:05:52 UTC (rev 3994)
+++ packages/tictactoe-ng/trunk/debian/rules	2009-10-19 16:48:28 UTC (rev 3995)
@@ -12,3 +12,6 @@
 install/tictactoe-ng::
 	mv $(CURDIR)/debian/tictactoe-ng/usr/share/tictactoe-ng/tictactoe/tictactoe \
 	$(CURDIR)/debian/tictactoe-ng/usr/share/tictactoe-ng/tictactoe-ng
+	mv $(CURDIR)/debian/tictactoe-ng/usr/share/applications/tictactoe.desktop $(CURDIR)/debian/tictactoe-ng/usr/share/applications/tictactoe-ng.desktop 
+	sed -i 's/Exec=tictactoe/Exec=tictactoe-ng/' $(CURDIR)/debian/tictactoe-ng/usr/share/applications/tictactoe-ng.desktop
+	install -m 0644 $(CURDIR)/tictactoe.1 $(CURDIR)/build/tictactoe-ng.1
\ No newline at end of file

Added: packages/tictactoe-ng/trunk/debian/tictactoe-ng.links
===================================================================
--- packages/tictactoe-ng/trunk/debian/tictactoe-ng.links	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/tictactoe-ng.links	2009-10-19 16:48:28 UTC (rev 3995)
@@ -0,0 +1 @@
+/usr/share/tictactoe-ng/tictactoe-ng /usr/games/tictactoe-ng
\ No newline at end of file

Modified: packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages
===================================================================
--- packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages	2009-10-19 00:05:52 UTC (rev 3994)
+++ packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages	2009-10-19 16:48:28 UTC (rev 3995)
@@ -1 +1 @@
-tictactoe.1
+build/tictactoe-ng.1




More information about the Python-apps-commits mailing list