This is an automated email from the git hooks/post-receive script. evgeni pushed a commit to branch master in repository unshield.
commit 045e84f11add39146f4a613b23fa77f9326aa69e Author: Evgeni Golov <[email protected]> Date: Mon Dec 26 15:09:13 2016 +0100 revert upstream soname change --- debian/patches/revert-soname-bump.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/revert-soname-bump.patch b/debian/patches/revert-soname-bump.patch new file mode 100644 index 0000000..fbc4b02 --- /dev/null +++ b/debian/patches/revert-soname-bump.patch @@ -0,0 +1,14 @@ +diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt +index 917c8b7..18e17cf 100644 +--- a/lib/CMakeLists.txt ++++ b/lib/CMakeLists.txt +@@ -37,7 +37,7 @@ else() + endif() + + set_target_properties(libunshield PROPERTIES OUTPUT_NAME unshield) +-set_target_properties(libunshield PROPERTIES SOVERSION ${PROJECT_VERSION}) ++set_target_properties(libunshield PROPERTIES VERSION 0.0.0 SOVERSION 0) + + install(TARGETS libunshield RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) + install(FILES libunshield.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +\ No newline at end of file diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7d5fdb9 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +revert-soname-bump.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

