Imported Debian version 4.7.9

This commit is contained in:
Marco d'Itri 2005-11-27 13:43:35 +01:00
parent 7a1cc2f422
commit f5a3fd9e48
6 changed files with 19 additions and 3 deletions

View File

@ -50,10 +50,12 @@ tld_serv.h: tld_serv_list make_tld_serv.pl
install: whois
install -m 0755 whois $(BASEDIR)$(prefix)/bin/
strip $(BASEDIR)$(prefix)/bin/whois
install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
cd po && $(MAKE) $@
install-mkpasswd: mkpasswd
install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
install -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/
distclean: clean
rm -f po/whois.pot

View File

@ -1,6 +1,6 @@
/* Program version */
/* not for the inetutils version */
#define VERSION "4.7.7"
#define VERSION "4.7.9"
/* Configurable features */

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
whois (4.7.9) unstable; urgency=medium
* Added new IPv6 allocations.
-- Marco d'Itri <md@linux.it> Sun, 27 Nov 2005 13:43:35 +0100
whois (4.7.8) unstable; urgency=medium
* Added the .jpn.com, .web.com, .bj, .ht and .ky TLD servers.

5
debian/rules vendored
View File

@ -5,6 +5,8 @@ SHELL+= -e
D := $(shell pwd)/debian/whois
VERSION := $(shell dpkg-parsechangelog | sed -n '/^Version/s/.* //p')
build:
dh_testdir
make whois mkpasswd \
@ -22,6 +24,9 @@ binary-arch: checkroot build
dh_testdir
dh_clean
# sanity check
egrep -q '^#define VERSION "$(VERSION)"$$' config.h
dh_installdirs usr/bin
install whois mkpasswd $D/usr/bin/
cd po && make install BASEDIR=$D

View File

@ -41,6 +41,9 @@
#2604:0000::/22 arin
#2608:0000::/22 arin
#260C:0000::/22 arin
2610:0000::/23 arin
2800:0000::/23 lacnic
2A00:0000::/21 ripe
2A01:0000::/23 ripe

View File

@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client
Name: whois
Version: 4.7.6
Version: 4.7.9
Release: 1
License: GPL
Vendor: Marco d'Itri <md@linux.it>