diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-22 14:56:17 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-22 14:56:17 +0200 |
commit | 5f2ef75e95d76beb4ddf940687c7e69d64f55178 (patch) | |
tree | c0314df8cfe09eac4086c5f6b8d45ac6aa59fb09 | |
parent | df0fd496fbc7dfcf468f72881e81ef6424fe39fd (diff) |
update to new build step, linking against system lib is now the default
-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 |