debian/0000775000000000000000000000000012261474722007177 5ustar debian/rules0000775000000000000000000000034012261474640010253 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh --with autoreconf $@ override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" debian/watch0000664000000000000000000000022012233506633010216 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libtelnet-$1.tar.gz/ \ https://github.com/elanthis/libtelnet/tags .*/v?(\d\S*)\.tar\.gzdebian/changelog0000664000000000000000000000260512261474715011056 0ustar libtelnet (0.21-3ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). * Disable -Werror in automake to fix FTBFS while autoreconfing. -- Logan Rosen Fri, 03 Jan 2014 03:44:05 -0500 libtelnet (0.21-3) unstable; urgency=low * d/watch: fix Github URL -- Ralph Lange Mon, 28 Oct 2013 17:23:08 +0100 libtelnet (0.21-2) unstable; urgency=low * d/control: fix Vcs-*: links to use canonical URLs * d/control: bump Standards-Version: to 3.9.5 with no changes * Update config.{guess,sub} using autotools-dev (Closes: #727442) -- Ralph Lange Mon, 28 Oct 2013 16:48:39 +0100 libtelnet (0.21-1) unstable; urgency=low * Import upstream version 0.21 * d/control: fix Vcs-Browser: link * d/control: add build-dependency on pkg-config * d/rules: add "--as-needed" to LDFLAGS to avoid overlinking * d/rules: add hardening flags * d/format, d/control: add quilt * Patch missing config.h include (reported to upstream) * Patch wrong version number definition (reported to upstream) -- Ralph Lange Wed, 06 Jun 2012 15:35:59 +0200 libtelnet (0.20-1) unstable; urgency=low * Initial release (Closes: #662972) -- Ralph Lange Thu, 15 Mar 2012 19:25:20 +0100 debian/libtelnet-dev.docs0000664000000000000000000000002411765320521012576 0ustar AUTHORS README NEWS debian/compat0000664000000000000000000000000211765320521010370 0ustar 7 debian/README.source0000664000000000000000000000036211765320521011352 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/libtelnet-utils.manpages0000664000000000000000000000012511765320521014025 0ustar doc/man/man1/telnet-chatd.1 doc/man/man1/telnet-client.1 doc/man/man1/telnet-proxy.1 debian/libtelnet-utils.install0000664000000000000000000000002111765320521013673 0ustar usr/bin/telnet-* debian/copyright0000664000000000000000000000277311765320521011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libtelnet Upstream-Contact: Sean Middleditch Source: http://github.com/elanthis/libtelnet Files: * Copyright: public domain License: public-domain The author or authors of this code dedicate any and all copyright interest in this code to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this code under copyright law. Files: debian/* Copyright: 2012 Ralph Lange License: GPL-2+ This program 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 program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file '/usr/share/common-licenses/GPL-2'. debian/source/0000775000000000000000000000000011765320521010472 5ustar debian/source/format0000664000000000000000000000001411765320521011700 0ustar 3.0 (quilt) debian/libtelnet-utils.docs0000664000000000000000000000002411765320521013160 0ustar AUTHORS README NEWS debian/libtelnet2.install0000664000000000000000000000002011765320521012616 0ustar usr/lib/*.so.2* debian/libtelnet-dev.install0000664000000000000000000000014111765320521013314 0ustar usr/lib/libtelnet*.a usr/lib/libtelnet.so usr/include/libtelnet.h usr/lib/pkgconfig/libtelnet.pc debian/control0000664000000000000000000000422712261474153010605 0ustar Source: libtelnet Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ralph Lange Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/collab-maint/libtelnet Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libtelnet.git;a=summary Homepage: http://github.com/elanthis/libtelnet Build-Depends: debhelper (>=7.0.50~), zlib1g-dev, dpkg-dev (>= 1.16.1~), pkg-config, dh-autoreconf Package: libtelnet2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Small library for parsing the TELNET protocol - shared library libtelnet is a small library for parsing the TELNET protocol, responding to TELNET commands via an event interface, and generating valid TELNET commands. . libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and MSSP protocols used by MUD servers and clients. . This package contains the libtelnet shared library. Package: libtelnet-dev Section: libdevel Architecture: any Depends: libtelnet2 (= ${binary:Version}), ${misc:Depends} Suggests: libtelnet-utils, telnet Description: Small library for parsing the TELNET protocol - development files libtelnet is a small library for parsing the TELNET protocol, responding to TELNET commands via an event interface, and generating valid TELNET commands. . libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and MSSP protocols used by MUD servers and clients. . This package contains the libtelnet development support files. Package: libtelnet-utils Section: net Architecture: any Depends: libtelnet2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Suggests: telnet Description: Small library for parsing the TELNET protocol - utilities libtelnet is a small library for parsing the TELNET protocol, responding to TELNET commands via an event interface, and generating valid TELNET commands. . libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and MSSP protocols used by MUD servers and clients. . This package contains a small set of utilities based on libtelnet for testing and debugging TELNET clients. debian/docs0000664000000000000000000000000711765320521010042 0ustar README debian/patches/0000775000000000000000000000000012261474707010631 5ustar debian/patches/0002-fix-version-number.patch0000664000000000000000000000106111765321005015754 0ustar From: Ralph Lange Date: Wed, 6 Jun 2012 18:01:20 +0200 Subject: Fix version number setting in libtelnet.h Applied-Upstream: 0.22, https://github.com/elanthis/libtelnet/commit/d788bb0a4bd3e5404e0040c81fdd676d2b3b782a --- libtelnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtelnet.h b/libtelnet.h index c010324..66475d5 100644 --- a/libtelnet.h +++ b/libtelnet.h @@ -34,7 +34,7 @@ * * \file libtelnet.h * - * \version 0.20 + * \version 0.21 * * \author Sean Middleditch */ debian/patches/series0000664000000000000000000000012412261474667012050 0ustar 0001-include-config.h.patch 0002-fix-version-number.patch 0003-disable-Werror.patch debian/patches/0001-include-config.h.patch0000664000000000000000000000115011765320756015343 0ustar From: Ralph Lange Date: Wed, 6 Jun 2012 18:01:20 +0200 Subject: Properly include autotools-generated config.h Applied-Upstream: 0.22, https://github.com/elanthis/libtelnet/commit/78dfa4a90c5eb3919ebabebbda69dc5d6dc7a5db --- libtelnet.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libtelnet.c b/libtelnet.c index a537e5d..4352be8 100644 --- a/libtelnet.c +++ b/libtelnet.c @@ -11,6 +11,9 @@ * all present and future rights to this code under copyright law. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include debian/patches/0003-disable-Werror.patch0000664000000000000000000000046412261474707015117 0ustar --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([libtelnet.c]) -AM_INIT_AUTOMAKE([1.9 foreign -Wall -Werror subdir-objects]) +AM_INIT_AUTOMAKE([1.9 foreign -Wall subdir-objects]) #LT_INIT([win32-dll]) AC_LIBTOOL_WIN32_DLL