debian/0000755000000000000000000000000012144005305007160 5ustar debian/rules0000755000000000000000000000037212144005157010247 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_autoreconf: dh_autoreconf ./bootstrap # Do not create a shlibs file for libwithsctp. override_dh_makeshlibs: dh_makeshlibs -Xlibwithsctp override_dh_install: dh_install --list-missing debian/control0000644000000000000000000000532412144005157010574 0ustar Source: lksctp-tools Section: net Priority: optional Maintainer: Michael Biebl Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/collab-maint/lksctp-tools.git Vcs-Browser: http://git.debian.org/?p=collab-maint/lksctp-tools.git;a=summary Homepage: http://lksctp.sf.net/ Package: libsctp1 Section: libs Priority: optional Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} 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. debian/patches/0000755000000000000000000000000012144005157010614 5ustar debian/patches/series0000644000000000000000000000000012144005157012017 0ustar debian/lksctp-tools.manpages0000644000000000000000000000013312144005157013335 0ustar debian/man/sctp_test.1 debian/man/sctp_darn.1 debian/man/withsctp.1 debian/man/checksctp.1 debian/repack.local0000644000000000000000000000003312144005157011442 0ustar rm doc/rfc* rm doc/draft-* debian/lksctp-tools.install0000644000000000000000000000005012144005157013206 0ustar usr/bin/* usr/lib/*/lksctp-tools/*.so.* debian/watch0000644000000000000000000000020112144005157010207 0ustar version=3 opts="dversionmangle=s/\+dfsg//" \ http://sf.net/lksctp/lksctp-tools-([\d\.]+)\.tar\.gz \ debian sh debian/repack.stub debian/copyright0000644000000000000000000000760112144005157011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lksctp-tools Source: http://lksctp.sourceforge.net/ Comment: 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. Files: * Copyright: 1999-2000, 2003 Cisco, Inc. 1999-2001 Motorola, Inc. 2001 Nokia, Inc. 2001 Intel Corp. 2001, 2003, 2004 IBM Corp. 2003 Hewlett-Packard Development Company, L.P 2001 La Monte H.P. Yarroll License: GPL-2.0+ Files: src/lib/* src/include/netinet/sctp.h Copyright: 2001, 2003, 2005 IBM Corp. 2001-2003 Intel Corp. License: LGPL-2.1+ Files: src/withsctp/* Copyright: 2003 La Monte HP Yarroll License: BSD-3-clause License: GPL-2.0+ 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 2 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2.1+ This package 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 2.1 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 Lesser 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 . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2.1". License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/repack.stub0000644000000000000000000000331212144005157011330 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi exec "$REPACK_SH" "$@" debian/lksctp-tools.docs0000644000000000000000000000001712144005157012473 0ustar AUTHORS README debian/source/0000755000000000000000000000000012144005157010465 5ustar debian/source/format0000644000000000000000000000001412144005157011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212144005157010363 0ustar 9 debian/man/0000755000000000000000000000000012144005157007740 5ustar debian/man/withsctp.10000644000000000000000000000074412144005157011674 0ustar .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 debian/man/sctp_darn.10000644000000000000000000000463512144005157012007 0ustar .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 debian/man/sctp_test.10000644000000000000000000000350412144005157012034 0ustar .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 debian/man/checksctp.10000644000000000000000000000040712144005157011772 0ustar .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 debian/changelog0000644000000000000000000003245112144005157011044 0ustar lksctp-tools (1.0.15+dfsg-1) unstable; urgency=low * New upstream release. * Remove 01-withsctp-quote-command-line-args.patch, merged upstream. -- Michael Biebl Sun, 12 May 2013 23:32:14 +0200 lksctp-tools (1.0.14+dfsg-3) unstable; urgency=low * Upload to unstable. -- Michael Biebl Sun, 05 May 2013 08:45:31 +0200 lksctp-tools (1.0.14+dfsg-2) experimental; urgency=low * Cherry-pick patch from upstream Git to properly fix quoted command line arguments in withsctp. (Closes: #705171) -- Michael Biebl Thu, 11 Apr 2013 17:32:42 +0200 lksctp-tools (1.0.14+dfsg-1) experimental; urgency=low * New upstream release. * Use the bootstrap script provided by upstream when running dh_autoreconf. -- Michael Biebl Wed, 10 Apr 2013 14:00:59 +0200 lksctp-tools (1.0.13+dfsg-1) experimental; urgency=low * New upstream release. * Move packaging to collab-maint using git and git-puildpackage. * Add Vcs-* headers accordingly. * Use pristine-tar with git-buildpackage. * Use repack script from pkg-perl to automatically remove the non-free rfc documents. See http://pkg-perl.alioth.debian.org/howto/repacking.html. * Generate build system using dh-autoreconf. * Update symbols file for libsctp1. * Strip debian/tmp/ from .install files. * Fold libsctp-dev.manpages into libsctp-dev.install. * Use dh_install --list-missing to show uninstalled files. * Stop installing libtool .la files. * Bump debhelper compatibility level to 9 which enables multi-arch in dh. * Install library files from multi-arch paths and mark libsctp1 as Multi-Arch: same. * Rewrite copyright file using the machine-readable copyright format 1.0. * Bump Standards-Version to 3.9.4. -- Michael Biebl Fri, 15 Feb 2013 05:18:14 +0100 lksctp-tools (1.0.11+dfsg-2) unstable; urgency=low * Switch to source format 3.0 (quilt) - Add debian/source/format. - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk from debian/rules. * Bump debhelper compatibility level to 8. Update Build-Depends on debhelper accordingly. * Bump Standards-Version to 3.9.1. No further changes. * Switch from cdbs to dh - Drop Build-Depends on cdbs. - Convert debian/rules to use dh. - Add debian/lksctp-tools.docs to install README and AUTHORS file. * debian/patches/01-withsctp-quote-command-line-args.patch - Properly quote command line arguments in withsctp. (Closes: #606322) -- Michael Biebl Thu, 10 Mar 2011 08:05:43 +0100 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Fri, 3 Jun 2005 22:46:16 +0200 lksctp-tools (1.0.2-1) unstable; urgency=low * New upstream release. -- Michael Biebl 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 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 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 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 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 Mon, 17 May 2004 18:17:45 -0400 lksctp-tools (1.0.1-1) unstable; urgency=low * New upstream release. -- Michael Biebl Tue, 11 May 2004 16:43:03 -0400 lksctp-tools (1.0.0-3) unstable; urgency=low * Initial upload (closes: #199972). -- Michael Biebl 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 . He will sponsor this package. -- Michael Biebl Wed, 28 Apr 2004 10:18:12 -0400 lksctp-tools (1.0.0-1) unstable; urgency=low * Initial Release. -- Michael Biebl Wed, 14 Apr 2004 10:44:35 -0400 debian/libsctp1.symbols0000644000000000000000000000115112144005157012316 0ustar libsctp.so.1 libsctp1 #MINVER# VERS_1@VERS_1 1.0.10+dfsg VERS_2@VERS_2 1.0.10+dfsg VERS_3@VERS_3 1.0.12+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_connectx@VERS_3 1.0.12+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 debian/libsctp1.install0000644000000000000000000000002712144005157012275 0ustar usr/lib/*/libsctp.so.* debian/libsctp-dev.install0000644000000000000000000000023712144005157012773 0ustar usr/lib/*/*.so usr/lib/*/*.a usr/include/netinet/sctp.h usr/share/lksctp-tools/* usr/share/doc/libsctp-dev/examples/ usr/share/man/man7/* usr/share/man/man3/* debian/gbp.conf0000644000000000000000000000003612144005157010603 0ustar [DEFAULT] pristine-tar = True