diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-31 01:04:20 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-31 01:04:20 +0900 |
commit | d38bb9b099e9783e1bddb6ddf265e8de96a849f6 (patch) | |
tree | cafd6424001f5d79a489d6b3469a13bc683f4c2d /debian | |
parent | 0e72eda1378ec2b810353e0379cd692d876b98c4 (diff) |
do not use amalgamation builder
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4928b4f..401e052 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_build: python$* setup.py build_sqlcipher - python$* setup.py build + python$* setup.py build_py override_dh_auto_install: python$* setup.py install --skip-build --root=debian/python-sqlcipher \ |