r12234 - in packages/trunk/liquidwar/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Sat May 7 23:41:05 UTC 2011


Author: evgeni
Date: 2011-05-07 23:41:02 +0000 (Sat, 07 May 2011)
New Revision: 12234

Added:
   packages/trunk/liquidwar/debian/patches/050_binutils-gold.diff
Modified:
   packages/trunk/liquidwar/debian/changelog
   packages/trunk/liquidwar/debian/control
   packages/trunk/liquidwar/debian/patches/series
Log:
  * Properly link liquidwar-mapgen to libm, patch by Stephen Kitt, thanks!
    Closes: #555468
  * Add misc:Depends to Depends, thanks lintian.
  * Slightly fix descriptions.



Modified: packages/trunk/liquidwar/debian/changelog
===================================================================
--- packages/trunk/liquidwar/debian/changelog	2011-05-07 23:15:14 UTC (rev 12233)
+++ packages/trunk/liquidwar/debian/changelog	2011-05-07 23:41:02 UTC (rev 12234)
@@ -1,3 +1,13 @@
+liquidwar (5.6.4-3) unstable; urgency=low
+
+  * Team upload.
+  * Properly link liquidwar-mapgen to libm, patch by Stephen Kitt, thanks!
+    Closes: #555468
+  * Add misc:Depends to Depends, thanks lintian.
+  * Slightly fix descriptions.
+
+ -- Evgeni Golov <evgeni at debian.org>  Sun, 08 May 2011 01:40:12 +0200
+
 liquidwar (5.6.4-2) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/liquidwar/debian/control
===================================================================
--- packages/trunk/liquidwar/debian/control	2011-05-07 23:15:14 UTC (rev 12233)
+++ packages/trunk/liquidwar/debian/control	2011-05-07 23:41:02 UTC (rev 12234)
@@ -11,8 +11,9 @@
 
 Package: liquidwar
 Architecture: any
-Depends: liquidwar-data (= ${source:Version}),${shlibs:Depends},liquidwar-server (= ${binary:Version})
-Description: A truely original multiplayer wargame
+Depends: ${shlibs:Depends}, ${misc:Depends}, liquidwar-data (= ${source:Version}),
+ liquidwar-server (= ${binary:Version})
+Description: truly original multiplayer wargame
  Liquid War is an original multiplayer wargame. There are no weapons, the only
  thing you have to do is to move a cursor in a 2-D battlefield. This cursor is
  followed by your army, which is composed by a  great many little fighters, 
@@ -24,7 +25,8 @@
  
 Package: liquidwar-data
 Architecture: all
-Description: Data files for Liquid War
+Depends: ${misc:Depends}
+Description: data files for Liquid War
  Liquid War is an original multiplayer wargame. There are no weapons, the only
  thing you have to do is to move a cursor in a 2-D battlefield. This cursor is
  followed by your army, which is composed by a  great many little fighters, 
@@ -36,7 +38,7 @@
 
 Package: liquidwar-server
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: liquidwar (<< 5.6.2-2)
 Description: Liquid War server
  Liquid War is an original multiplayer wargame. There are no weapons, the only

Added: packages/trunk/liquidwar/debian/patches/050_binutils-gold.diff
===================================================================
--- packages/trunk/liquidwar/debian/patches/050_binutils-gold.diff	                        (rev 0)
+++ packages/trunk/liquidwar/debian/patches/050_binutils-gold.diff	2011-05-07 23:41:02 UTC (rev 12234)
@@ -0,0 +1,11 @@
+--- liquidwar-5.6.4.orig/src/Makefile.in
++++ liquidwar-5.6.4/src/Makefile.in
+@@ -250,7 +250,7 @@
+ 
+ liquidwar-mapgen: $(OBJ_FILES_MAPGEN)
+ 	@echo "Linking $@ (target=$(TARGET), debug=$(DEBUG), static=$(STATIC))"
+-	@$(CC) $(LDFLAGS) $(LINK_OPTIONS) -o $@ $(OBJ_FILES_MAPGEN) $(PTHREAD) $(EXTERN_LIBS) 
++	@$(CC) $(LDFLAGS) $(LINK_OPTIONS) -o $@ $(OBJ_FILES_MAPGEN) -lm $(PTHREAD) $(EXTERN_LIBS) 
+ 
+ dep:
+ 	@find . \

Modified: packages/trunk/liquidwar/debian/patches/series
===================================================================
--- packages/trunk/liquidwar/debian/patches/series	2011-05-07 23:15:14 UTC (rev 12233)
+++ packages/trunk/liquidwar/debian/patches/series	2011-05-07 23:41:02 UTC (rev 12234)
@@ -2,3 +2,4 @@
 020_misc.diff -p1
 030_desktop.diff
 040_nostrip.diff
+050_binutils-gold.diff




More information about the Pkg-games-commits mailing list