diff --git a/debian/changelog b/debian/changelog index 052404f..c5abf79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,12 @@ whois (5.1.2) unstable; urgency=medium -- Marco d'Itri Fri, 02 May 2014 04:15:08 +0200 +whois (5.1.1~deb7u1) proposed-updates; urgency=low + + * Rebuilt for wheezy. + + -- Marco d'Itri Sat, 11 Jan 2014 03:16:43 +0100 + whois (5.1.1) unstable; urgency=medium * Added the servers for 29 "new" gTLDs. diff --git a/debian/rules b/debian/rules index b975132..32e8ab6 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,8 @@ DPKG_EXPORT_BUILDFLAGS = 1 D := $(CURDIR)/debian/whois +VERSION := $(shell dpkg-parsechangelog | sed -rn 's/(~deb|~?ubuntu)[0-9]*.*$$//; s/\+.*$$//; /^Version/s/.* //p') + build: dh_testdir $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_LIBIDN=1 HAVE_ICONV=1