summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-01 08:12:12 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-01 08:12:12 +0200
commitf75243fd6a5c306f5ff9def56d27b667257110d6 (patch)
tree3a5d5161046f3c97d9a18bd16285a807a20c2466 /debian/control
parentcaa0623d74ae7c6b845d61ef36ff328060f64832 (diff)
Add debian/*
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0306a2e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: psocksxx
+Section: libs
+Priority: optional
+Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
+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.