From 9b8ac9a23db0386f2d8cb295de2e08e1bdc1ac97 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Thu, 14 Nov 2019 14:50:41 +0100 Subject: [PATCH] add python2 target --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e81150f..af89d33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sentry-python (0.12.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * add python2 target + + -- Christophe Siraut Thu, 14 Nov 2019 14:50:02 +0100 + sentry-python (0.12.2-1) unstable; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 6309272..0a1f83e 100755 --- a/debian/rules +++ b/debian/rules @@ -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