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
|
Source: libgzstream
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
d-shlibs,
zlib1g-dev
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libgzstream.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libgzstream.git
Homepage: http://www.cs.unc.edu/Research/compgeom/gzstream/
Package: libgzstream0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: provide functionality of zlib C-library in a C++ iostream
Gzstream is a small C++ library, basically just a wrapper, that provides
the functionality of the zlib C-library in a C++ iostream.
.
This package contains the dynamic library.
Package: libgzstream-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgzstream0 (= ${binary:Version})
Breaks: libxdmf-dev (<< 2.1.dfsg.1-14)
Replaces: libxdmf-dev (<< 2.1.dfsg.1-14)
Description: provide functionality of zlib C-library in a C++ iostream (development)
Gzstream is a small C++ library, basically just a wrapper, that provides
the functionality of the zlib C-library in a C++ iostream.
.
This package contains the static library and header files.
|