From e0ca47e884299c9102d65b0984017b44966b7149 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 15:48:55 +0300 Subject: Drop --with from dh_auto_* calls --- debian/changelog | 1 + debian/rules | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2252c9..254b244 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ summain (0.21+git-1) UNRELEASED; urgency=medium * New upstream version. + * debian/rules: Drop --with=python2 to dh_auto_* calls. -- Lars Wirzenius Sun, 09 Oct 2016 15:45:25 +0300 diff --git a/debian/rules b/debian/rules index 96d6cd4..37a21eb 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,8 @@ override_dh_auto_build: $(MAKE) - dh_auto_build --with=python2 --buildsystem=python_distutils - + dh_auto_build --buildsystem=python_distutils + override_dh_auto_clean: $(MAKE) clean - dh_auto_clean --with=python2 --buildsystem=python_distutils - + dh_auto_clean --buildsystem=python_distutils -- cgit v1.2.1