summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 15:48:55 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 15:48:55 +0300
commite0ca47e884299c9102d65b0984017b44966b7149 (patch)
tree5b381ed462a6a25e693a8096374d19a7808126e5
parente507ee39d903e3eeee7d8d27a61c1fa4ef8dd3a4 (diff)
downloadsummain-e0ca47e884299c9102d65b0984017b44966b7149.tar.gz
Drop --with from dh_auto_* calls
-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