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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: clipper
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>,
Morten Kjeldgaard <mok0@ubuntu.com>
Homepage: http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html
Build-Depends: debhelper (>= 9),
autotools-dev,
dh-autoreconf,
fftw-dev,
gfortran,
libccp4-dev,
libmmdb-dev,
sfftw-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.5
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/clipper.git
Vcs-Git: git://git.debian.org/git/debian-science/packages/clipper.git
Package: libclipper-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Suggests: libclipper-doc
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
fftw-dev,
libclipper2 (= ${binary:Version} ),
libccp4-dev,
libmmdb-dev,
sfftw-dev
Description: object oriented development kit for crystallographic computing
The aim of the clipper project is to produce a set of object-oriented
libraries for the organisation of crystallographic data and the
performance of crystallographic computation.
.
This package contains development environment for programs which will
use the clipper libraries.
Package: libclipper2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: object oriented library for crystallographic computing
The aim of the clipper project is to produce a set of object-oriented
libraries for the organisation of crystallographic data and the
performance of crystallographic computation.
.
This package contains shared libraries needed to run programs that
have been developed using the clipper libraries.
Package: libclipper-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: www-browser
Enhances: libclipper-dev
Description: doxygen generated documentation for libclipper
The aim of the clipper project is to produce a set of object-oriented
libraries for the organisation of crystallographic data and the
performance of crystallographic computation.
.
This package provides doxygen generated documentation for the library.
Package: libclipper2-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
libclipper2 (= ${binary:Version} )
Description: object oriented development kit for crystallographic computing
The aim of the clipper project is to produce a set of object-oriented
libraries for the organisation of crystallographic data and the
performance of crystallographic computation.
.
This package contains debugging symbols for the clipper libraries.
|