This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository minetest-v04x.
commit bb830bf23e2dea4d34f58da5812db4799c8cf385 Author: Markus Koschany <[email protected]> Date: Thu Jan 22 20:33:34 2015 +0100 Drop useless-depends.patch. Add missing build-dependencies instead. --- debian/patches/series | 1 - debian/patches/useless-depends.patch | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 4d41a98..eb532e5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,5 @@ kfreebsd-gettext.patch i18n.patch -useless-depends.patch dynamic-link.patch debianization.patch gcc47.patch diff --git a/debian/patches/useless-depends.patch b/debian/patches/useless-depends.patch deleted file mode 100644 index 6f80317..0000000 --- a/debian/patches/useless-depends.patch +++ /dev/null @@ -1,36 +0,0 @@ -From: Matthew Bekkema <[email protected]> -Date: Sun, 4 Jan 2015 20:49:22 +0100 -Subject: useless-depends - -Removes the useless dependancies This was reported by dpkg-shlibs, that warned -that our binary was marked as depending on various libs without any reason as -no symbol were used. - -Forwarded: no ---- - src/CMakeLists.txt | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 47fa5e2..b647f43 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -144,10 +144,6 @@ else() - # Unix probably - if(BUILD_CLIENT) - find_package(X11 REQUIRED) -- find_package(OpenGL REQUIRED) -- find_package(JPEG REQUIRED) -- find_package(BZip2 REQUIRED) -- find_package(PNG REQUIRED) - if(APPLE) - FIND_LIBRARY(CARBON_LIB Carbon) - FIND_LIBRARY(COCOA_LIB Cocoa) -@@ -169,7 +165,6 @@ else() - endif(APPLE) - #set(CLIENT_PLATFORM_LIBS -lXxf86vm) - # This way Xxf86vm is found on OpenBSD too -- find_library(XXF86VM_LIBRARY Xxf86vm) - mark_as_advanced(XXF86VM_LIBRARY) - set(CLIENT_PLATFORM_LIBS ${CLIENT_PLATFORM_LIBS} ${XXF86VM_LIBRARY}) - endif() -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

