summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules7
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 <liw@liw.fi> 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