File: control

package info (click to toggle)
orthanc-postgresql 2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 884 kB
  • ctags: 2,083
  • sloc: cpp: 5,313; ansic: 3,582; python: 381; sql: 150; sh: 38; makefile: 27
file content (33 lines) | stat: -rw-r--r-- 1,312 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-postgresql
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sebastien Jodogne <s.jodogne@gmail.com>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper (>= 9),
               libboost-all-dev,
               libgtest-dev,
               libjsoncpp-dev,
               libpq-dev,
               orthanc-dev,
               postgresql-server-dev-all,
               unzip,
               uuid-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc-postgresql/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/orthanc-postgresql/trunk/
Homepage: http://www.orthanc-server.com/static.php?page=postgresql

Package: orthanc-postgresql
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         orthanc (>= 0.9.5)
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,
 RESTful Vendor Neutral Archive for medical imaging. These plugins
 override the default SQLite engine of Orthanc with a PostgreSQL
 back-end. They bring scalability to Orthanc, making it
 enterprise-ready.