Codebase list gpgme1.0 / aa814c6
drop python3.5, try to add 3.7 Daniel Kahn Gillmor 5 years ago
4 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1111 dh_auto_configure -- \
1212 --enable-static \
1313 --enable-languages="python cpp qt" \
14 PYTHON_VERSIONS="2.7 3.5 3.6" \
14 PYTHON_VERSIONS="2.7 3.6 3.7" \
1515 --infodir=/usr/share/info
1616
1717 override_dh_install:
33 Tests: python3
44 Depends: python3-gpg
55
6 Tests: python3.5
7 Depends: python3.5, python3-gpg
8
96 Tests: python3.6
107 Depends: python3.6, python3-gpg
118
9 Tests: python3.7
10 Depends: python3.7, python3-gpg
11
+0
-3
debian/tests/python3.5 less more
0 #!/bin/bash
1
2 exec python3.5 debian/tests/python-gpg
0 #!/bin/bash
1
2 exec python3.7 debian/tests/python-gpg