From 18d805fe08bbd272990b22b673eda04cbac9ed59 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Thu, 25 Jul 2013 09:17:00 +0200 Subject: [packaging]?debian/control cleanup --- debian/control | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index d33f620..ecc265b 100644 --- a/debian/control +++ b/debian/control @@ -2,22 +2,26 @@ Source: pylint Section: python Priority: optional Maintainer: Logilab S.A. -Uploaders: Sylvain Thénault , Alexandre Fayolle , Sandro Tosi -Build-Depends: debhelper (>= 5.0.38), python (>= 2.4) +Uploaders: Sylvain Thénault , + Alexandre Fayolle , + Sandro Tosi +Build-Depends: debhelper (>= 5.0.38), python (>= 2.5) Build-Depends-Indep: python-support -Standards-Version: 3.8.1 -XS-Python-Version: all +XS-Python-Version: >= 2.5 +Standards-Version: 3.8.2 Homepage: http://www.pylint.org Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pylint/trunk/ -Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/ +Vcs-Hg: https://bitbucket.org/logilab/pylint +Vcs-Browser: https://bitbucket.org/logilab/pylint/src Package: pylint Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid +Depends: ${python:Depends}, + ${misc:Depends}, + python-logilab-common (>= 0.53.0), + python-astroid Suggests: python-tk XB-Python-Version: ${python:Versions} -Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test -Replaces: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test Description: python code static checker and UML diagram generator Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code -- cgit v1.2.1