From 9b7c00dd3265e006effcb955e03add30e4f82d0a Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Thu, 6 Feb 2014 01:35:39 +0100 Subject: debian/rules: remove the version sanity check It is now part of make_version_h.pl. --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 9fd085d..b975132 100755 --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,6 @@ DPKG_EXPORT_BUILDFLAGS = 1 D := $(CURDIR)/debian/whois -VERSION := $(shell dpkg-parsechangelog | sed -n 's/~*ubuntu[0-9]*.*$$//; s/\+.*$$//; /^Version/s/.* //p') - build: dh_testdir $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_LIBIDN=1 HAVE_ICONV=1 @@ -30,9 +28,6 @@ binary-arch: checkroot build dh_testdir dh_clean - # sanity check - egrep -q '^#define VERSION "$(VERSION)"$$' config.h - dh_installdirs usr/bin $(MAKE) install BASEDIR=$D dh_installman whois.1 mkpasswd.1 -- cgit v1.2.3