[Python-modules-commits] [xlwt] 12/13: Fixed dh sequencer call order.

Thomas Goirand zigo at moszumanska.debian.org
Wed Oct 25 17:58:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

zigo pushed a commit to branch new-upstream-1.3.0
in repository xlwt.

commit 773f55db56bb1a55e44d8fd3f88901c67b90c122
Author: Thomas Goirand <thomas at goirand.fr>
Date:   Wed Oct 25 17:54:39 2017 +0000

    Fixed dh sequencer call order.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cc3ab81..4dd08d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ xlwt (1.3.0-1) unstable; urgency=medium
   * Tests with nose.
   * Add a doc package and generate the doc using sphinx.
   * Generate the doc using sphinx.
+  * Fixed dh sequencer call order.
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 25 Oct 2017 17:00:23 +0000
 
diff --git a/debian/rules b/debian/rules
index f275efe..7de4c69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ PYVERS=$(shell pyversions -vd)
 PYTHON3S:=$(shell py3versions -vr 2>/dev/null)
 
 %:
-	dh --with python2,python3,sphinxdoc $@
+	dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
 
 override_dh_auto_clean:
 	find . -name '*\.py[co]' -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/xlwt.git



More information about the Python-modules-commits mailing list