[med-svn] [Git][med-team/orthanc][master] 6 commits: Adding tzdata in the dependencies. Closes: #966655
Sebastien Jodogne
gitlab at salsa.debian.org
Mon Aug 10 15:32:30 BST 2020
Sebastien Jodogne pushed to branch master at Debian Med / orthanc
Commits:
baef575e by jodogne-guest at 2020-08-10T14:01:51+02:00
Adding tzdata in the dependencies. Closes: #966655
- - - - -
014c0507 by jodogne-guest at 2020-08-10T14:04:35+02:00
Temporarily remove NEW packages from "orthanc-1.7.2+dfsg-2" to allow a fix upload
- - - - -
949a049e by jodogne-guest at 2020-08-10T14:06:50+02:00
Upgrade to Lua 5.4
- - - - -
09d555a3 by jodogne-guest at 2020-08-10T14:09:29+02:00
revert previous changeset, as Lua 5.4 is not supported yet by CMake
- - - - -
9a5b353b by jodogne-guest at 2020-08-10T15:15:05+02:00
avoid dh_auto_install of Orthanc Framework to avoid dh_missing errors
- - - - -
f879f0f8 by jodogne-guest at 2020-08-10T16:31:23+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/control
- − debian/liborthancframework-dev.dirs
- − debian/liborthancframework-dev.install
- − debian/liborthancframework1.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+orthanc (1.7.2+dfsg-3) unstable; urgency=medium
+
+ * Adding tzdata in the dependencies. Closes: #966655
+ * Temporarily remove "liborthancframework-dev" and "liborthancframework1"
+ NEW packages from "orthanc-1.7.2+dfsg-2" to allow a fix upload.
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Mon, 10 Aug 2020 13:55:55 +0200
+
orthanc (1.7.2+dfsg-2) unstable; urgency=medium
[ Sebastien Jodogne ]
=====================================
debian/control
=====================================
@@ -21,6 +21,7 @@ Build-Depends: cmake,
libsqlite3-dev,
libwrap0-dev,
locales,
+ tzdata,
unzip,
uuid-dev,
zlib1g-dev,
@@ -37,6 +38,7 @@ Depends: adduser,
dcmtk,
locales,
lsb-base,
+ tzdata,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
@@ -93,36 +95,3 @@ Description: Orthanc development files
.
This package includes the header files to develop C/C++ plugins
for Orthanc.
-
-
-Package: liborthancframework1
-Architecture: any
-Section: libs
-Depends: locales,
- ${shlibs:Depends},
- ${misc:Depends}
-Description: Orthanc Framework library
- The Orthanc Framework is a shared library publishing C++ classes
- from the Orthanc source code that are reused in most official
- plugins for Orthanc.
- .
- This package contains the shared library of the Orthanc Framework.
-
-
-Package: liborthancframework-dev
-Architecture: any
-Section: libdevel
-Depends: liborthancframework1 (= ${binary:Version}),
- libboost-all-dev,
- libdcmtk-dev,
- libjsoncpp-dev,
- liblua5.3-dev,
- libpugixml-dev,
- libsqlite3-dev,
- ${misc:Depends}
-Description: Orthanc Framework development files
- The Orthanc Framework is a shared library publishing C++ classes
- from the Orthanc source code that are reused in most official
- plugins for Orthanc.
- .
- This package includes the header files of the Orthanc Framework.
=====================================
debian/liborthancframework-dev.dirs deleted
=====================================
@@ -1 +0,0 @@
-usr/include/orthanc-framework
=====================================
debian/liborthancframework-dev.install deleted
=====================================
@@ -1,2 +0,0 @@
-usr/include/orthanc-framework/*
-usr/lib/libOrthancFramework.so
=====================================
debian/liborthancframework1.install deleted
=====================================
@@ -1 +0,0 @@
-usr/lib/libOrthancFramework.so.*
=====================================
debian/rules
=====================================
@@ -99,7 +99,7 @@ override_dh_auto_install:
cp -r OrthancServer/Plugins/Samples $(DOC_DIR)/OrthancPluginSamples
# Run the default installation steps
- dh_auto_install --builddirectory=BuildFramework
+ # dh_auto_install --builddirectory=BuildFramework # => To be reintroduced once "orthanc-1.7.2+dfsg-2" gets accepted
dh_auto_install --builddirectory=BuildServer
# Move the plugins from "/usr/share/orthanc/plugins" to
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/3d0706972575253d9065339b055648f2d84a3590...f879f0f82e97997a65b250cedcb79bb06fd37505
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/3d0706972575253d9065339b055648f2d84a3590...f879f0f82e97997a65b250cedcb79bb06fd37505
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200810/21dab4ab/attachment-0001.html>
More information about the debian-med-commit
mailing list