We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a174b commit 395787dCopy full SHA for 395787d
2 files changed
debian/control
@@ -5,6 +5,7 @@ Priority: optional
5
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9)
6
Standards-Version: 3.9.4
7
Uploaders: Micah Anderson <micah@debian.org>
8
+X-Python-Version: >= 2.5
9
10
Package: python-sqlcipher
11
Architecture: any
debian/rules
@@ -13,6 +13,9 @@ override_dh_auto_install:
13
python$* setup.py install --skip-build --root=debian/python-sqlcipher \
14
--install-layout=deb
15
16
+override_dh_python2:
17
+ dh_python2 --no-guessing-versions
18
+
19
override_dh_auto_clean:
20
dh_auto_clean
21
rm -rf build
0 commit comments