add python2 target

This commit is contained in:
Christophe Siraut 2019-11-14 14:50:41 +01:00
parent 3ba2eb3302
commit 9b8ac9a23d
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sentry-python (0.12.2-1.1) UNRELEASED; urgency=medium
* Non-maintainer upload.
* add python2 target
-- Christophe Siraut <csiraut@entrouvert.com> Thu, 14 Nov 2019 14:50:02 +0100
sentry-python (0.12.2-1) unstable; urgency=medium
* New upstream release

2
debian/rules vendored
View File

@ -21,4 +21,4 @@ export PYBUILD_TEST_ARGS=-k '\
export PYBUILD_AFTER_INSTALL_python3=rm -rf {destdir}/usr/lib/python3*/dist-packages/.hypothesis
%:
dh $@ --with python3 --buildsystem=pybuild
dh $@ --with python2,python3 --buildsystem=pybuild