diff options
author | Marco d'Itri <md@linux.it> | 2011-11-27 21:19:28 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:41 +0100 |
commit | dc3da6304326838f4dbef29e95f27be376d6c65b (patch) | |
tree | 651bc4488f3f8f5924a969e32d035f17acef412f /debian | |
parent | 6c3ca39f2504328fb876cec1a003a4e9689e6753 (diff) | |
download | whois-dc3da6304326838f4dbef29e95f27be376d6c65b.tar.gz |
Imported Debian version 5.0.13v5.0.13
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rwxr-xr-x | debian/rules | 6 |
3 files changed, 17 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 00d040e..c679fe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +whois (5.0.13) unstable; urgency=medium + + * Updated the .hr TLD server. (Closes: #646572) + * Improved the package description, thanks to debian-l10n-english@. + (Closes: #650111) + * Updated the FSF address in licenses. + + -- Marco d'Itri <md@linux.it> Sun, 27 Nov 2011 21:19:28 +0100 + whois (5.0.12) unstable; urgency=low * Recursion disabled when the query string contains spaces, because diff --git a/debian/control b/debian/control index 0109f48..ba9a090 100644 --- a/debian/control +++ b/debian/control @@ -8,11 +8,11 @@ Build-Depends: debhelper (>= 5), gettext, libidn11-dev Package: whois Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: intelligent whois client - This is a new whois (RFC 3912) client rewritten from scratch. - It is inspired from and compatible with the usual BSD and RIPE whois(1) - programs. - It is intelligent and can automatically select the appropriate whois - server for most queries. +Description: intelligent WHOIS client + This package provides a commandline client for the WHOIS (RFC 3912) + protocol, which queries online servers for information such as contact + details for domains and IP address assignments. + It can intelligently select the appropriate WHOIS server for most queries. . - The package also contains mkpasswd, a features-rich front end to crypt(3). + The package also contains mkpasswd, a features-rich front end to the + password encryption function crypt(3). diff --git a/debian/rules b/debian/rules index 9111f55..523baf4 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,6 @@ SHELL+= -e DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk -#export DH_VERBOSE=1 - D := $(shell pwd)/debian/whois VERSION := $(shell dpkg-parsechangelog | sed -n 's/ubuntu[0-9]*$$//; s/\+.*$$//; /^Version/s/.* //p') @@ -13,7 +11,6 @@ VERSION := $(shell dpkg-parsechangelog | sed -n 's/ubuntu[0-9]*$$//; s/\+.*$$//; build: dh_testdir $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_LIBIDN=1 HAVE_ICONV=1 - cd po && $(MAKE) whois.pot touch $@ clean: @@ -30,8 +27,7 @@ binary-arch: checkroot build egrep -q '^#define VERSION "$(VERSION)"$$' config.h dh_installdirs usr/bin - install whois mkpasswd $D/usr/bin/ - cd po && $(MAKE) install BASEDIR=$D + $(MAKE) install BASEDIR=$D dh_installman whois.1 mkpasswd.1 dh_installdocs README dh_installchangelogs |