[Python-modules-commits] [pylint-django] 01/02: Add missing packages to Build-Depends.

Raphaël Hertzog hertzog at moszumanska.debian.org
Sat Oct 10 21:20:07 UTC 2015


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

hertzog pushed a commit to branch master
in repository pylint-django.

commit ca5eba0c955ca4b86faeabe6291c7af4d9b3a05f
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Sat Oct 10 22:04:34 2015 +0200

    Add missing packages to Build-Depends.
---
 debian/changelog | 10 ++++++++++
 debian/control   |  6 +++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f3d7310..ef86d78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pylint-django (0.6-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add pylint, pylint3, python-pylint-plugin-utils,
+    python3-pylint-plugin-utils to Build-Depends for the test
+    suite that is now auto-executed with Python 3.5.
+    Closes: #800675
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Sat, 10 Oct 2015 22:03:49 +0200
+
 pylint-django (0.6-1) unstable; urgency=medium
 
   * Initial release (Closes: #768567)
diff --git a/debian/control b/debian/control
index c8466d2..a2ff02b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,11 @@ Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-3~),
                python-setuptools (>= 0.6b3),
                python3-all,
-               python3-setuptools
+               python3-setuptools,
+               pylint,
+               pylint3,
+               python-pylint-plugin-utils,
+               python3-pylint-plugin-utils,
 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-django.git



More information about the Python-modules-commits mailing list