File: control

package info (click to toggle)
libpdb-redo 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,172 kB
  • sloc: cpp: 6,043; sh: 3,763; perl: 118; makefile: 13
file content (48 lines) | stat: -rw-r--r-- 1,304 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: libpdb-redo
Section: libs
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Maarten L. Hekkelman <maarten@hekkelman.com>
Build-Depends:
 debhelper-compat (= 13),
 libcifpp-dev (>= 1.0.1),
 autoconf-archive,
 libnewuoa-dev,
 pkg-config,
 libgsl-dev,
 libboost-dev,
 libboost-iostreams-dev,
 libzeep-dev (>= 5.0.2),
 libclipper-dev,
 libccp4-dev (>= 6.5.1-5)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/libpdb-redo
Vcs-Git: https://salsa.debian.org/med-team/libpdb-redo.git
Homepage: https://github.com/PDB-REDO/libpdb-redo
Rules-Requires-Root: no

Package: libpdb-redo-dev
Section: libdevel
Architecture: any
Depends:
 libpdb-redo1 (= ${binary:Version}),
 ${misc:Depends},
Description: Development files for libpdb-redo
 This library contains shared code for the various programs
 in the project PDB-REDO.
 .
 This specific package contains all files needed to develop new
 software using libpdb-redo.

Package: libpdb-redo1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libcifpp1,
 libnewuoa0
Description: Library file for libpdb-redo
 This library contains shared code for the various programs
 in the project PDB-REDO.
 .
 This package contains the shared library for libpdb-redo.