[Python-modules-commits] [parsedatetime] 02/03: Switch to pybuild.

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Sep 28 01:18:21 UTC 2016


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

mithrandi pushed a commit to branch master
in repository parsedatetime.

commit fb3c44dba294ec8f522e687442c7cd653b91a6c6
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Wed Sep 28 03:09:19 2016 +0200

    Switch to pybuild.
---
 debian/changelog | 6 ++++--
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4f2d07..daaaaf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 parsedatetime (2.1-2) unstable; urgency=medium
 
   * Team upload.
-  * Explicitly select python_distutils buildsystem to avoid makefile being
-    autodetected (closes: #838881).
+  * python_distutils buildsystem was being autodetected previously, but
+    now makefile is autodetected; select pybuild explicitly instead as
+    this will run the tests for us automatically (closes: #838881).
+  * Add dh-python to Build-Depends.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Wed, 28 Sep 2016 03:05:44 +0200
 
diff --git a/debian/control b/debian/control
index 04f5abe..c000f01 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-nose
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-nose, dh-python
 Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/parsedatetime/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/parsedatetime.git
diff --git a/debian/rules b/debian/rules
index eeb5eb1..53cb3ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2 --buildsystem python_distutils
+	dh $@ --with python2 --buildsystem pybuild

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



More information about the Python-modules-commits mailing list