[Python-modules-commits] [parsedatetime] 01/03: Explicitly select python_distutils buildsystem to avoid makefile being autodetected (closes: #838881).

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 65cb14d2caf3205e7bd16c28d701ba585e9440d5
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Wed Sep 28 03:06:14 2016 +0200

    Explicitly select python_distutils buildsystem to avoid makefile being
    autodetected (closes: #838881).
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ccbd3d9..c4f2d07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+parsedatetime (2.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Explicitly select python_distutils buildsystem to avoid makefile being
+    autodetected (closes: #838881).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Wed, 28 Sep 2016 03:05:44 +0200
+
 parsedatetime (2.1-1) unstable; urgency=medium
 
   [ SVN-Git Migration ]
diff --git a/debian/rules b/debian/rules
index a0b6277..eeb5eb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
\ No newline at end of file
+	dh $@ --with python2 --buildsystem python_distutils

-- 
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