From 841563828bed9dee3580b5e0cd245e44b0d63043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 1 Oct 2014 08:09:19 +0200 Subject: Imported Upstream version 0.0.5 --- debian/control | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control deleted file mode 100644 index 0306a2e..0000000 --- a/debian/control +++ /dev/null @@ -1,52 +0,0 @@ -Source: psocksxx -Section: libs -Priority: optional -Maintainer: Jörg Frings-Fürst -Build-Depends: - debhelper (>= 9), - dh-autoreconf, - doxygen, - libcunit1-dev (>= 1.12.1) -Standards-Version: 3.9.6 -Homepage: https://github.com/uditha-atukorala/psocksxx -Vcs-Git: git://anonscm.debian.org/collab-maint/psocksxx.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/psocksxx.git - -Package: libpsocksxx0 -Architecture: any -Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: libpsocksxx-doc -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: - libpsocksxx0 (= ${binary:Version}), - ${misc:Depends} -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. -- cgit v1.2.3