--- lksctp-tools-1.0.11+dfsg.orig/debian/copyright
+++ lksctp-tools-1.0.11+dfsg/debian/copyright
@@ -0,0 +1,47 @@
+This package was debianized by Michael Biebl <biebl@teco.edu> on
+Sun, 14 Mar 2004.
+
+It was downloaded from http://lksctp.sourceforge.net/
+
+Main Upstream Authors:
+ La Monte H.P. Yarroll <piggy@acm.org>
+ Sridhar Samudrala <sri@us.ibm.com>
+ Jon Grimm <jgrimm@us.ibm.com>
+
+
+Copyright:
+ 2001, 2003 IBM Corp. 2001, 2003
+ 1999-2000 Cisco, Inc.
+ 1999-2001 Motorola, Inc.
+
+
+
+ The SCTP reference implementation 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 2, or (at your option)
+ any later version.
+
+ The SCTP reference implementation 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 GNU CC; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 51 Franklin St, Fith Floor,
+ Boston, MA 02110-1301 USA.
+
+
+ Libraries are distributed under the LGPL Version 2.1.
+ See /usr/share/common-licenses/LGPL-2.1 or http://www.gnu.org/licenses/lgpl.html
+ for details.
+
+ Programs are distributed under the GPL Version 2.
+ See /usr/share/common-licenses/GPL-2 or http://www.gnu.org/licenses/gpl.html
+ for details.
+
+
+The upstream source tarball has been repackaged to remove non-free documentation.
+See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365178 for more details.
+All files matching doc/draft*.txt and doc/rfc*.txt have been removed.
--- lksctp-tools-1.0.11+dfsg.orig/debian/lksctp-tools.manpages
+++ lksctp-tools-1.0.11+dfsg/debian/lksctp-tools.manpages
@@ -0,0 +1,4 @@
+debian/man/sctp_test.1
+debian/man/sctp_darn.1
+debian/man/withsctp.1
+debian/man/checksctp.1
--- lksctp-tools-1.0.11+dfsg.orig/debian/watch
+++ lksctp-tools-1.0.11+dfsg/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts="dversionmangle=s/\+dfsg//" \
+http://sf.net/lksctp/lksctp-tools-([\d\.]+)\.tar\.gz
+
--- lksctp-tools-1.0.11+dfsg.orig/debian/libsctp1.symbols
+++ lksctp-tools-1.0.11+dfsg/debian/libsctp1.symbols
@@ -0,0 +1,17 @@
+libsctp.so.1 libsctp1 #MINVER#
+ VERS_1@VERS_1 1.0.10+dfsg
+ VERS_2@VERS_2 1.0.10+dfsg
+ sctp_bindx@VERS_1 1.0.10+dfsg
+ sctp_connectx@Base 1.0.6.dfsg
+ sctp_connectx@VERS_1 1.0.10+dfsg
+ sctp_connectx@VERS_2 1.0.10+dfsg
+ sctp_freeladdrs@VERS_1 1.0.10+dfsg
+ sctp_freepaddrs@VERS_1 1.0.10+dfsg
+ sctp_getaddrlen@VERS_1 1.0.10+dfsg
+ sctp_getladdrs@VERS_1 1.0.10+dfsg
+ sctp_getpaddrs@VERS_1 1.0.10+dfsg
+ sctp_opt_info@VERS_1 1.0.10+dfsg
+ sctp_peeloff@VERS_1 1.0.10+dfsg
+ sctp_recvmsg@VERS_1 1.0.10+dfsg
+ sctp_send@VERS_1 1.0.10+dfsg
+ sctp_sendmsg@VERS_1 1.0.10+dfsg
--- lksctp-tools-1.0.11+dfsg.orig/debian/control
+++ lksctp-tools-1.0.11+dfsg/debian/control
@@ -0,0 +1,67 @@
+Source: lksctp-tools
+Section: net
+Priority: optional
+Maintainer: Michael Biebl <biebl@debian.org>
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev
+Standards-Version: 3.8.3
+Homepage: http://lksctp.sf.net/
+
+Package: libsctp1
+Section: libs
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: lksctp-tools
+Description: user-space access to Linux Kernel SCTP - shared library
+ This library is part of the LKSCTP project for the
+ Linux Kernel SCTP reference implementation.
+ .
+ This package is intended to supplement the Linux Kernel
+ SCTP reference implementation now available in the Linux
+ kernel source tree in versions 2.5.36 respectively 2.4.24 and following.
+ .
+ SCTP (Stream Control Transmission Protocol) is a message oriented,
+ reliable transport protocol, with congestion control, support for
+ transparent multi-homing, and multiple ordered streams of messages.
+ RFC2960 defines the core protocol.
+
+Package: libsctp-dev
+Section: libdevel
+Priority: optional
+Architecture: any
+Depends: libsctp1 (= ${binary:Version}), ${misc:Depends}, libc6-dev | libc-dev
+Description: user-space access to Linux Kernel SCTP - development files
+ This package contains all necessary files for developing SCTP aware
+ network applications using the Linux Kernel SCTP implementation.
+ It is part of the LKSCTP project for the Linux Kernel SCTP
+ reference implementation.
+ .
+ It includes man pages, header files, static libraries, symlinks to
+ dynamic libraries and tutorial source code.
+ .
+ SCTP (Stream Control Transmission Protocol) is a message oriented,
+ reliable transport protocol, with congestion control, support for
+ transparent multi-homing, and multiple ordered streams of messages.
+ RFC2960 defines the core protocol.
+
+Package: lksctp-tools
+Section: net
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: user-space access to Linux Kernel SCTP - commandline tools
+ Commandline tools and libraries to test SCTP functionality
+ .
+ This package is part of the LKSCTP project.
+ .
+ It includes the following commandline tools:
+ * checksctp: Determine if kernel supports SCTP
+ * withsctp: Run existing TCP binaries over SCTP
+ * sctp_darn: Send and receive messages via SCTP
+ * sctp_test: Userspace test application for the SCTP kernel
+ reference implementation
+ .
+ SCTP (Stream Control Transmission Protocol) is a message oriented,
+ reliable transport protocol, with congestion control, support for
+ transparent multi-homing, and multiple ordered streams of messages.
+ RFC2960 defines the core protocol.
--- lksctp-tools-1.0.11+dfsg.orig/debian/lksctp-tools.install
+++ lksctp-tools-1.0.11+dfsg/debian/lksctp-tools.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/bin/*
+debian/tmp/usr/lib/lksctp-tools/*.so.*
--- lksctp-tools-1.0.11+dfsg.orig/debian/libsctp-dev.manpages
+++ lksctp-tools-1.0.11+dfsg/debian/libsctp-dev.manpages
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/man/man7/*
+debian/tmp/usr/share/man/man3/*
--- lksctp-tools-1.0.11+dfsg.orig/debian/compat
+++ lksctp-tools-1.0.11+dfsg/debian/compat
@@ -0,0 +1 @@
+7
--- lksctp-tools-1.0.11+dfsg.orig/debian/libsctp1.install
+++ lksctp-tools-1.0.11+dfsg/debian/libsctp1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libsctp.so.*
--- lksctp-tools-1.0.11+dfsg.orig/debian/libsctp-dev.install
+++ lksctp-tools-1.0.11+dfsg/debian/libsctp-dev.install
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/*.so
+debian/tmp/usr/lib/*.a
+debian/tmp/usr/lib/*.la
+debian/tmp/usr/include/netinet/sctp.h
+debian/tmp/usr/share/lksctp-tools/* usr/share/doc/libsctp-dev/examples/
--- lksctp-tools-1.0.11+dfsg.orig/debian/changelog
+++ lksctp-tools-1.0.11+dfsg/debian/changelog
@@ -0,0 +1,317 @@
+lksctp-tools (1.0.11+dfsg-1) unstable; urgency=low
+
+ * New upstream release
+ * Repackaged upstream tarball to remove non-free documentation in doc/*.
+ * Bump Standards-Version to 3.8.3. No further changes.
+
+ -- Michael Biebl <biebl@debian.org> Sat, 24 Oct 2009 05:01:29 +0200
+
+lksctp-tools (1.0.10+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Repackaged upstream tarball to remove non-free documentation in doc/*.
+ * debian/copyright
+ - Add a note why the upstream tarball has been repackaged and which files
+ have been removed.
+ * debian/watch
+ - Fix regex to match version numbers with more than one digit.
+ - Use +dfsg suffix.
+ * debian/control
+ - Bump Standards-Version to 3.8.1. No further changes.
+ * debian/libsctp1.symbols
+ - The sctp_connectx() function was updated to conform to the spec.
+ To preserve the ABI, symbol versioning has been added by upstream.
+ Update the symbols file accordingly.
+
+ -- Michael Biebl <biebl@debian.org> Thu, 30 Apr 2009 11:53:58 +0200
+
+lksctp-tools (1.0.9.dfsg-2) unstable; urgency=low
+
+ * debian/rules
+ - Stop mangling paths in withsctp, fixed upstream.
+ - Include debhelper.mk before any other files as recommended by the cdbs
+ documentation.
+ - Remove DEB_SHLIBDEPS_INCLUDE, dpkg-shlibdeps works fine without it
+ nowadays.
+ * debian/control
+ - Add ${misc:Depends} to libsctp-dev package.
+ - Bump Build-Depends on debhelper to (>= 7).
+ * debian/compat
+ - Bump debhelper compat level to 7.
+ * debian/copyright
+ - Refer to the versioned LGPL-2.1 and GPL-2 files in
+ /usr/share/common-licenses.
+
+ -- Michael Biebl <biebl@debian.org> Wed, 18 Feb 2009 15:26:55 +0100
+
+lksctp-tools (1.0.9.dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Repacked upstream tarball to remove non-free documentation in doc/*.
+ * debian/control
+ - Bump Standards-Version to 3.8.0. No further changes.
+
+ -- Michael Biebl <biebl@debian.org> Sun, 10 Aug 2008 01:46:41 +0200
+
+lksctp-tools (1.0.8.dfsg-2) unstable; urgency=low
+
+ * Add symbols file for libsctp1.
+
+ -- Michael Biebl <biebl@debian.org> Fri, 30 May 2008 03:30:42 +0200
+
+lksctp-tools (1.0.8.dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Repacked upstream tarball to remove non-free documentation in doc/*.
+ * debian/man/withsctp.1
+ - Add missing .SH stanza to the AUTHORS section.
+ * debian/rules
+ - Pass the correct expression directly to sed instead of using the
+ external fix.withsctp file.
+ * debian/fix.withsctp
+ - Removed, no longer required.
+ * debian/control
+ - Drop Conflicts with sctplib which has become obsolete and removed from
+ the archive. The last version available is in sarge (oldstable).
+
+ -- Michael Biebl <biebl@debian.org> Tue, 26 Feb 2008 19:33:28 +0100
+
+lksctp-tools (1.0.7.dfsg-3) unstable; urgency=low
+
+ * debian/control
+ - Bump Standards-Version to 3.7.3. No further changes required.
+ - Drop Recommends: linux-image-2.6-486 | linux-image-2.6 for libsctp1.
+ The default Linux kernel in Debian is now 2.6, so this has become
+ obsolete.
+
+ -- Michael Biebl <biebl@debian.org> Fri, 11 Jan 2008 00:33:12 +0100
+
+lksctp-tools (1.0.7.dfsg-2) unstable; urgency=low
+
+ * debian/control
+ - Use the new "Homepage:" field to specify the upstream URL.
+ - Update the package recommendations:
+ kernel-image-2.6 is no longer available in the archive, so remove it.
+ linux-image-2.6-386 has been superseded by linux-image-2.6-486.
+
+ -- Michael Biebl <biebl@debian.org> Fri, 19 Oct 2007 19:01:00 +0200
+
+lksctp-tools (1.0.7.dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Repacked upstream tarball to remove non-free documentation in doc/*.
+ * debian/control
+ + Replace Source-Version with binary:Version.
+ + Drop Build-Depends on linux-kernel-headers, automake1.9, autoconf,
+ and libtool, add autotools-dev.
+ * debian/patches/man_page_sctp_recvmsg_fix.diff
+ + Removed, merged upstream.
+ * debian/rules
+ + Do not regenerate the autotools build system anymore.
+
+ -- Michael Biebl <biebl@debian.org> Wed, 25 Jul 2007 18:24:18 +0200
+
+lksctp-tools (1.0.6.dfsg-4) unstable; urgency=low
+
+ * Update maintainer email address to biebl@debian.org.
+
+ -- Michael Biebl <biebl@debian.org> Thu, 19 Oct 2006 20:23:28 +0200
+
+lksctp-tools (1.0.6.dfsg-3) unstable; urgency=low
+
+ * Drop debconf note (closes: #388917).
+ Debian now ships an SCTP enabled kernel by default.
+
+ -- Michael Biebl <biebl@teco.edu> Fri, 29 Sep 2006 01:25:16 +0200
+
+lksctp-tools (1.0.6.dfsg-2) unstable; urgency=low
+
+ * Updated watch file to match the .dfsg version appendix.
+ * Bumped debhelper compatibility to 5.
+ * Fixed a bug in the debconf template and updated the translations. Switched
+ the German translation to UTF-8.
+
+ -- Michael Biebl <biebl@teco.edu> Wed, 17 May 2006 09:47:02 +0200
+
+lksctp-tools (1.0.6.dfsg-1) unstable; urgency=low
+
+ * Removed non-free documentation (closes: #365178).
+ + Repackaged upstream tarball and removed doc/draft*.txt and doc/rfc*.txt.
+ + Dropped the package lksctp-tools-doc completely. People interested in
+ the documentation should go to the project homepage. You can find the
+ links to the drafts and RFCs there.
+ * Bumped Standards-Version to 3.7.2, no further changes required.
+
+ -- Michael Biebl <biebl@teco.edu> Mon, 17 Apr 2006 20:01:30 +0200
+
+lksctp-tools (1.0.6-2) unstable; urgency=low
+
+ * Improved long description in debian/control. Make use of the standard
+ "Homepage:" specifier.
+ * Added patch man_page_sctp_recvmsg_fix.diff which fixes the parameter
+ description of the sctp_recvmsg function (closes: #362130).
+ Included simple-patchsys.mk in debian/rules to apply the patch.
+ Thanks to Thomas Themel for the patch.
+
+ -- Michael Biebl <biebl@teco.edu> Mon, 17 Apr 2006 19:21:59 +0200
+
+lksctp-tools (1.0.6-1) unstable; urgency=low
+
+ * New upstream release. It runs on Linux kernel 2.6.16 and below.
+
+ -- Michael Biebl <biebl@teco.edu> Tue, 7 Feb 2006 03:15:38 +0100
+
+lksctp-tools (1.0.5-1) unstable; urgency=low
+
+ * New upstream release. It is based on the latest release of Linux kernel
+ 2.6.15.
+
+ -- Michael Biebl <biebl@teco.edu> Thu, 5 Jan 2006 19:30:47 +0100
+
+lksctp-tools (1.0.4-2) unstable; urgency=low
+
+ * Tell dh_shlibdeps where to find our own libraries.
+
+ -- Michael Biebl <biebl@teco.edu> Sun, 18 Dec 2005 10:16:40 +0100
+
+lksctp-tools (1.0.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added fixed server address in debian/watch as uscan can't handle
+ sourceforge mirrors.
+ * Autotools generated files were removed by upstream.
+ Added build dependencies to automake1.9, autoconf and libtool and
+ changed debian/rules to create them before compilation.
+
+ -- Michael Biebl <biebl@teco.edu> Wed, 2 Nov 2005 16:19:50 +0100
+
+lksctp-tools (1.0.3-4) unstable; urgency=low
+
+ * Added Swedish translation for debconf template (closes: #332344).
+ Thanks to Daniel Nylander.
+ * Updated recommendation of libsctp1 to "linux-image-2.6-386 |
+ linux-image-2.6 | kernel-image-2.6" (closes: #335081).
+
+ -- Michael Biebl <biebl@teco.edu> Mon, 24 Oct 2005 17:59:51 +0200
+
+lksctp-tools (1.0.3-3) unstable; urgency=low
+
+ * Updated dependency on debconf for libsctp1.
+
+ -- Michael Biebl <biebl@teco.edu> Mon, 26 Sep 2005 22:11:16 +0200
+
+lksctp-tools (1.0.3-2) unstable; urgency=low
+
+ * Removed useless build dependency on build-essential which was
+ generated by cdbs.
+
+ -- Michael Biebl <biebl@teco.edu> Mon, 5 Sep 2005 18:42:30 +0200
+
+lksctp-tools (1.0.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Switched build system to cdbs.
+
+ -- Michael Biebl <biebl@teco.edu> Fri, 2 Sep 2005 17:03:29 +0200
+
+lksctp-tools (1.0.2-4) unstable; urgency=low
+
+ * Added Czech translation for debconf template (closes: #316890).
+ Thanks to Miroslav Kure.
+ * libsctp-dev: "Suggests: lksctp-tools-doc" added.
+ * libsctp-dev: "Recommends: lksctp-tools-doc" removed.
+
+ -- Michael Biebl <biebl@teco.edu> Tue, 19 Jul 2005 21:08:06 +0200
+
+lksctp-tools (1.0.2-3) unstable; urgency=low
+
+ * Added Vietnamese translation for debconf template (closes: #314273).
+ Thanks to Clytie Siddall.
+ * Updated to standards version 3.6.2.
+
+ -- Michael Biebl <biebl@teco.edu> Tue, 28 Jun 2005 01:13:07 +0200
+
+lksctp-tools (1.0.2-2) unstable; urgency=low
+
+ * Replaced patch file with a sed routine (closes: #311784)
+
+ -- Michael Biebl <biebl@teco.edu> Fri, 3 Jun 2005 22:46:16 +0200
+
+lksctp-tools (1.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Michael Biebl <biebl@teco.edu> Fri, 7 Jan 2005 19:00:47 +0100
+
+lksctp-tools (1.0.1-6) unstable; urgency=low
+
+ * Removed bashism from libsctp1.config (closes: #276636)
+ * Incorporated newest bug fixes.
+
+ -- Michael Biebl <biebl@teco.edu> Tue, 26 Oct 2004 02:20:36 +0200
+
+lksctp-tools (1.0.1-5) unstable; urgency=low
+
+ * Added Japanese translation for debconf template
+ (closes: #259795). Thanks to Hideki Yamame.
+ * Removed Build-Dependency to po-debconf (debhelper already has a
+ dependency to po-debconf)
+
+ -- Michael Biebl <biebl@teco.edu> Sat, 17 Jul 2004 16:50:04 -0400
+
+lksctp-tools (1.0.1-4) unstable; urgency=low
+
+ * Added German and French translations for debconf templates
+ (closes: #254600). Thanks to Nicolas Bertolissio for the french
+ translation.
+ * Incorporated newest bug fixes.
+
+ -- Michael Biebl <biebl@teco.edu> Wed, 16 Jun 2004 19:45:03 -0400
+
+lksctp-tools (1.0.1-3) unstable; urgency=low
+
+ * libsctp1: Fixed 2 bugs in kernel version detection routine
+ (closes: #249888).
+ * libsctp-dev: "Recommends: lksctp-tools-doc" added.
+ * libsctp1: "Recommends: lksctp-tools" added.
+ * Updated Standards-Version to 3.6.1.0.
+ * Removed Build-Dependency to automake, autoconf and libtool.
+
+ -- Michael Biebl <biebl@teco.edu> Fri, 21 May 2004 21:17:33 -0400
+
+lksctp-tools (1.0.1-2) unstable; urgency=low
+
+ * Removed dependency to kernel-image-2.6 in libsctp1
+ (closes: #248571, #248572). Made the library only recommend
+ kernel-image-2.6.
+ * Added a check which displays a warning message during installation
+ if kernel has no SCTP support.
+
+ -- Michael Biebl <biebl@teco.edu> Mon, 17 May 2004 18:17:45 -0400
+
+lksctp-tools (1.0.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Michael Biebl <biebl@teco.edu> Tue, 11 May 2004 16:43:03 -0400
+
+lksctp-tools (1.0.0-3) unstable; urgency=low
+
+ * Initial upload (closes: #199972).
+
+ -- Michael Biebl <biebl@teco.edu> Wed, 28 Apr 2004 13:03:01 -0400
+
+lksctp-tools (1.0.0-2) unstable; urgency=low
+
+ * Updated copyright file and improved description.
+ * Added src/include to include path so that gcc finds netinet/sctp.h when
+ compiling withsctp.
+ * Thanks to ARAKI Yasuhiro <ar@debian.org>. He will sponsor this package.
+
+ -- Michael Biebl <biebl@teco.edu> Wed, 28 Apr 2004 10:18:12 -0400
+
+lksctp-tools (1.0.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Michael Biebl <biebl@teco.edu> Wed, 14 Apr 2004 10:44:35 -0400
--- lksctp-tools-1.0.11+dfsg.orig/debian/rules
+++ lksctp-tools-1.0.11+dfsg/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_INSTALL_DOCS_ALL := README AUTHORS
+# Do not create a shlibs file for libwithsctp.
+DEB_DH_MAKESHLIBS_ARGS_lksctp-tools := -Xlibwithsctp
--- lksctp-tools-1.0.11+dfsg.orig/debian/man/withsctp.1
+++ lksctp-tools-1.0.11+dfsg/debian/man/withsctp.1
@@ -0,0 +1,23 @@
+.TH withsctp 1
+.SH NAME
+withsctp \- Run TCP binaries over SCTP
+
+.SH SYNOPSIS
+.B withsctp
+
+.SH DESCRIPTION
+
+This package enables you to use SCTP with your existing TCP-based binaries.
+withsctp uses the LD_PRELOAD hack to intercept library calls used for
+TCP connections and use SCTP instead.
+
+.SH EXAMPLES
+.TP
+withsctp xinetd
+# Start xinetd stream services on SCTP.
+.TP
+withsctp telnet localhost
+# Make a telnet over SCTP/IP connection.
+
+.SH AUTHOR
+Michael Biebl <biebl@debian.org>
--- lksctp-tools-1.0.11+dfsg.orig/debian/man/sctp_darn.1
+++ lksctp-tools-1.0.11+dfsg/debian/man/sctp_darn.1
@@ -0,0 +1,71 @@
+.TH sctp_darn 1
+.SH NAME
+sctp_darn \- Send and receive messages via SCTP
+
+.SH SYNOPSIS
+.PP
+.B sctp_darn
+-H \fIlocal_address\fP -P \fIlocal_port\fP [-h \fIremote_host\fP] [-p \fIremote_port\fP] -l|s
+
+.SH DESCRIPTION
+
+This is a userspace test application for the SCTP Linux kernel reference
+implementation state machine. It is vaguely inspired by Stevens'
+program "sock".
+
+It has the limited ability to send messages and to listen for messages
+sent via SCTP.
+
+.SH OPTIONS
+.PP
+.IP "-H, --local \fIlocal_address\fP"
+specify one of the local addresses
+.IP "-P, --local-port \fIlocal_port\fP"
+specify the port number for local addresses
+.IP "-h, --remote \fIremote_address\fP"
+specify the peer address
+.IP "-p, --remote-port \fIremote_port\fP"
+specify the port number for the peer address
+.IP "-l, --listen"
+print messages received from the peer
+.IP "-s, --send"
+send messages to the peer
+.IP "-B, --bindx-add \fIaddress\fP"
+add the specified address(es) as additional bind
+addresses to the local socket. Multiple addresses can
+be specified by this argument multiple times.
+For example, '-B 10.0.0.1 -B 20.0.0.2'.
+.IP "-b, --bindx-rem \fIaddress\fP"
+remove the specified address(es) from the bind
+addresses of the local socket. Multiple addresses can
+be specified by this argument multiple times.
+For example, '-b 10.0.0.1 -b 20.0.0.2'.
+.IP "-I"
+use the interactive mode.
+.IP "-i"
+setup the specified number of endpoints by using the
+specified local host (-H) and local port (-P). The port
+number will be incremented by one for each additional
+endpoint. All of these endpoints will be listening.
+If a remote host (-h) and a remote port are also
+specified, the first endpoint will start sending fixed
+sized messages to the remote host.
+.IP "-m \fIsize\fP"
+specify the sockopt sndbuf/rcvbuf size.
+.IP "-n"
+set the socket(s) to be in the non-blocking mode.
+collect messages from stdin and deliver them to the peer
+.IP "--use-poll"
+use system call poll() for polling among the
+number of endpoints specified by the -i option. Without
+this option, select() would be used as default.
+.IP "-t"
+use SOCK_STREAM tcp-style sockets.
+.IP "-z \fIsize\fP"
+specify the message size to be sent. The default
+message size generated would be 16K.
+.IP "--interface \fIifname\fP"
+select interface for sin6_scope_id.
+
+.SH AUTHOR
+Michael Biebl <biebl@debian.org>
--- lksctp-tools-1.0.11+dfsg.orig/debian/man/checksctp.1
+++ lksctp-tools-1.0.11+dfsg/debian/man/checksctp.1
@@ -0,0 +1,14 @@
+.TH checksctp 1
+.SH NAME
+checksctp \- check if kernel supports SCTP
+
+.SH SYNOPSIS
+.B checksctp
+
+.SH DESCRIPTION
+
+Check if this host is SCTP ready. Normally this requires a
+2.6 Linux kernel and the module sctp loaded.
+
+.SH AUTHOR
+Michael Biebl <biebl@debian.org>
--- lksctp-tools-1.0.11+dfsg.orig/debian/man/sctp_test.1
+++ lksctp-tools-1.0.11+dfsg/debian/man/sctp_test.1
@@ -0,0 +1,78 @@
+.TH sctp_test 1
+.SH NAME
+sctp_test \- Send and receive messages via SCTP
+
+.SH SYNOPSIS
+.B sctp_test -H -P -h -p -l|s
+
+.SH DESCRIPTION
+ This is a userspace test application for the SCTP Linux kernel reference
+implementation.
+
+.SH OPTIONS
+.PP
+.IP "-H \fIlocal-addr\fP"
+.IP "-P \fIlocal-port\fP"
+.IP "-h \fIremote-addr\fP"
+.IP "-p \fIremote-port\fP"
+.IP "-s"
+Act as client
+.IP "-l"
+Listen for connections (server)
+.IP "-a \fIassoc_pattern\fP"
+assoc_pattern in the mixed mode
+0 = sequential ascending(default)
+1 = random
+.IP "-d \fIdebug\fP"
+0 = none
+1 = min(default)
+2 = max
+.IP "-c \fItestcase\fP"
+0 = 1 byte packets.
+1 = 1352 byte packets.
+ (fragmentation point for an i/f with 1500 as mtu.)
+2 = 1353 byte packets.
+ (min. size at which fragmentation occurs
+ for an i/f with 1500 as mtu.)
+3 = Sequence of 1, 1353, 32768 byte packets.
+4 = Sequence of following size packets.
+ (1, 1000, 2000, 3000, 5000, 10000,15000, 20000, 25000, 32768)
+5 = 32768 byte packets.
+ (default max receive window size.)
+6 = random size packets.
+.IP "-ve \fIvalue\fP"
+Packets of specifed size.
+.IP "-m \fImsgsize\fP"
+(1500-65515, default value 32768)
+.IP "-x \fInumber_of_repeats\fP"
+.IP "-o \fIorder_pattern\fP"
+0 = all unordered(default)
+1 = all ordered
+2 = alternating
+3 = random
+.I "-t \fIstream_pattern\fP"
+ 0 = sequential ascending(default)
+ 1 = random
+.I "-M \fImax_stream\fP"
+(default value 0)
+.I "-r \fIseed\fP"
+(default 0, use time())
+.I "-L \fInum_ports\fP"
+(default value 0). Run the mixed mode
+.I "-S \fInum_ports\fP"
+(default value 0). Run the mixed mode
+.I "-D"
+Drain. If in client mode do a read following send.
+
+.SH USAGE
+.PP
+.B server:
+.B sctp_test -H \fIlocal_addr\fP -P \fIlocal_port\fP -l
+
+.PP
+.B client:
+.B sctp_test -H \fIlocal_addr\fP -P \fIlocal_port\fP -h \fIremote_addr\fP
+ -p \fIremote-port\fP -s
+
+.SH AUTHOR
+Michael Biebl <biebl@debian.org>