diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-02-23 09:32:27 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-02-23 09:32:27 +0000 |
commit | 172642669d4a23e17f1ed411fbc8629dcaa5fb46 (patch) | |
tree | 22d51304bce572f2db432dcd0c88bcff8a51c926 /debian/rules | |
parent | dd081a991d1a319bc9c7ae5c270519dfe1201257 (diff) | |
download | vyos-strongswan-172642669d4a23e17f1ed411fbc8629dcaa5fb46.tar.gz vyos-strongswan-172642669d4a23e17f1ed411fbc8629dcaa5fb46.zip |
Convert to new dpkg-source format.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 8b9219a8e..e2c40f268 100755 --- a/debian/rules +++ b/debian/rules @@ -42,21 +42,14 @@ ifeq ($(DEB_BUILD_ARCH_CPU),i386) CONFIGUREARGS += --enable-padlock endif -patch: - dh_testdir - #dpatch apply-all - -unpatch: - #dpatch deapply-all - build: build-stamp -build-stamp: patch +build-stamp: dh_testdir ./configure $(CONFIGUREARGS) $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp |