[SCM] Arcade style game branch, master, updated. debian/3.3.0.0+dfsg1-1

Dmitry E. Oboukhov unera at debian.org
Fri Jun 4 09:49:51 UTC 2010


The following commit has been merged in the master branch:
commit 6911d1b8568a8c04c0770595803a8219dd55221f
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Fri Jun 4 13:46:36 2010 +0400

    really fixed shlibdeps warn

diff --git a/debian/patches/fix-shlibdeps-warning b/debian/patches/fix-shlibdeps-warning
index d2a4cea..8b794fd 100644
--- a/debian/patches/fix-shlibdeps-warning
+++ b/debian/patches/fix-shlibdeps-warning
@@ -8,6 +8,7 @@ Description: Upstream changes introduced in version 3.3.0.0+dfsg1-1
    * New upstream version.
    * Switched debian source format (3.0 quilt).
    * Bumped Standards-Version to 3.8.4.
+   * Fixed dh_shlibdeps warning.
  .
  The person named in the Author field signed this changelog entry.
 Author: Dmitry E. Oboukhov <unera at debian.org>
diff --git a/src/Makefile b/src/Makefile
index 4bbbcca..34f01f6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -102,13 +102,13 @@ endif
 
 ifeq ($(TARGET),sdl)			# compiling for SDL target
 SYS_CFLAGS  = -DTARGET_SDL $(shell sdl-config --cflags)
-SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg
+SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net
 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --libs)
 endif
 
 ifeq ($(TARGET),sdl-static)		# compiling for SDL target (static)
 SYS_CFLAGS  = -DTARGET_SDL $(shell sdl-config --cflags)
-SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg
+SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net
 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --static-libs)
 endif
 

-- 
Arcade style game



More information about the Pkg-games-commits mailing list