mirror of
https://github.com/rfc1036/whois.git
synced 2026-08-31 07:30:22 +00:00
Imported Debian version 4.7.9
This commit is contained in:
parent
7a1cc2f422
commit
f5a3fd9e48
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
2
config.h
2
config.h
@ -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
6
debian/changelog
vendored
@ -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
5
debian/rules
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user