Source: psocksxx
Section: libs
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Jörg Frings-Fürst <debian@jff.email>
Uploaders: Uditha Atukorala <ua@nuked.zone>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 libcunit1-dev,
 libcppunit-dev
Build-Depends-Indep:
 doxygen
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: https://nukedzn.github.io/psocksxx
Vcs-Git: git://jff.email/opt/git/psocksxx.git
Vcs-Browser: https://jff.email/cgit/psocksxx.git/

Package: libpsocksxx0t64
Provides: ${t64:Provides}
Replaces: libpsocksxx0
Breaks: libpsocksxx0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Pre-Depends:
 ${misc:Pre-Depends}
Description: psocksxx is a C++ wrapper for POSIX sockets
 psocksxx library attempts to borrow the concepts from socket++ and
 socket-library, but not the code, and create a well documented (and
 hopefully easy to understand) POSIX socket communication wrapper in
 C++. To keep the code simple and clean this project will only support
 POSIX sockets.

Package: libpsocksxx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libpsocksxx0t64 (= ${binary:Version}),
 ${misc:Depends}
Suggests: libpsocksxx-doc
Description: psocksxx is a C++ wrapper for POSIX sockets (development files)
 psocksxx library attempts to borrow the concepts from socket++ and
 socket-library, but not the code, and create a well documented (and
 hopefully easy to understand) POSIX socket communication wrapper in
 C++. To keep the code simple and clean this project will only support
 POSIX sockets.
 This package holds the development files.

Package: libpsocksxx-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: psocksxx is a C++ wrapper for POSIX sockets (documentation)
 psocksxx library attempts to borrow the concepts from socket++ and
 socket-library, but not the code, and create a well documented (and
 hopefully easy to understand) POSIX socket communication wrapper in
 C++. To keep the code simple and clean this project will only support
 POSIX sockets.
 This package holds the documentation.
