[med-svn] r20202 - in trunk/packages/orthanc-postgresql/trunk/debian: . patches
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Wed Oct 7 10:07:13 UTC 2015
Author: jodogne-guest
Date: 2015-10-07 10:07:12 +0000 (Wed, 07 Oct 2015)
New Revision: 20202
Modified:
trunk/packages/orthanc-postgresql/trunk/debian/changelog
trunk/packages/orthanc-postgresql/trunk/debian/control
trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs
trunk/packages/orthanc-postgresql/trunk/debian/postrm
Log:
Orthanc PostgreSQL 1.3
Modified: trunk/packages/orthanc-postgresql/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/changelog 2015-10-06 20:02:48 UTC (rev 20201)
+++ trunk/packages/orthanc-postgresql/trunk/debian/changelog 2015-10-07 10:07:12 UTC (rev 20202)
@@ -1,3 +1,9 @@
+orthanc-postgresql (1.3-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Wed, 07 Oct 2015 11:41:47 +0200
+
orthanc-postgresql (1.2-1) unstable; urgency=medium
[ Sebastien Jodogne ]
Modified: trunk/packages/orthanc-postgresql/trunk/debian/control
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/control 2015-10-06 20:02:48 UTC (rev 20201)
+++ trunk/packages/orthanc-postgresql/trunk/debian/control 2015-10-07 10:07:12 UTC (rev 20202)
@@ -11,7 +11,7 @@
libgtest-dev (>= 1.6.0),
libjsoncpp-dev,
libpq-dev,
- orthanc-dev (>= 0.9.1),
+ orthanc-dev (>= 0.9.4),
postgresql-server-dev-all,
unzip,
uuid-dev
@@ -21,7 +21,7 @@
Package: orthanc-postgresql
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, orthanc (>= 0.9.1)
+Depends: ${misc:Depends}, ${shlibs:Depends}, orthanc (>= 0.9.4)
Suggests: postgresql
Description: Plugins to use PostgreSQL as a database back-end to Orthanc
Orthanc PostgreSQL is a set of two plugins to Orthanc, a lightweight,
Modified: trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs 2015-10-06 20:02:48 UTC (rev 20201)
+++ trunk/packages/orthanc-postgresql/trunk/debian/patches/shlibs 2015-10-07 10:07:12 UTC (rev 20202)
@@ -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.2/CMakeLists.txt
+Index: OrthancPostgreSQL-1.3/CMakeLists.txt
===================================================================
---- OrthancPostgreSQL-1.2.orig/CMakeLists.txt
-+++ OrthancPostgreSQL-1.2/CMakeLists.txt
-@@ -148,15 +148,12 @@ message("Setting the version of the libr
+--- OrthancPostgreSQL-1.3.orig/CMakeLists.txt
++++ OrthancPostgreSQL-1.3/CMakeLists.txt
+@@ -145,15 +145,12 @@ message("Setting the version of the libr
add_definitions(-DORTHANC_POSTGRESQL_VERSION="${ORTHANC_POSTGRESQL_VERSION}")
Modified: trunk/packages/orthanc-postgresql/trunk/debian/postrm
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/postrm 2015-10-06 20:02:48 UTC (rev 20201)
+++ trunk/packages/orthanc-postgresql/trunk/debian/postrm 2015-10-07 10:07:12 UTC (rev 20202)
@@ -13,6 +13,8 @@
/etc/init.d/orthanc restart
fi
fi
+
+ ldconfig
;;
failed-upgrade|abort-install|abort-upgrade|disappear)
More information about the debian-med-commit
mailing list