--- scanssh-2.1.orig/debian/README.Debian +++ scanssh-2.1/debian/README.Debian @@ -0,0 +1,7 @@ +Error messages and explanations: + +scanssh: epoll_create: Function not implemented + +libevent tries to find the most efficient event notification function. If +libevent is compiled with support for epoll and run on a kernel that does +not support it, it falls back to poll(). However, it spits out this warning. --- scanssh-2.1.orig/debian/changelog +++ scanssh-2.1/debian/changelog @@ -0,0 +1,129 @@ +scanssh (2.1-0ubuntu10) mantic; urgency=medium + + * No-change rebuild against libevent-2.1-7 + + -- Steve Langasek Tue, 19 Sep 2023 19:20:50 +0000 + +scanssh (2.1-0ubuntu9) kinetic; urgency=medium + + * No-change rebuild against libevent-2.1-7a (LP: #1990941) + + -- Benjamin Drung Fri, 07 Oct 2022 19:58:09 +0200 + +scanssh (2.1-0ubuntu8) focal; urgency=medium + + * No-change rebuild for libevent soname changes. + + -- Matthias Klose Sat, 19 Oct 2019 19:58:33 +0000 + +scanssh (2.1-0ubuntu7) artful; urgency=medium + + * No-change rebuild against libevent-2.1-6 + + -- Steve Langasek Mon, 31 Jul 2017 02:52:33 +0000 + +scanssh (2.1-0ubuntu6) xenial; urgency=medium + + * debian/compat: Specify compatibility level of 9. + * debian/rules: Remove legacy DH_COMPAT export. + * debian/control: Build-depend on debhelper (>= 9). + + -- Logan Rosen Sat, 05 Dec 2015 23:18:57 -0500 + +scanssh (2.1-0ubuntu5) trusty; urgency=medium + + * Use autotools-dev to update config.{sub,guess} for new arches. + + -- Logan Rosen Sun, 29 Dec 2013 22:35:26 -0500 + +scanssh (2.1-0ubuntu4) oneiric; urgency=low + + * No change rebuild against new libevent. + + -- Bhavani Shankar Sun, 10 Jul 2011 23:03:32 +0530 + +scanssh (2.1-0ubuntu3) karmic; urgency=low + + * No-change rebuild for libevent1 -> libevent-1.4-2 transition. + + -- Steve Kowalik Thu, 16 Jul 2009 15:18:13 +1000 + +scanssh (2.1-0ubuntu2) gutsy; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt Wed, 15 Aug 2007 08:10:01 +0000 + +scanssh (2.1-0ubuntu1) breezy; urgency=low + + * New upstream release. + + -- Daniel T Chen Fri, 6 May 2005 23:38:07 -0400 + +scanssh (2.0-4) unstable; urgency=high + + * Rebuild against new libevent. (closes: #294399) + + -- Rene Weber Fri, 11 Feb 2005 00:57:05 -0500 + +scanssh (2.0-3) unstable; urgency=low + + * Take the package back from Andrew with his approval. + * Removed obsolete (and now incorrect) version specifier in the man page. + * Many thanks to Andrew for taking care of this package in my absence. + + -- Rene Weber Sat, 3 Jul 2004 15:44:07 -0400 + +scanssh (2.0-2) unstable; urgency=low + + * Added README.Debian + * Fixed up debian/watch + * debian/rules: remove config.log on clean + + -- Andrew Pollock Wed, 19 May 2004 00:31:02 +1000 + +scanssh (2.0-1) unstable; urgency=low + + * New upstream release + * New maintainer (closes: #244454) + * debian/control: build depend on libdumbnet-dev and libevent-dev + * debian/copyright: de-dh_make-boilerplated + * debian/rules: Support DEB_BUILD_OPTIONS for compiler optimization + * Bumped standards version to 3.6.1 + * debian/changelog: removed emacs crap from bottom + + -- Andrew Pollock Wed, 19 May 2004 00:19:10 +1000 + +scanssh (1.60b-1.1) unstable; urgency=low + + * Non maintainer upload + * Rebuilt with new libpcap to remove dependency on libpcap0, which I + got removed from unstable by accident. Sorry about this... + + -- Torsten Landschoff Sat, 10 Aug 2002 11:37:30 +0200 + +scanssh (1.60b-1) unstable; urgency=low + + * New upstream release + * Version number massaged (this is "1.6b" in upstream) due to my messing + up the version number for 1.55. + + -- Rene Weber Sun, 16 Dec 2001 16:21:35 -0500 + +scanssh (1.55-1) unstable; urgency=low + + * New upstream release + * This version does away with the previously reported limit of 65536 hosts + which was the result of a bug. + + -- Rene Weber Fri, 6 Apr 2001 20:55:45 -0400 + +scanssh (1.5-1) unstable; urgency=low + + * Initial Release. (closes: #88567) + * Incremented maximum hosts to 65536 (from 64000) and documented the + limitation (previously undocumented). + * Added documentation of version number to man page and executeable. + + -- Rene Weber Wed, 21 Mar 2001 19:19:44 -0500 --- scanssh-2.1.orig/debian/compat +++ scanssh-2.1/debian/compat @@ -0,0 +1 @@ +9 --- scanssh-2.1.orig/debian/control +++ scanssh-2.1/debian/control @@ -0,0 +1,18 @@ +Source: scanssh +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Rene Weber +Build-Depends: debhelper (>= 9), autotools-dev, libpcap-dev (>= 0.6.1-2), libdumbnet-dev, libevent-dev (>= 0.8-1) +Standards-Version: 3.6.1 + +Package: scanssh +Architecture: any +Depends: ${shlibs:Depends} +Description: get SSH server versions for an entire network + The ScanSSH protocol scanner scans a list of addresses and networks for + running SSH protocol servers and their version numbers. Version 2.0 adds + support for scanning arbitrary ports and specifically open proxies. The + ScanSSH protocol scanner supports random selection of IP addresses from + large network ranges and is useful for gathering statistics on the + deployment of SSH protocol servers in a company or the Internet as whole. --- scanssh-2.1.orig/debian/copyright +++ scanssh-2.1/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Rene Weber on +Wed, 28 Feb 2001 18:47:28 -0500. + +It was downloaded from http://www.monkey.org/~provos/scanssh/ + +Upstream Author: Niels Provos + +Copyright: + + Copyright 2000-2001 Niels Provos + All rights reserved. + + 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. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + --- scanssh-2.1.orig/debian/dirs +++ scanssh-2.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- scanssh-2.1.orig/debian/docs +++ scanssh-2.1/debian/docs @@ -0,0 +1 @@ +README --- scanssh-2.1.orig/debian/rules +++ scanssh-2.1/debian/rules @@ -0,0 +1,93 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + dh_autotools-dev_updateconfig + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/scanssh.sgml > scanssh.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + rm -f config.log + dh_autotools-dev_restoreconfig + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/scanssh. + $(MAKE) install prefix=$(CURDIR)/debian/scanssh/usr + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion 2 + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit + dh_installcron +# dh_installmanpages + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + # You may want to make some executables suid here. +# dh_suidregister +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- scanssh-2.1.orig/debian/watch +++ scanssh-2.1/debian/watch @@ -0,0 +1,7 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +# sunsite.unc.edu /pub/Linux/Incoming scanssh-(.*)\.tar\.gz debian uupdate +version=2 +http://www.monkey.org/~provos/scanssh \.\.\/scanssh-(.*)\.tar\.gz debian uupdate