[Python-modules-commits] [pylint-plugin-utils] 01/01: Fixing pylint build dependencies for the tests with python 3.5
Joseph Herlant
aerostitch-guest at moszumanska.debian.org
Wed Oct 28 07:03:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
aerostitch-guest pushed a commit to branch master
in repository pylint-plugin-utils.
commit daa76a824d40ead9c7dbc745b1a08e097e38ef3c
Author: Joseph Herlant <herlantj at gmail.com>
Date: Tue Oct 27 23:25:21 2015 -0700
Fixing pylint build dependencies for the tests with python 3.5
Git-Dch: Short
Closes: #802142
---
debian/changelog | 8 ++++++++
debian/control | 4 +++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 682ef08..afbb3a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pylint-plugin-utils (0.2.3-2) unstable; urgency=medium
+
+ * Add pylint, pylint3 to Build-Depends for the test suite that is now
+ auto-executed with Python 3.5.
+ Closes: #802142
+
+ -- Joseph Herlant <herlantj at gmail.com> Tue, 27 Oct 2015 23:23:24 -0700
+
pylint-plugin-utils (0.2.3-1) unstable; urgency=low
* Initial release (Closes: #768566)
diff --git a/debian/control b/debian/control
index 8288a1f..f5afb5b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all,
- python3-setuptools
+ python3-setuptools,
+ pylint,
+ pylint3
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-plugin-utils.git
More information about the Python-modules-commits
mailing list