From 9ec5821e4a6c3552965f24a10325f3ccda12f662 Mon Sep 17 00:00:00 2001 From: sylvain thenault Date: Tue, 24 Mar 2009 17:22:05 +0100 Subject: switch to python-support for consistency w/ other logilab's packages --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/rules | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ee1fcde..234ee8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pylint (0.17.0-2) unstable; urgency=low + + * change to python-support + * update StandardVersion to 3.8.1 + + -- + pylint (0.17.0-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control index e5d7d50..26979f7 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: optional Maintainer: Python Applications Packaging Team Uploaders: Sylvain Thénault , Alexandre Fayolle , Sandro Tosi Build-Depends: debhelper (>= 5.0.38), python -Build-Depends-Indep: python-central (>=0.5.6) -Standards-Version: 3.8.0 +Build-Depends-Indep: python-support +Standards-Version: 3.8.1 XS-Python-Version: all -Homepage: http://www.logilab.org/Project/name/pylint +Homepage: http://www.logilab.org/project/pylint Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pylint/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/ diff --git a/debian/rules b/debian/rules index 966d91e..b1d09f9 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ binary-indep: build install dh_testdir dh_testroot dh_install -i - dh_pycentral -i + dh_pysupport -i dh_installchangelogs -i ChangeLog dh_installexamples -i dh_installdocs -i -- cgit v1.2.1