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
|
Source: libcommoncpp2
Section: devel
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>, Kilian Krause <kilian@debian.org>
Build-Depends: debhelper (>> 4.1.0), libxml2-dev, zlib1g-dev, help2man, doxygen, dpatch, libgnutls-dev, libgcrypt11-dev | libgcrypt-dev, autotools-dev, cdbs, dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.2
Homepage: http://www.gnu.org/software/commoncpp/
Vcs-Svn: svn://svn.debian.org/pkg-voip/libcommoncpp2/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/?op=log
Package: libcommoncpp2-dev
Section: libdevel
Architecture: any
Depends: libcommoncpp2-1.6-0 (= ${binary:Version}), libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config
Suggests: libcommoncpp2-doc
Conflicts: libcommonc++-dev
Description: Header files and static libraries for Common C++ "2"
Common C++ is a GNU package which offers portable "abstraction" of system
services such as threads, networks, and sockets. Common C++ also offers
individual frameworks generally useful to developing portable C++
applications including a object persistence engine, math libraries,
threading, sockets, etc. Common C++ is small, and highly portable.
Common C++ will support most Unix operating systems as well
as Win32, in addition to GNU/Linux.
Package: libcommoncpp2-1.6-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: A GNU package for creating portable C++ programs
Common C++ "2" is a GNU package which offers portable "abstraction"
of system services such as threads, networks, and sockets. Common
C++ also offers individual frameworks generally useful to developing
portable C++ applications including a object persistence engine, math
libraries, threading, sockets, etc. Common C++ is small, and highly
portable. Common C++ will support most Unix operating systems as
well as Win32, in addition to GNU/Linux.
Package: libcommoncpp2-doc
Replaces: libcommoncpp2-dev (<= 1.3.25-1)
Section: doc
Architecture: all
Description: Documentation files for Common C++ "2"
This package contains the documentation files for the Common C++ "2" packages.
|