summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2010-05-06 23:51:11 +0200
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:39 +0100
commitf37f5f4fb30a12ceabac64e49d7e0c1bc50a8a29 (patch)
tree414b48dec7fc2b748750e72a5ac0fa8d3cc6c09b /debian
parent00a8697ca960ca65be8bf16b95c68dc42835645e (diff)
downloadwhois-f37f5f4fb30a12ceabac64e49d7e0c1bc50a8a29.tar.gz
Imported Debian version 5.0.3v5.0.3
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules2
2 files changed, 11 insertions, 1 deletions
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 <md@linux.it> 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