summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-03 07:05:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-03 07:05:57 +0200
commit20ee94cf87975b627e51f84ab6062193acd51745 (patch)
treead3055fe7ccb5c9fdddc710155dc51769ec10cb1 /debian/control
parentf75243fd6a5c306f5ff9def56d27b667257110d6 (diff)
status form 2014-10-02
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 0306a2e..51bd8e6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Build-Depends:
debhelper (>= 9),
dh-autoreconf,
doxygen,
- libcunit1-dev (>= 1.12.1)
+ libcunit1-dev (>= 1.12.1),
+ libcppunit-dev
Standards-Version: 3.9.6
Homepage: https://github.com/uditha-atukorala/psocksxx
Vcs-Git: git://anonscm.debian.org/collab-maint/psocksxx.git
@@ -15,8 +16,11 @@ 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
+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
@@ -31,6 +35,7 @@ Multi-Arch: same
Depends:
libpsocksxx0 (= ${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