diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-30 05:35:28 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-30 05:35:28 +0900 |
commit | 06d4243b3ecf03add6cf0012686cda014ef9581d (patch) | |
tree | 097495be3f18296956315b6d2509dc869071da50 /debian | |
parent | 13ea8f4baa6c119f0a49bb8d9251b3baac4f4ec5 (diff) |
going native
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 8 | ||||
-rw-r--r-- | debian/source/format | 2 |
2 files changed, 5 insertions, 5 deletions
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) |