r6443 - in packages/trunk/vegastrike/debian: . patches

Vincent Fourmond fourmond at alioth.debian.org
Fri Apr 4 22:56:41 UTC 2008


Author: fourmond
Date: 2008-04-04 22:56:41 +0000 (Fri, 04 Apr 2008)
New Revision: 6443

Added:
   packages/trunk/vegastrike/debian/patches/Makefile.diff
Modified:
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/patches/alut.diff
   packages/trunk/vegastrike/debian/patches/char.diff
   packages/trunk/vegastrike/debian/patches/series
Log:
[vegastrike] First run of patch refresh/cleanup

Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog	2008-04-04 20:16:48 UTC (rev 6442)
+++ packages/trunk/vegastrike/debian/changelog	2008-04-04 22:56:41 UTC (rev 6443)
@@ -13,10 +13,12 @@
   * Bumped to standards 3.7.3 with no changes.
   * New upstream release:
     - drop makefiles.diff, structure has completely changed.
+    - Makefile.diff: apparently, now -lboost_python should be used instead
+      of -lboost_python-st
+    - disabled gtk2.diff, as there is nothing left to patch ;-)...
 
+ -- Vincent Fourmond <fourmond at debian.org>  Sat, 05 Apr 2008 00:54:21 +0200
 
- -- Vincent Fourmond <fourmond at debian.org>  Fri, 04 Apr 2008 19:31:54 +0200
-
 vegastrike (0.4.3.debian1-1) unstable; urgency=low
 
   * Repackage upstream source to get rid of two useless copies of the

Added: packages/trunk/vegastrike/debian/patches/Makefile.diff
===================================================================
--- packages/trunk/vegastrike/debian/patches/Makefile.diff	                        (rev 0)
+++ packages/trunk/vegastrike/debian/patches/Makefile.diff	2008-04-04 22:56:41 UTC (rev 6443)
@@ -0,0 +1,23 @@
+Boost-python now links with -lboost_python rather than -lboost_python-st...
+Index: vegastrike-0.5~svn12102/Makefile.am
+===================================================================
+--- vegastrike-0.5~svn12102.orig/Makefile.am	2008-04-05 00:41:44.000000000 +0200
++++ vegastrike-0.5~svn12102/Makefile.am	2008-04-05 00:41:49.000000000 +0200
+@@ -728,7 +728,7 @@
+ 	-lz
+ if BOOSTSYSTEM
+   vegastrike_LDADD = $(vegastrike_LDADD_1) \
+-    -lboost_python-st
++    -lboost_python
+ else
+   vegastrike_LDADD = $(vegastrike_LDADD_1)
+ endif  
+@@ -739,7 +739,7 @@
+ 	-lz
+ if BOOSTSYSTEM
+   vegaserver_LDADD = $(vegaserver_LDADD_1) \
+-    -lboost_python-st
++    -lboost_python
+ else
+   vegaserver_LDADD = $(vegaserver_LDADD_1)
+ endif  

Modified: packages/trunk/vegastrike/debian/patches/alut.diff
===================================================================
--- packages/trunk/vegastrike/debian/patches/alut.diff	2008-04-04 20:16:48 UTC (rev 6442)
+++ packages/trunk/vegastrike/debian/patches/alut.diff	2008-04-04 22:56:41 UTC (rev 6443)
@@ -1,6 +1,8 @@
---- ./src/aldrv/al_init.cpp	2004-05-19 21:04:26.000000000 -0400
-+++ ./src/aldrv/al_init.cpp	2006-03-18 17:17:25.704435495 -0500
-@@ -136,7 +136,7 @@
+Index: vegastrike-0.5~svn12102/src/aldrv/al_init.cpp
+===================================================================
+--- vegastrike-0.5~svn12102.orig/src/aldrv/al_init.cpp	2007-09-02 05:39:34.000000000 +0200
++++ vegastrike-0.5~svn12102/src/aldrv/al_init.cpp	2008-04-05 00:52:42.000000000 +0200
+@@ -120,7 +120,7 @@
  static ALCdevice *dev=NULL;
  
  #ifndef _WIN32

Modified: packages/trunk/vegastrike/debian/patches/char.diff
===================================================================
--- packages/trunk/vegastrike/debian/patches/char.diff	2008-04-04 20:16:48 UTC (rev 6442)
+++ packages/trunk/vegastrike/debian/patches/char.diff	2008-04-04 22:56:41 UTC (rev 6443)
@@ -1,5 +1,7 @@
---- ./src/xml_serializer.h~	2004-04-25 22:24:48.000000000 -0400
-+++ ./src/xml_serializer.h	2004-11-22 17:16:54.000000000 -0500
+Index: vegastrike-0.5~svn12102/src/xml_serializer.h
+===================================================================
+--- vegastrike-0.5~svn12102.orig/src/xml_serializer.h	2004-04-26 04:24:52.000000000 +0200
++++ vegastrike-0.5~svn12102/src/xml_serializer.h	2008-04-05 00:55:33.000000000 +0200
 @@ -12,7 +12,7 @@
  	unsigned int *ui;
      float *f;

Modified: packages/trunk/vegastrike/debian/patches/series
===================================================================
--- packages/trunk/vegastrike/debian/patches/series	2008-04-04 20:16:48 UTC (rev 6442)
+++ packages/trunk/vegastrike/debian/patches/series	2008-04-04 22:56:41 UTC (rev 6443)
@@ -1,5 +1,6 @@
+Makefile.diff
 alut.diff
-gtk2.diff
+# gtk2.diff
 char.diff
 gcc4.diff
 gcc41.diff




More information about the Pkg-games-commits mailing list