--- jdresolve-0.6.1.orig/jdresolve +++ jdresolve-0.6.1/jdresolve @@ -83,7 +83,7 @@ timeout in seconds for each host resolution (default is 30 seconds) -=item B<-l, --line-cache=> +=item B<-l, --linecache=> numbers of lines to cache in memory (default is 10000 --- jdresolve-0.6.1.orig/jdresolve.1 +++ jdresolve-0.6.1/jdresolve.1 @@ -220,7 +220,7 @@ produces a short help message .Ip "\fB\-v, --version\fR" 8 display version information -.Ip "\fB\-n, --no-stats\fR" 8 +.Ip "\fB\-n, --nostats\fR" 8 don't display stats after processing .Ip "\fB\-r, --recursive\fR" 8 recurse into C, B and A classes when there is no --- jdresolve-0.6.1.orig/debian/changelog +++ jdresolve-0.6.1/debian/changelog @@ -0,0 +1,56 @@ +jdresolve (0.6.1-4) unstable; urgency=low + + * jdresolve.1: typo in option name (--nostats) + (closes: #184247) + + -- Frederic Peters Tue, 19 Aug 2003 13:45:22 +0200 + +jdresolve (0.6.1-3) unstable; urgency=low + + * jdresolve.1: fixed --linecache option name in manpage. + (closes: #182671) + + -- Frederic Peters Fri, 7 Mar 2003 23:57:30 +0100 + +jdresolve (0.6.1-2) unstable; urgency=low + + * Adopted package. (closes: #158336) + * debian/control: changed maintainer. + * debian/rules: remove unused (and commented out) debhelper calls. + + -- Frederic Peters Fri, 6 Sep 2002 12:48:08 +0200 + +jdresolve (0.6.1-1) unstable; urgency=low + + * QA upload. + * New upstream version. Closes: #113352. + * Package is orphaned (see #158336); maintainer set to Debian QA Group. + * Added build dependencies. + * debian/copyright: Point to while the pages + are being redesigned. Closes: #143694. + * debian/rules: Use binary-indep rather than binary-arch. + * debian/changelog: Remove obsolete Emacs local variables. + * Conforms to Standards version 3.5.6. + + -- Matej Vela Tue, 27 Aug 2002 18:52:58 +0200 + +jdresolve (0.5.2-3) unstable; urgency=low + + * wrote man pages for jdresolve, jdresolve-dumpdb, jdresolve-mergedb, + jdresolve-unresolved, and rhost and submitted them upstream to + the author. + + -- Craig Sanders Fri, 26 Nov 1999 11:03:49 +1100 + +jdresolve (0.5.2-2) unstable; urgency=low + + * should be architecture: all, not "any". contains only scripts, not + compiled binaries. + + -- Craig Sanders Wed, 24 Nov 1999 14:51:08 +1100 + +jdresolve (0.5.2-1) unstable; urgency=low + + * Initial Release. + + -- Craig Sanders Wed, 24 Nov 1999 14:01:14 +1100 --- jdresolve-0.6.1.orig/debian/rules +++ jdresolve-0.6.1/debian/rules @@ -0,0 +1,46 @@ +#!/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 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + rm -f jdresolve.1.gz + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp MANDIR=/usr/share/man/man1 + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs CHANGELOG + dh_link + dh_compress + dh_fixperms + # You may want to make some executables suid here. + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- jdresolve-0.6.1.orig/debian/control +++ jdresolve-0.6.1/debian/control @@ -0,0 +1,18 @@ +Source: jdresolve +Section: utils +Priority: extra +Maintainer: Frederic Peters +Standards-Version: 3.5.6 +Build-Depends-Indep: debhelper + +Package: jdresolve +Architecture: all +Depends: ${perl:Depends}, libnet-dns-perl +Description: fast alternative to apache logresolve + The jdresolve application resolves IP addresses into hostnames. To + reduce the time necessary to resolve large batches of addresses, + jdresolve opens many concurrent connections to the DNS servers, and + keeps a large number of text lines in memory. These lines can have + any content, as long as the IP addresses are the first field to the + left. This is usually the case with most formats of HTTP and FTP log + files. --- jdresolve-0.6.1.orig/debian/copyright +++ jdresolve-0.6.1/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Craig Sanders on +Wed, 24 Nov 1999 14:01:14 +1100. + +It was downloaded from http://www.jdrowell.com/ + +Upstream Author: John Douglas Rowell + +Copyright: + +jdresolve is licensed under the terms of the GNU GPL. a copy of the GPL +may be found at /usr/share/common-licenses/GPL + --- jdresolve-0.6.1.orig/debian/dirs +++ jdresolve-0.6.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- jdresolve-0.6.1.orig/debian/docs +++ jdresolve-0.6.1/debian/docs @@ -0,0 +1,5 @@ +AUTHORS +BUGS +CREDITS +README +TODO