[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 30c51b54697aff4a0768931f2296d5e4e17813df
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Fri Jun 4 13:31:14 2010 +0400

    new version works

diff --git a/debian/patches/fix-shlibdeps-warning b/debian/patches/fix-shlibdeps-warning
new file mode 100644
index 0000000..d2a4cea
--- /dev/null
+++ b/debian/patches/fix-shlibdeps-warning
@@ -0,0 +1,44 @@
+Description: Upstream changes introduced in version 3.3.0.0+dfsg1-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ rocksndiamonds (3.3.0.0+dfsg1-1) unstable; urgency=low
+ .
+   * New upstream version.
+   * Switched debian source format (3.0 quilt).
+   * Bumped Standards-Version to 3.8.4.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Dmitry E. Oboukhov <unera at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- rocksndiamonds-3.3.0.0+dfsg1.orig/src/Makefile
++++ rocksndiamonds-3.3.0.0+dfsg1/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