[med-svn] r19815 - in trunk/packages/orthanc-postgresql/trunk/debian: . patches
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Mon Aug 3 07:47:38 UTC 2015
Author: jodogne-guest
Date: 2015-08-03 07:47:37 +0000 (Mon, 03 Aug 2015)
New Revision: 19815
Modified:
trunk/packages/orthanc-postgresql/trunk/debian/changelog
trunk/packages/orthanc-postgresql/trunk/debian/copyright
trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs
Log:
Orthanc PostgreSQL 0.9.2
Modified: trunk/packages/orthanc-postgresql/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/changelog 2015-08-03 07:20:25 UTC (rev 19814)
+++ trunk/packages/orthanc-postgresql/trunk/debian/changelog 2015-08-03 07:47:37 UTC (rev 19815)
@@ -1,9 +1,12 @@
-orthanc-postgresql (1.1-2) UNRELEASED; urgency=medium
+orthanc-postgresql (1.2-1) UNRELEASED; urgency=medium
+ [ Sebastien Jodogne ]
+ * New upstream version
+
[ Karsten Hilbert ]
* Enhancements for README.Debian
- -- Sebastien Jodogne <s.jodogne at gmail.com> Tue, 14 Jul 2015 09:47:58 +0200
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Mon, 03 Aug 2015 09:23:28 +0200
orthanc-postgresql (1.1-1) unstable; urgency=medium
Modified: trunk/packages/orthanc-postgresql/trunk/debian/copyright
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/copyright 2015-08-03 07:20:25 UTC (rev 19814)
+++ trunk/packages/orthanc-postgresql/trunk/debian/copyright 2015-08-03 07:47:37 UTC (rev 19815)
@@ -11,8 +11,12 @@
Copyright: 2012-2015 Sebastien Jodogne <s.jodogne at gmail.com>, University Hospital of Liege, Belgium
License: GPL-3 with OpenSSL exception
+Files: Orthanc/Resources/ThirdParty/VisualStudio/*
+Copyright: 2006-2008 Alexander Chemeris
+License: BSD-3-clause
+
License: AGPL-3
This program is free software: you can redistribute it and/or
modify it under the terms of the GNU Affero General Public License
@@ -59,3 +63,32 @@
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.
+
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ * The name of the autors may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Modified: trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs 2015-08-03 07:20:25 UTC (rev 19814)
+++ trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs 2015-08-03 07:47:37 UTC (rev 19815)
@@ -2,11 +2,11 @@
Author: Sebastien Jodogne <s.jodogne at gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: OrthancPostgreSQL-1.1/CMakeLists.txt
+Index: OrthancPostgreSQL-1.2/CMakeLists.txt
===================================================================
---- OrthancPostgreSQL-1.1.orig/CMakeLists.txt
-+++ OrthancPostgreSQL-1.1/CMakeLists.txt
-@@ -113,16 +113,12 @@ message("Setting the version of the libr
+--- OrthancPostgreSQL-1.2.orig/CMakeLists.txt
++++ OrthancPostgreSQL-1.2/CMakeLists.txt
+@@ -148,15 +148,12 @@ message("Setting the version of the libr
add_definitions(-DORTHANC_POSTGRESQL_VERSION="${ORTHANC_POSTGRESQL_VERSION}")
@@ -19,7 +19,6 @@
- VERSION ${ORTHANC_POSTGRESQL_VERSION}
- SOVERSION ${ORTHANC_POSTGRESQL_VERSION}
- )
--
+set_target_properties(OrthancPostgreSQLStorage PROPERTIES
+ LINK_FLAGS "-Wl,-soname,libOrthancPostgreSQLStorage.so.${ORTHANC_POSTGRESQL_VERSION}"
+ NO_SONAME ON)
@@ -27,5 +26,5 @@
+ LINK_FLAGS "-Wl,-soname,libOrthancPostgreSQLIndex.so.${ORTHANC_POSTGRESQL_VERSION}"
+ NO_SONAME ON)
- add_executable(UnitTests
- ${CORE_SOURCES}
+ install(
+ TARGETS OrthancPostgreSQLStorage OrthancPostgreSQLIndex
More information about the debian-med-commit
mailing list