File: control

package info (click to toggle)
orthanc-mysql 4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,468 kB
  • sloc: cpp: 34,709; python: 372; sql: 201; makefile: 30; sh: 13
file content (33 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: orthanc-mysql
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sebastien Jodogne <s.jodogne@gmail.com>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper (>= 10),
               libcurl4-openssl-dev | libcurl4-dev,
               libgtest-dev,
               liborthancframework-dev,
               libssl-dev,
               orthanc-dev (>= 0.9.5),
               default-libmysqlclient-dev,
               uuid-dev,
               unzip
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-mysql
Vcs-Git: https://salsa.debian.org/med-team/orthanc-mysql.git
Homepage: https://www.orthanc-server.com/static.php?page=mysql

Package: orthanc-mysql
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         orthanc (>= 1.9.7+dfsg-6)
Built-Using: ${orthancframework:Built-Using}
Suggests: default-mysql-server
Description: Plugins to use MySQL or MariaDB as a database back-end to Orthanc
 Orthanc MySQL is a set of two plugins to Orthanc, a lightweight,
 RESTful Vendor Neutral Archive for medical imaging. These plugins
 override the default SQLite engine of Orthanc with a MySQL or
 MariaDB back-end. They bring scalability to Orthanc, making it
 enterprise-ready.