summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format2
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)