diff options
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index db8924e..4928b4f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ override_dh_auto_build: python$* setup.py build_sqlcipher + python$* setup.py build override_dh_auto_install: python$* setup.py install --skip-build --root=debian/python-sqlcipher \ |