From f37f5f4fb30a12ceabac64e49d7e0c1bc50a8a29 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Thu, 6 May 2010 23:51:11 +0200 Subject: Imported Debian version 5.0.3 --- debian/changelog | 10 ++++++++++ debian/rules | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 01a8f55..5291629 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +whois (5.0.3) unstable; urgency=medium + + * Added the .dj, .gl, .xn--mgbaam7a8h (.امارات, United Arabs Emirates), + and .xn--mgberp4a5d4ar (.السعودية, Saudi Arabia) TLD servers. + * Explicitly ignore Ubuntu patchlevels in the debian/rules version check + to help the Ubuntu developers who keep breaking their package every time + they patch it. + + -- Marco d'Itri Thu, 06 May 2010 23:51:11 +0200 + whois (5.0.2) unstable; urgency=medium * Added new IPv4 allocations. diff --git a/debian/rules b/debian/rules index 558b921..e1d38d6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ SHELL+= -e D := $(shell pwd)/debian/whois -VERSION := $(shell dpkg-parsechangelog | sed -n 's/\+.*$$//; /^Version/s/.* //p') +VERSION := $(shell dpkg-parsechangelog | sed -n 's/ubuntu[0-9]*$$//; s/\+.*$$//; /^Version/s/.* //p') build: dh_testdir -- cgit v1.2.3