r10824 - packages/trunk/slimevolley/debian

Vincent Duvert vinduv-guest at alioth.debian.org
Sat Mar 6 22:16:23 UTC 2010


Author: vinduv-guest
Date: 2010-03-06 22:16:23 +0000 (Sat, 06 Mar 2010)
New Revision: 10824

Modified:
   packages/trunk/slimevolley/debian/changelog
   packages/trunk/slimevolley/debian/control
   packages/trunk/slimevolley/debian/rules
Log:
* Updated installation rules
* Bumped Standards Version to 3.8.4



Modified: packages/trunk/slimevolley/debian/changelog
===================================================================
--- packages/trunk/slimevolley/debian/changelog	2010-03-05 18:13:53 UTC (rev 10823)
+++ packages/trunk/slimevolley/debian/changelog	2010-03-06 22:16:23 UTC (rev 10824)
@@ -2,5 +2,5 @@
 
   * Initial release (Closes: #539640)
 
- -- Vincent Duvert (VinDuv) <vincent.duvert at free.fr>  Wed, 16 Sep 2009 09:12:00 +0200
+ -- Vincent Duvert (VinDuv) <vincent.duvert at free.fr>  Sat, 06 Mar 2010 23:04:10 +0100
 

Modified: packages/trunk/slimevolley/debian/control
===================================================================
--- packages/trunk/slimevolley/debian/control	2010-03-05 18:13:53 UTC (rev 10823)
+++ packages/trunk/slimevolley/debian/control	2010-03-06 22:16:23 UTC (rev 10824)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Vincent Duvert (VinDuv) <vincent.duvert at free.fr>
 Build-Depends: debhelper (>= 7.0.0), cmake (>= 2.0.5), libsdl-image1.2-dev (>= 1.2.5), libsdl-ttf2.0-dev (>= 2.0.6), libsdl-net1.2-dev (>= 1.2.5), libsdl1.2-dev (>= 1.2.7) 
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Homepage: http://slime.tuxfamily.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/slimevolley/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/slimevolley/?op=log
@@ -23,8 +23,9 @@
 
 Package: slimevolley-data
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: slimevolley
 Description: Unrealistic 2D volleyball simulation - Data files
  Slime Volley is a 2D arcade-oriented volleyball simulation, in the spirit of
  some Java games of the same name.
- These package contains the data files needed to run Slime Volley.
+ This package contains the data files needed to run Slime Volley.

Modified: packages/trunk/slimevolley/debian/rules
===================================================================
--- packages/trunk/slimevolley/debian/rules	2010-03-05 18:13:53 UTC (rev 10823)
+++ packages/trunk/slimevolley/debian/rules	2010-03-06 22:16:23 UTC (rev 10824)
@@ -73,10 +73,10 @@
 	dh_installchangelogs 
 	dh_installdocs
 
-	cp $(CURDIR)/data/slimes/copyright $(DOC_DIR)
-	cp $(CURDIR)/data/themes/arash/copyright $(DOC_DIR)/copyright-arash
-	cp $(CURDIR)/data/themes/modern/copyright $(DOC_DIR)/copyright-modern
-	cp $(CURDIR)/data/themes/mushrooms/copyright $(DOC_DIR)/copyright-mushrooms
+	cp $(CURDIR)/docs/copyright_slimes $(DOC_DIR)/copyright
+#	cp $(CURDIR)/docs/copyright_arash $(DOC_DIR)
+	cp $(CURDIR)/docs/copyright_modern $(DOC_DIR)
+	cp $(CURDIR)/docs/copyright_mushrooms $(DOC_DIR)
 
 	dh_installexamples
 	dh_installmenu




More information about the Pkg-games-commits mailing list