diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 21:27:13 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 21:27:13 +0000 |
commit | fd49ad3b05fa05741107227f023f7ce42a5f1cdf (patch) | |
tree | 43f8746996c7386cc6877201cdae690abc51d2b5 /debian | |
parent | 0d9237d6132b469023d8704a7ab1547b2903d2cf (diff) | |
download | vyos-strongswan-fd49ad3b05fa05741107227f023f7ce42a5f1cdf.tar.gz vyos-strongswan-fd49ad3b05fa05741107227f023f7ce42a5f1cdf.zip |
- Revert change in r4762: need to export DH_COMPAT still, or
dh_installdirs won't do the right thing.
- Clean up debian/rules slightly.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 9 |
1 files 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 |