diffstat of debian/ for pylint_0.26.0-1 pylint_0.26.0-1ubuntu1 changelog | 20 ++++++++++++++++++++ control | 9 +++++---- rules | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff -u pylint-0.26.0/debian/rules pylint-0.26.0/debian/rules --- pylint-0.26.0/debian/rules +++ pylint-0.26.0/debian/rules @@ -71,7 +71,7 @@ dh_testdir dh_testroot dh_install -i - dh_pysupport -i + dh_python2 -i dh_installchangelogs -i ChangeLog dh_installexamples -i dh_installdocs -i diff -u pylint-0.26.0/debian/changelog pylint-0.26.0/debian/changelog --- pylint-0.26.0/debian/changelog +++ pylint-0.26.0/debian/changelog @@ -1,3 +1,10 @@ +pylint (0.26.0-1ubuntu1) raring; urgency=low + + * Merge from Debian unstable. Remaining change: + - Build using dh_python2 instead of python-support. + + -- Benjamin Drung Sun, 03 Mar 2013 00:43:06 +0100 + pylint (0.26.0-1) experimental; urgency=low * New upstream release; Closes: #691108 @@ -14,12 +21,25 @@ -- Sandro Tosi Sat, 11 Aug 2012 14:26:44 +0200 +pylint (0.25.1-1ubuntu1) quantal; urgency=low + + * Merge from debian unstable, remainting changes: + - Build using dh_python2 + + -- Dmitrijs Ledkovs Wed, 27 Jun 2012 23:10:51 +0100 + pylint (0.25.1-1) unstable; urgency=low * New upstream release -- Sandro Tosi Fri, 30 Dec 2011 23:28:42 +0100 +pylint (0.25.0-1ubuntu1) precise; urgency=low + + * Build using dh_python2 + + -- Matthias Klose Sat, 17 Dec 2011 13:52:24 +0000 + pylint (0.25.0-1) unstable; urgency=low * New upstream release diff -u pylint-0.26.0/debian/control pylint-0.26.0/debian/control --- pylint-0.26.0/debian/control +++ pylint-0.26.0/debian/control @@ -1,12 +1,13 @@ Source: pylint Section: python Priority: optional -Maintainer: Python Applications Packaging Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Python Applications Packaging Team Uploaders: Sylvain Thénault , Alexandre Fayolle , Sandro Tosi -Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.4-1~) -Build-Depends-Indep: python-support, python-logilab-common (>= 0.53.0), python-logilab-astng (>= 0.21.1), python-unittest2 +Build-Depends: debhelper (>= 5.0.38), python (>= 2.6.6-3~) +Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-logilab-astng (>= 0.21.1), python-unittest2 Standards-Version: 3.9.3 -XS-Python-Version: >= 2.6 +X-Python-Version: >= 2.6 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/