diff options
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
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 |