r2934 - packages/trunk/warzone2100/debian

Linas Žvirblis linas-guest at alioth.debian.org
Wed Jun 13 10:13:08 UTC 2007


Author: linas-guest
Date: 2007-06-13 10:13:08 +0000 (Wed, 13 Jun 2007)
New Revision: 2934

Modified:
   packages/trunk/warzone2100/debian/control
   packages/trunk/warzone2100/debian/rules
Log:
Do as Alexander said. :)

Modified: packages/trunk/warzone2100/debian/control
===================================================================
--- packages/trunk/warzone2100/debian/control	2007-06-13 08:34:46 UTC (rev 2933)
+++ packages/trunk/warzone2100/debian/control	2007-06-13 10:13:08 UTC (rev 2934)
@@ -19,6 +19,8 @@
  Warzone 2100 offers campaign, tutorial, multi-player and single-player
  skirmish game modes, unit designer, unit experience system, and
  everything you would expect from a modern RTS game.
+ .
+  Homepage: http://www.wz2100.net/
 
 Package: warzone2100-data
 Architecture: all
@@ -33,3 +35,5 @@
  everything you would expect from a modern RTS game.
  .
  This package contains data files for the game.
+ .
+  Homepage: http://www.wz2100.net/

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2007-06-13 08:34:46 UTC (rev 2933)
+++ packages/trunk/warzone2100/debian/rules	2007-06-13 10:13:08 UTC (rev 2934)
@@ -93,34 +93,34 @@
 	-$(MAKE) clean
 	-$(MAKE) distclean
 	rm -rf autom4te.cache
-	rm -f configure
-	rm -f Makefile.in
-	rm -f depcomp
-	rm -f config.guess
-	rm -f config.sub
-	rm -f config.h.in
-	rm -f missing
-	rm -f aclocal.m4
-	rm -f install-sh
-	rm -f src/Makefile.in
-	rm -f win32/Makefile.in
-	rm -f lib/Makefile.in
-	rm -f lib/gamelib/Makefile.in
-	rm -f lib/ivis_common/Makefile.in
-	rm -f lib/widget/Makefile.in
-	rm -f lib/script/Makefile.in
-	rm -f lib/sequence/Makefile.in
-	rm -f lib/sound/Makefile.in
-	rm -f lib/netplay/Makefile.in
-	rm -f lib/framework/Makefile.in
-	rm -f lib/ivis_opengl/Makefile.in
-	rm -f data/Makefile.in
-	rm -f nsis/Makefile.in
-	rm -f lib/framework/*_lexer.lex.c
-	rm -f lib/gamelib/*_lexer.lex.c
-	rm -f lib/script/*_lexer.lex.c
-	rm -f src/*_lexer.lex.c
-	dh_clean
+	dh_clean \
+	    configure \
+	    Makefile.in \
+	    depcomp \
+	    config.guess \
+	    config.sub \
+	    config.h.in \
+	    missing \
+	    aclocal.m4 \
+	    install-sh \
+	    src/Makefile.in \
+	    win32/Makefile.in \
+	    lib/Makefile.in \
+	    lib/gamelib/Makefile.in \
+	    lib/ivis_common/Makefile.in \
+	    lib/widget/Makefile.in \
+	    lib/script/Makefile.in \
+	    lib/sequence/Makefile.in \
+	    lib/sound/Makefile.in \
+	    lib/netplay/Makefile.in \
+	    lib/framework/Makefile.in \
+	    lib/ivis_opengl/Makefile.in \
+	    data/Makefile.in \
+	    nsis/Makefile.in \
+	    lib/framework/*_lexer.lex.c \
+	    lib/gamelib/*_lexer.lex.c \
+	    lib/script/*_lexer.lex.c \
+	    src/*_lexer.lex.c
 # -------------------------------------
 
 




More information about the Pkg-games-commits mailing list