summaryrefslogtreecommitdiff
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
parentcaa0623d74ae7c6b845d61ef36ff328060f64832 (diff)
Add debian/*
-rw-r--r--debian/README.Debian12
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control52
-rw-r--r--debian/copyright45
-rw-r--r--debian/libpsocksxx-dev.docs1
-rw-r--r--debian/libpsocksxx-dev.install3
-rw-r--r--debian/libpsocksxx-doc.dirs1
-rw-r--r--debian/libpsocksxx-doc.doc-base7
-rw-r--r--debian/libpsocksxx-doc.docs1
-rw-r--r--debian/libpsocksxx-doc.lintian-overrides1
-rw-r--r--debian/libpsocksxx0.docs1
-rw-r--r--debian/libpsocksxx0.install3
-rw-r--r--debian/libpsocksxx0.symbols185
-rwxr-xr-xdebian/rules24
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options2
-rw-r--r--debian/watch5
18 files changed, 350 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..5604b8f
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,12 @@
+psocksxx for Debian
+-------------------
+
+The lintian warning "libpsocksxx-dev: embedded-javascript-library
+usr/share/doc/libpsocksxx-dev/docs/jquery.js please use libjs-jquery"
+was overridden.
+
+The file jquery.js comes from the with doxygen generated documentation.
+
+The buildin jquery.js in doxygen would not removed (see Debian bug #736432).
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 30 Sep 2014 18:13:56 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..88666e9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+psocksxx (0.0.5-1) unstable; urgency=low
+
+ * Initial release (Closes: #763432)
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 30 Sep 2014 11:13:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8286787
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: psocksxx
+Source: https://github.com/uditha-atukorala/psocksxx
+
+Files: *
+Copyright: 2013-2014 Uditha Atukorala <udi@geniusse.com>
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2014 Jörg Frings-Fürst <debian@jff-webhosting.net>
+License: GPL-3+
+
+License: LGPL-3+
+ This software library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This software library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this software library. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/libpsocksxx-dev.docs b/debian/libpsocksxx-dev.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/libpsocksxx-dev.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/libpsocksxx-dev.install b/debian/libpsocksxx-dev.install
new file mode 100644
index 0000000..49d3492
--- /dev/null
+++ b/debian/libpsocksxx-dev.install
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/*/lib*.so
+usr/lib/*/lib*.a
diff --git a/debian/libpsocksxx-doc.dirs b/debian/libpsocksxx-doc.dirs
new file mode 100644
index 0000000..16608ff
--- /dev/null
+++ b/debian/libpsocksxx-doc.dirs
@@ -0,0 +1 @@
+/usr/share/doc/libpsocksxx-doc/docs/
diff --git a/debian/libpsocksxx-doc.doc-base b/debian/libpsocksxx-doc.doc-base
new file mode 100644
index 0000000..21ef68c
--- /dev/null
+++ b/debian/libpsocksxx-doc.doc-base
@@ -0,0 +1,7 @@
+Document: psocksxx
+Title: psocksxx Documentation
+Section: Network/Communication
+
+Format: HTML
+Index: /usr/share/doc/libpsocksxx-doc/docs/index.html
+Files: /usr/share/doc/libpsocksxx-doc/docs/*.html
diff --git a/debian/libpsocksxx-doc.docs b/debian/libpsocksxx-doc.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/libpsocksxx-doc.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/libpsocksxx-doc.lintian-overrides b/debian/libpsocksxx-doc.lintian-overrides
new file mode 100644
index 0000000..9b803c0
--- /dev/null
+++ b/debian/libpsocksxx-doc.lintian-overrides
@@ -0,0 +1 @@
+libpsocksxx-doc binary: embedded-javascript-library \ No newline at end of file
diff --git a/debian/libpsocksxx0.docs b/debian/libpsocksxx0.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/libpsocksxx0.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/libpsocksxx0.install b/debian/libpsocksxx0.install
new file mode 100644
index 0000000..78794c4
--- /dev/null
+++ b/debian/libpsocksxx0.install
@@ -0,0 +1,3 @@
+usr/lib/*/lib*.so.*
+usr/lib/*/*.la
+usr/lib/*/pkgconfig/*
diff --git a/debian/libpsocksxx0.symbols b/debian/libpsocksxx0.symbols
new file mode 100644
index 0000000..2886182
--- /dev/null
+++ b/debian/libpsocksxx0.symbols
@@ -0,0 +1,185 @@
+libpsocksxx.so.0 libpsocksxx0 #MINVER#
+ _ZN8psocksxx11isockstreamC1EPNS_13sockstreambufE@Base 0.0.5
+ _ZN8psocksxx11isockstreamC2EPNS_13sockstreambufE@Base 0.0.5
+ _ZN8psocksxx11isockstreamD0Ev@Base 0.0.5
+ _ZN8psocksxx11isockstreamD1Ev@Base 0.0.5
+ _ZN8psocksxx11isockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx11lsockstream7connectEPKNS_9lsockaddrE@Base 0.0.5
+ _ZN8psocksxx11lsockstream7connectEPKc@Base 0.0.5
+ _ZN8psocksxx11lsockstreamC1Ev@Base 0.0.5
+ _ZN8psocksxx11lsockstreamC2Ev@Base 0.0.5
+ _ZN8psocksxx11lsockstreamD0Ev@Base 0.0.5
+ _ZN8psocksxx11lsockstreamD1Ev@Base 0.0.5
+ _ZN8psocksxx11lsockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx11nsockstream4bindEPKNS_9nsockaddrEb@Base 0.0.5
+ _ZN8psocksxx11nsockstream6acceptEv@Base 0.0.5
+ _ZN8psocksxx11nsockstream6listenEi@Base 0.0.5
+ _ZN8psocksxx11nsockstream7connectEPKNS_9nsockaddrE@Base 0.0.5
+ _ZN8psocksxx11nsockstream7connectEPKcj@Base 0.0.5
+ _ZN8psocksxx11nsockstreamC1ENS_13sockstreambuf13socket_type_tENS1_17socket_protocol_tE@Base 0.0.5
+ _ZN8psocksxx11nsockstreamC1EPNS_13sockstreambufE@Base 0.0.5
+ _ZN8psocksxx11nsockstreamC2ENS_13sockstreambuf13socket_type_tENS1_17socket_protocol_tE@Base 0.0.5
+ _ZN8psocksxx11nsockstreamC2EPNS_13sockstreambufE@Base 0.0.5
+ _ZN8psocksxx11nsockstreamD0Ev@Base 0.0.5
+ _ZN8psocksxx11nsockstreamD1Ev@Base 0.0.5
+ _ZN8psocksxx11nsockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx11osockstreamC1EPNS_13sockstreambufE@Base 0.0.5
+ _ZN8psocksxx11osockstreamC2EPNS_13sockstreambufE@Base 0.0.5
+ _ZN8psocksxx11osockstreamD0Ev@Base 0.0.5
+ _ZN8psocksxx11osockstreamD1Ev@Base 0.0.5
+ _ZN8psocksxx11osockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx12iosockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx13sockexceptionC1EPKc@Base 0.0.5
+ _ZN8psocksxx13sockexceptionC2EPKc@Base 0.0.5
+ _ZN8psocksxx13sockexceptionD0Ev@Base 0.0.5
+ _ZN8psocksxx13sockexceptionD1Ev@Base 0.0.5
+ _ZN8psocksxx13sockexceptionD2Ev@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf12init_buffersEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf13clear_timeoutEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf13init_defaultsEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf15cleanup_buffersEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf4bindEPKNS_8sockaddrEb@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf4openENS0_15socket_domain_tENS0_13socket_type_tENS0_17socket_protocol_tE@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf4syncEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf5closeEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf5flushEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf5readyEP7timevalbb@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf6acceptEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf6listenEi@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf7connectEPKNS_8sockaddrEP7timeval@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf7connectEPKNS_8sockaddrEj@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf7timeoutEll@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf8overflowEi@Base 0.0.5
+ _ZN8psocksxx13sockstreambuf9underflowEv@Base 0.0.5
+ _ZN8psocksxx13sockstreambufC1Ei@Base 0.0.5
+ _ZN8psocksxx13sockstreambufC1Ev@Base 0.0.5
+ _ZN8psocksxx13sockstreambufC2Ei@Base 0.0.5
+ _ZN8psocksxx13sockstreambufC2Ev@Base 0.0.5
+ _ZN8psocksxx13sockstreambufD0Ev@Base 0.0.5
+ _ZN8psocksxx13sockstreambufD1Ev@Base 0.0.5
+ _ZN8psocksxx13sockstreambufD2Ev@Base 0.0.5
+ _ZN8psocksxx14tcpnsockstreamC1Ev@Base 0.0.5
+ _ZN8psocksxx14tcpnsockstreamC2Ev@Base 0.0.5
+ _ZN8psocksxx14tcpnsockstreamD0Ev@Base 0.0.5
+ _ZN8psocksxx14tcpnsockstreamD1Ev@Base 0.0.5
+ _ZN8psocksxx14tcpnsockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx14udpnsockstreamC1Ev@Base 0.0.5
+ _ZN8psocksxx14udpnsockstreamC2Ev@Base 0.0.5
+ _ZN8psocksxx14udpnsockstreamD0Ev@Base 0.0.5
+ _ZN8psocksxx14udpnsockstreamD1Ev@Base 0.0.5
+ _ZN8psocksxx14udpnsockstreamD2Ev@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionC1EPK7timevalPKc@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionC1EPKc@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionC2EPK7timevalPKc@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionC2EPKc@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionD0Ev@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionD1Ev@Base 0.0.5
+ _ZN8psocksxx20socktimeoutexceptionD2Ev@Base 0.0.5
+ _ZN8psocksxx7iosocks13clear_timeoutEv@Base 0.0.5
+ _ZN8psocksxx7iosocks7timeoutEll@Base 0.0.5
+ _ZN8psocksxx9lsockaddrC1EPKc@Base 0.0.5
+ _ZN8psocksxx9lsockaddrC2EPKc@Base 0.0.5
+ _ZN8psocksxx9lsockaddrD0Ev@Base 0.0.5
+ _ZN8psocksxx9lsockaddrD1Ev@Base 0.0.5
+ _ZN8psocksxx9lsockaddrD2Ev@Base 0.0.5
+ _ZN8psocksxx9nsockaddr12resolve_nodeEPKc@Base 0.0.5
+ _ZN8psocksxx9nsockaddrC1EPKcS2_@Base 0.0.5
+ _ZN8psocksxx9nsockaddrC1EPKct@Base 0.0.5
+ _ZN8psocksxx9nsockaddrC1Et@Base 0.0.5
+ _ZN8psocksxx9nsockaddrC2EPKcS2_@Base 0.0.5
+ _ZN8psocksxx9nsockaddrC2EPKct@Base 0.0.5
+ _ZN8psocksxx9nsockaddrC2Et@Base 0.0.5
+ _ZN8psocksxx9nsockaddrD0Ev@Base 0.0.5
+ _ZN8psocksxx9nsockaddrD1Ev@Base 0.0.5
+ _ZN8psocksxx9nsockaddrD2Ev@Base 0.0.5
+ _ZNK8psocksxx13sockexception4whatEv@Base 0.0.5
+ _ZNK8psocksxx13sockstreambuf6socketEv@Base 0.0.5
+ _ZNK8psocksxx13sockstreambuf8timedoutEv@Base 0.0.5
+ _ZNK8psocksxx7iosocks8timedoutEv@Base 0.0.5
+ _ZNK8psocksxx9lsockaddr4sizeEv@Base 0.0.5
+ _ZNK8psocksxx9lsockaddr9psockaddrEv@Base 0.0.5
+ _ZNK8psocksxx9nsockaddr4sizeEv@Base 0.0.5
+ _ZNK8psocksxx9nsockaddr9psockaddrEv@Base 0.0.5
+ _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 0.0.5
+ _ZTI11sockaddr_in@Base 0.0.5
+ _ZTI11sockaddr_un@Base 0.0.5
+ _ZTIN8psocksxx11isockstreamE@Base 0.0.5
+ _ZTIN8psocksxx11lsockstreamE@Base 0.0.5
+ _ZTIN8psocksxx11nsockstreamE@Base 0.0.5
+ _ZTIN8psocksxx11osockstreamE@Base 0.0.5
+ _ZTIN8psocksxx12iosockstreamE@Base 0.0.5
+ _ZTIN8psocksxx13sockexceptionE@Base 0.0.5
+ _ZTIN8psocksxx13sockstreambufE@Base 0.0.5
+ _ZTIN8psocksxx14tcpnsockstreamE@Base 0.0.5
+ _ZTIN8psocksxx14udpnsockstreamE@Base 0.0.5
+ _ZTIN8psocksxx20socktimeoutexceptionE@Base 0.0.5
+ _ZTIN8psocksxx7iosocksE@Base 0.0.5
+ _ZTIN8psocksxx8sockaddrE@Base 0.0.5
+ _ZTIN8psocksxx9lsockaddrE@Base 0.0.5
+ _ZTIN8psocksxx9nsockaddrE@Base 0.0.5
+ _ZTS11sockaddr_in@Base 0.0.5
+ _ZTS11sockaddr_un@Base 0.0.5
+ _ZTSN8psocksxx11isockstreamE@Base 0.0.5
+ _ZTSN8psocksxx11lsockstreamE@Base 0.0.5
+ _ZTSN8psocksxx11nsockstreamE@Base 0.0.5
+ _ZTSN8psocksxx11osockstreamE@Base 0.0.5
+ _ZTSN8psocksxx12iosockstreamE@Base 0.0.5
+ _ZTSN8psocksxx13sockexceptionE@Base 0.0.5
+ _ZTSN8psocksxx13sockstreambufE@Base 0.0.5
+ _ZTSN8psocksxx14tcpnsockstreamE@Base 0.0.5
+ _ZTSN8psocksxx14udpnsockstreamE@Base 0.0.5
+ _ZTSN8psocksxx20socktimeoutexceptionE@Base 0.0.5
+ _ZTSN8psocksxx7iosocksE@Base 0.0.5
+ _ZTSN8psocksxx8sockaddrE@Base 0.0.5
+ _ZTSN8psocksxx9lsockaddrE@Base 0.0.5
+ _ZTSN8psocksxx9nsockaddrE@Base 0.0.5
+ _ZTTN8psocksxx11isockstreamE@Base 0.0.5
+ _ZTTN8psocksxx11lsockstreamE@Base 0.0.5
+ _ZTTN8psocksxx11nsockstreamE@Base 0.0.5
+ _ZTTN8psocksxx11osockstreamE@Base 0.0.5
+ _ZTTN8psocksxx14tcpnsockstreamE@Base 0.0.5
+ _ZTTN8psocksxx14udpnsockstreamE@Base 0.0.5
+ _ZTVN8psocksxx11isockstreamE@Base 0.0.5
+ _ZTVN8psocksxx11lsockstreamE@Base 0.0.5
+ _ZTVN8psocksxx11nsockstreamE@Base 0.0.5
+ _ZTVN8psocksxx11osockstreamE@Base 0.0.5
+ _ZTVN8psocksxx13sockexceptionE@Base 0.0.5
+ _ZTVN8psocksxx13sockstreambufE@Base 0.0.5
+ _ZTVN8psocksxx14tcpnsockstreamE@Base 0.0.5
+ _ZTVN8psocksxx14udpnsockstreamE@Base 0.0.5
+ _ZTVN8psocksxx20socktimeoutexceptionE@Base 0.0.5
+ _ZTVN8psocksxx8sockaddrE@Base 0.0.5
+ _ZTVN8psocksxx9lsockaddrE@Base 0.0.5
+ _ZTVN8psocksxx9nsockaddrE@Base 0.0.5
+ _ZThn16_N8psocksxx11lsockstreamD0Ev@Base 0.0.5
+ _ZThn16_N8psocksxx11lsockstreamD1Ev@Base 0.0.5
+ _ZThn16_N8psocksxx11nsockstreamD0Ev@Base 0.0.5
+ _ZThn16_N8psocksxx11nsockstreamD1Ev@Base 0.0.5
+ _ZThn16_N8psocksxx14tcpnsockstreamD0Ev@Base 0.0.5
+ _ZThn16_N8psocksxx14tcpnsockstreamD1Ev@Base 0.0.5
+ _ZThn16_N8psocksxx14udpnsockstreamD0Ev@Base 0.0.5
+ _ZThn16_N8psocksxx14udpnsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11isockstreamD0Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11isockstreamD1Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11lsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11lsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11nsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11nsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11osockstreamD0Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx11osockstreamD1Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx14tcpnsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx14tcpnsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx14udpnsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n24_N8psocksxx14udpnsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11isockstreamD0Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11isockstreamD1Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11lsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11lsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11nsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11nsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11osockstreamD0Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx11osockstreamD1Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx14tcpnsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx14tcpnsockstreamD1Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx14udpnsockstreamD0Ev@Base 0.0.5
+ _ZTv0_n32_N8psocksxx14udpnsockstreamD1Ev@Base 0.0.5
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..97d885b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+#
+# Hardening
+#
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ --with autoreconf
+
+
+override_dh_installdocs:
+ make -C doc doxygen-doc
+ cp -r $(CURDIR)/doc/doxygen/html/* $(CURDIR)/debian/libpsocksxx-doc/usr/share/doc/libpsocksxx-doc/docs/
+ dh_installdocs
+
+override_dh_makeshlibs:
+ dpkg-gensymbols -plibpsocksxx0
+ dh_makeshlibs
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..22a4de9
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+compression = xz
+compression-level = 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..877ba6e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/psocksxx-$1\.tar\.gz/ \
+ https://github.com/uditha-atukorala/psocksxx/tags .*/v?(\d\S*)\.tar\.gz