From 3eef9c0c06c536c946a67cec24913bd3a7bee7cb Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 1 Dec 2007 05:43:14 +0000 Subject: dh_install has to be called without any DH_OPTIONS set. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 15277a4..7d4d74e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # Further updates by Russ Allbery # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS @@ -56,7 +56,7 @@ install: build-stamp cd $(CURDIR)/perl && perl Makefile.PL INSTALLDIRS=vendor $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp dh_installdirs - dh_install --list-missing + DH_OPTIONS= dh_install --fail-missing binary: binary-arch binary-indep -- cgit v1.2.3