diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-30 05:46:50 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-30 05:46:50 +0900 |
commit | c7c1dc1fbc66aace6c561fce9080fba79dd04e56 (patch) | |
tree | 2057e82a940306a2dff1aff572a937a1db9087bf /debian | |
parent | 06d4243b3ecf03add6cf0012686cda014ef9581d (diff) |
add build step, we were missing python files
Diffstat (limited to 'debian')
-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 \ |