From fd49ad3b05fa05741107227f023f7ce42a5f1cdf Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Sun, 3 Jun 2007 21:27:13 +0000 Subject: - Revert change in r4762: need to export DH_COMPAT still, or dh_installdirs won't do the right thing. - Clean up debian/rules slightly. --- debian/rules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 0270c8e85..a8a5b820a 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# This is the debhelper compatability version to use. +export DH_COMPAT=4 + export DH_OPTIONS ifeq (,$(wildcard /usr/bin/po2debconf)) @@ -41,11 +44,6 @@ build: build-stamp build-stamp: configure-stamp $(MAKE) - # also generate the fswcert tool - #$(MAKE) -C programs/fswcert/ - # ugly hack.... - #$(MAKE) -C programs/fswcert/ programs WERROR='-lcrypto' - touch build-stamp clean: unpatch @@ -138,7 +136,6 @@ install-strongswan: build install --mode=0644 $(CURDIR)/debian/strongswan.lintian-overrides $(CURDIR)/debian/strongswan/usr/share/lintian/overrides/strongswan binary-common: - #dh_testversion 2 dh_testdir dh_testroot dh_installdebconf -- cgit v1.2.3