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 ++++---- debian/source/format | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'debian') 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 diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) -- cgit v1.2.3