r6854 - in packages/trunk/glest/debian: . patches
Ansgar Burchardt
ansgar-guest at alioth.debian.org
Sun May 4 15:00:53 UTC 2008
Author: ansgar-guest
Date: 2008-05-04 15:00:52 +0000 (Sun, 04 May 2008)
New Revision: 6854
Added:
packages/trunk/glest/debian/patches/do-not-link-unneeded-libs
Modified:
packages/trunk/glest/debian/changelog
packages/trunk/glest/debian/patches/series
Log:
new patch: do-not-link-unneeded-libs: Do not link against libogg, libvorbis
Modified: packages/trunk/glest/debian/changelog
===================================================================
--- packages/trunk/glest/debian/changelog 2008-05-04 14:22:17 UTC (rev 6853)
+++ packages/trunk/glest/debian/changelog 2008-05-04 15:00:52 UTC (rev 6854)
@@ -15,13 +15,15 @@
* Updates to wrapper script:
- Install servers.ini (Closes: #467247)
- Do not create symlink to configuration.xml which does not exist.
- * debian/patches/gcc-4.3-fixes: Add missing includes for gcc-4.3
+ * New patches:
+ - gcc-4.3-fixes: Add missing includes for gcc-4.3
+ - do-not-link-unneeded-libs: Do not link against libogg, libvorbis
* Add missing .TH in manpage
* Update libxerces build-depend to libxerces-c2-dev
* Don't set CFLAGS, CXXFLAGS (now set by dpkg-buildpackage)
* debian/copyright: Update, point to GPL-2
- -- Ansgar Burchardt <ansgar at 43-1.org> Sun, 04 May 2008 16:02:36 +0200
+ -- Ansgar Burchardt <ansgar at 43-1.org> Sun, 04 May 2008 16:23:55 +0200
glest (3.1.0-1) unstable; urgency=low
Added: packages/trunk/glest/debian/patches/do-not-link-unneeded-libs
===================================================================
--- packages/trunk/glest/debian/patches/do-not-link-unneeded-libs (rev 0)
+++ packages/trunk/glest/debian/patches/do-not-link-unneeded-libs 2008-05-04 15:00:52 UTC (rev 6854)
@@ -0,0 +1,22 @@
+Index: glest-3.1.2/Jamfile
+===================================================================
+--- glest-3.1.2.orig/Jamfile
++++ glest-3.1.2/Jamfile
+@@ -25,7 +25,7 @@
+ }
+
+ Library glestlib : $(LIB_SOURCES) ;
+-ExternalLibs glestlib : SDL GL GLU XERCES VORBIS VORBISFILE OGG OPENAL ;
++ExternalLibs glestlib : SDL GL GLU XERCES VORBISFILE OPENAL ;
+ IncludeDir glestlib : $(LIB_INCLUDE_DIRS) ;
+
+ #### Game ####
+@@ -54,7 +54,7 @@
+
+ Application glest : $(GLEST_SOURCES) ;
+ LinkWith glest : glestlib ;
+-ExternalLibs glest : SDL GL GLU XERCES VORBIS VORBISFILE OGG OPENAL ;
++ExternalLibs glest : SDL GL GLU XERCES VORBISFILE OPENAL ;
+ IncludeDir glest : ../shared_lib/include/$(LIB_INCLUDE_DIRS) $(GLEST_DIRS) ;
+
+ ##### Editor ####
Modified: packages/trunk/glest/debian/patches/series
===================================================================
--- packages/trunk/glest/debian/patches/series 2008-05-04 14:22:17 UTC (rev 6853)
+++ packages/trunk/glest/debian/patches/series 2008-05-04 15:00:52 UTC (rev 6854)
@@ -1,2 +1,3 @@
nomapeditor
gcc-4.3-fixes
+do-not-link-unneeded-libs
More information about the Pkg-games-commits
mailing list