diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-22 14:56:17 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-22 14:59:32 +0200 |
commit | a939db196f22275c9a48db2df69ced2831a4950b (patch) | |
tree | e596e96493c3c8f78c9073708ea55f01b26c4120 /debian/rules | |
parent | 8872a552178ae026a2cceeff783cd1f824cb20bb (diff) |
update to new build step, linking against system lib is now the default
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 2620c92..201b286 100755 --- a/debian/rules +++ b/debian/rules @@ -8,10 +8,6 @@ export http_proxy = http://127.0.0.1:9 %: dh $@ --with python2 --buildsystem=python_distutils -override_dh_auto_build: - python$* setup.py build_sqlcipher - python$* setup.py build_py - override_dh_auto_install: python$* setup.py install --skip-build --root=debian/python-sqlcipher \ --install-layout=deb |