Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql
Commits: b215547c by jodogne-guest at 2019-01-28T12:01:54Z Removed $(DEB_VERSION) from SOVERSION - - - - - c4fbc498 by jodogne-guest at 2019-01-28T12:18:27Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/patches/series - − debian/patches/shlibs - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc-postgresql (3.0-2) unstable; urgency=medium + + * Removed $(DEB_VERSION) from SOVERSION. + + -- Sebastien Jodogne <[email protected]> Mon, 28 Jan 2019 12:58:36 +0100 + orthanc-postgresql (3.0-1) unstable; urgency=medium * New upstream version ===================================== debian/patches/series ===================================== @@ -1,2 +1 @@ postgresql-includes -shlibs ===================================== debian/patches/shlibs deleted ===================================== @@ -1,32 +0,0 @@ -Description: Fix the soname of the shared libraries -Author: Sebastien Jodogne <[email protected]> ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: OrthancPostgreSQL-3.0/PostgreSQL/CMakeLists.txt -=================================================================== ---- OrthancPostgreSQL-3.0.orig/PostgreSQL/CMakeLists.txt -+++ OrthancPostgreSQL-3.0/PostgreSQL/CMakeLists.txt -@@ -84,17 +84,15 @@ add_definitions( - -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}" - ) - --set_target_properties(OrthancPostgreSQLStorage PROPERTIES -- VERSION ${ORTHANC_PLUGIN_VERSION} -- SOVERSION ${ORTHANC_PLUGIN_VERSION} -+set_target_properties(OrthancPostgreSQLStorage PROPERTIES - COMPILE_FLAGS -DORTHANC_ENABLE_LOGGING_PLUGIN=1 -- ) -+ LINK_FLAGS "-Wl,-soname,libOrthancPostgreSQLStorage.so.${DEB_VERSION}" -+ NO_SONAME ON) - --set_target_properties(OrthancPostgreSQLIndex PROPERTIES -- VERSION ${ORTHANC_PLUGIN_VERSION} -- SOVERSION ${ORTHANC_PLUGIN_VERSION} -+set_target_properties(OrthancPostgreSQLIndex PROPERTIES - COMPILE_FLAGS -DORTHANC_ENABLE_LOGGING_PLUGIN=1 -- ) -+ LINK_FLAGS "-Wl,-soname,libOrthancPostgreSQLIndex.so.${DEB_VERSION}" -+ NO_SONAME ON) - - install( - TARGETS OrthancPostgreSQLIndex OrthancPostgreSQLStorage ===================================== debian/rules ===================================== @@ -44,12 +44,12 @@ override_dh_auto_install: cp Build/${TARGET_INDEX} Build/${TARGET_INDEX}.${UPSTREAM_VERSION} cp Build/${TARGET_STORAGE} Build/${TARGET_STORAGE}.${UPSTREAM_VERSION} - dh_install Build/${TARGET_INDEX}.${UPSTREAM_VERSION} usr/lib - dh_install Build/${TARGET_STORAGE}.${UPSTREAM_VERSION} usr/lib + dh_install Build/${TARGET_INDEX}.${UPSTREAM_VERSION} usr/lib/orthanc + dh_install Build/${TARGET_STORAGE}.${UPSTREAM_VERSION} usr/lib/orthanc override_dh_link: - dh_link usr/lib/${TARGET_INDEX}.${UPSTREAM_VERSION} usr/share/orthanc/plugins/${TARGET_INDEX} - dh_link usr/lib/${TARGET_STORAGE}.${UPSTREAM_VERSION} usr/share/orthanc/plugins/${TARGET_STORAGE} + dh_link usr/lib/orthanc/${TARGET_INDEX}.${UPSTREAM_VERSION} usr/share/orthanc/plugins/${TARGET_INDEX} + dh_link usr/lib/orthanc/${TARGET_STORAGE}.${UPSTREAM_VERSION} usr/share/orthanc/plugins/${TARGET_STORAGE} override_dh_installchangelogs: dh_installchangelogs -k PostgreSQL/NEWS View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/compare/fb91329b00c1e11cf5bcef8464cde9a69215dbc6...c4fbc4980703bf6f3d69236cf0fcaf2ddfe1c1bb -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/compare/fb91329b00c1e11cf5bcef8464cde9a69215dbc6...c4fbc4980703bf6f3d69236cf0fcaf2ddfe1c1bb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
