From 06d4243b3ecf03add6cf0012686cda014ef9581d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 30 May 2013 05:35:28 +0900 Subject: going native --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6d7b1af..db8924e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,12 +5,12 @@ %: dh $@ --with python2 --buildsystem=python_distutils -build-python%: +override_dh_auto_build: python$* setup.py build_sqlcipher -install-python%: - python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb - +override_dh_auto_install: + python$* setup.py install --skip-build --root=debian/python-sqlcipher \ + --install-layout=deb override_dh_auto_clean: dh_auto_clean -- cgit v1.2.3