r10995 - in packages/trunk/parsec47/debian: . patches

Paul Wise pabs at alioth.debian.org
Sat May 29 11:00:51 UTC 2010


Author: pabs
Date: 2010-05-29 11:00:49 +0000 (Sat, 29 May 2010)
New Revision: 10995

Modified:
   packages/trunk/parsec47/debian/changelog
   packages/trunk/parsec47/debian/control
   packages/trunk/parsec47/debian/patches/makefile.patch
Log:
Drop GLU from the Makefile and Build-Depends since it isn't used

Modified: packages/trunk/parsec47/debian/changelog
===================================================================
--- packages/trunk/parsec47/debian/changelog	2010-05-29 10:40:46 UTC (rev 10994)
+++ packages/trunk/parsec47/debian/changelog	2010-05-29 11:00:49 UTC (rev 10995)
@@ -11,6 +11,7 @@
   * Point at the right version of the LGPL in copyright information
   * No ELF binaries in parsec47-data, don't need ${shlibs:Depends}
   * Explicitly use dpkg-source format 1.0 for now
+  * Drop GLU from the Makefile and Build-Depends since it isn't used
 
  -- Peter De Wachter <pdewacht at gmail.com>  Sat, 29 May 2010 11:20:26 +0200
 

Modified: packages/trunk/parsec47/debian/control
===================================================================
--- packages/trunk/parsec47/debian/control	2010-05-29 10:40:46 UTC (rev 10994)
+++ packages/trunk/parsec47/debian/control	2010-05-29 11:00:49 UTC (rev 10995)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
 Build-Depends: debhelper (>= 5), quilt, gdc,
- libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
+ libgl1-mesa-dev | libgl-dev,
  libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev
 Standards-Version: 3.8.4
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/p47_e.html

Modified: packages/trunk/parsec47/debian/patches/makefile.patch
===================================================================
--- packages/trunk/parsec47/debian/patches/makefile.patch	2010-05-29 10:40:46 UTC (rev 10994)
+++ packages/trunk/parsec47/debian/patches/makefile.patch	2010-05-29 11:00:49 UTC (rev 10995)
@@ -38,7 +38,7 @@
 +all: $(EXE)
 +
 +$(EXE): import/SDL_Keysym.d $(OBJS)
-+	gdc -o $@ $(OBJS)  -lbulletml -lSDL_mixer -lSDL -lGLU -lGL -lm
++	gdc -o $@ $(OBJS)  -lbulletml -lSDL_mixer -lSDL -lGL -lm
 +
 +%.o: %.d
 +	gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc -I/usr/X11R6/include/ $<




More information about the Pkg-games-commits mailing list