debian/0000775000000000000000000000000011735645413007201 5ustar debian/compat0000664000000000000000000000000211735641210010366 0ustar 5 debian/docs0000664000000000000000000000000711735641210010040 0ustar README debian/rules0000775000000000000000000000044011735642374010262 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk ARCH = "" CFLAGS += -DVERSION="\\\"1.47\\\"" DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR)/usr clean:: -rm -f nttcp debian/postrm0000664000000000000000000000016211735641210010436 0ustar #!/bin/sh -e if [ "$1" = purge ]; then perl -i -npe 's{.*/usr/bin/nttcp}{}g' /etc/inetd.conf fi #DEBHELPER# debian/changelog0000664000000000000000000000634711735644456011073 0ustar nttcp (1.47-13) unstable; urgency=low * Change source package format to 3.0 (quilt) * Bump Standards-Version to 3.9.3 * Revert Makefile change and add debian/patches/010_change_manpath * Use quilt instead of simple-patchsys * Move repository to svn.debian.org - svn://svn.debian.org/svn/collab-maint/deb-maint/nttcp -- Taku YASUI Sun, 01 Apr 2012 03:12:19 +0900 nttcp (1.47-12ubuntu1) precise; urgency=low * Add format-security.diff to resolve FTBFS. -- Daniel T Chen Mon, 30 Jan 2012 23:44:16 -0500 nttcp (1.47-12) unstable; urgency=low * New Standards-Version: 3.8.1 * Change maintainer email address * Update debhelper compat version: 5 * New style copyright format http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=454 -- Taku YASUI Sun, 19 Apr 2009 07:35:58 +0900 nttcp (1.47-11) unstable; urgency=low * Add about upstream no longer exists to copyright text (closes: #455986) - Remove debian/watch file * Remove update-inetd code from debian/postinst - debian/postrm deletes inetd settings if possible -- Taku YASUI Sun, 20 Apr 2008 23:11:32 +0900 nttcp (1.47-10) unstable; urgency=low * Add debconf translation - pt.po (closes: #437389) * Add "update-inetd" to Depends: -- Taku YASUI Tue, 14 Aug 2007 02:58:08 +0900 nttcp (1.47-9) unstable; urgency=low * Remove update-inetd dependency - check update-inetd executable on postinst and postrm (closes: #417334) -- Taku YASUI Tue, 10 Apr 2007 03:43:43 +0900 nttcp (1.47-8) unstable; urgency=low * Add "update-inetd" dependency (closes: #412738) -- Taku YASUI Thu, 8 Mar 2007 20:33:18 +0900 nttcp (1.47-7) unstable; urgency=low * Add new debconf translation: - de.po (closes: #402624) -- Taku YASUI Mon, 19 Feb 2007 19:15:43 +0900 nttcp (1.47-6) unstable; urgency=low * Add Italian debconf translation by Luca Bruno (closes #367503) * Disable watch because the website has been 403 Forbidden -- Taku YASUI Sun, 9 Jul 2006 14:06:15 +0900 nttcp (1.47-5) unstable; urgency=low * Change debconf dependency; using ${misc:Depends} variable (closes: #332048) * Change build method to use cdbs -- Taku YASUI Mon, 16 Jan 2006 02:52:45 +0900 nttcp (1.47-4) unstable; urgency=low * Remove redundant question at debconf and update translation (closes: #326000) * Add Swedish debconf translation (sv.po) (closes: #330435) * Add Czech debconf translation (cs.po) (closes: #321807) -- Taku YASUI Thu, 29 Sep 2005 02:45:39 +0900 nttcp (1.47-3) unstable; urgency=low * Add fr.po (closes: #326792) -- Taku YASUI Tue, 6 Sep 2005 15:31:46 +0900 nttcp (1.47-2) unstable; urgency=low * Update to use po-debconf (closes: #295933) * Update to new debian policy -- Taku YASUI Sat, 6 Aug 2005 03:48:36 +0900 nttcp (1.47-1) unstable; urgency=low * Initial Release. * Upload official debian archive. (closes: #156935) -- Taku YASUI Fri, 16 Aug 2002 21:33:50 +0900 debian/dirs0000664000000000000000000000003311735641210010050 0ustar usr/bin usr/share/man/man1 debian/control0000664000000000000000000000145611735644351010612 0ustar Source: nttcp Section: non-free/net Priority: extra Maintainer: Taku YASUI Build-Depends: debhelper (>= 5.0.0), cdbs, quilt Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/nttcp Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/nttcp Package: nttcp Architecture: any Depends: netbase, ${shlibs:Depends}, ${misc:Depends} Suggests: openbsd-inetd | inet-superserver Description: New test TCP program This program is a much more convenient version of the ttcp program. It uses inetd (or simulates its behaviour) to start off the remote side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. debian/patches/0000775000000000000000000000000011735645413010630 5ustar debian/patches/010_change_manpath0000664000000000000000000000066011735642221014064 0ustar diff -ruN -xdebian -x.svn nttcp-1.47/Makefile trunk/Makefile --- nttcp-1.47/Makefile 2000-12-18 19:17:20.000000000 +0900 +++ trunk/Makefile 2012-04-01 02:44:41.028451955 +0900 @@ -173,9 +173,9 @@ install: nttcp -mkdir -p $(prefix)/bin - -mkdir -p $(prefix)/man/man1 + -mkdir -p $(prefix)/share/man/man1 cp nttcp $(prefix)/bin - cp nttcp.1 $(prefix)/man/man1 + cp nttcp.1 $(prefix)/share/man/man1 clean: rm -f *.o debian/patches/series0000664000000000000000000000004711735642535012050 0ustar 010_change_manpath 020_format-security debian/patches/020_format-security0000664000000000000000000000060711735642517014276 0ustar diff -Nur -x '*.orig' -x '*~' nttcp-1.47/nttcp.c nttcp-1.47.new/nttcp.c --- nttcp-1.47/nttcp.c 2000-12-18 05:16:54.000000000 -0500 +++ nttcp-1.47.new/nttcp.c 2012-01-30 23:44:02.260501225 -0500 @@ -372,7 +372,7 @@ #define Message(x) fMessage(stdout, x) void Exit(char *s, int ret) { - syslog(LOG_DEBUG, s); + syslog(LOG_DEBUG, "%s", s); fMessage(stderr,s); exit(ret); } debian/copyright0000664000000000000000000000231011735641210011117 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=454 Upstream-Maintainer: Elmar Bartel Upstream-Source: http://www.leo.org/~elmar/nttcp/ Upstream-Name: nttcp Disclaimer: Upstream-Source no longer exists since 2008-04-20. Earning money with this software is prohibited. Files: * Copyright: Copyright (C) 1996,1997,1998 Elmar Bartel License: other Permission to use, copy, modify and distribute this software and its documentation for any purpose, except making money+, is herby granted, provided that the above copyright notice and this permission appears in all places, where this code is referenced or used literally. Files: debian/* Copyright: 2009, Taku YASUI 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, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/source/0000775000000000000000000000000011735645413010501 5ustar debian/source/format0000664000000000000000000000001411735641327011707 0ustar 3.0 (quilt)