From ad5527802ec7312b4a4716a2140210091430e389 Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Mon, 15 Nov 2010 15:56:13 +0100 Subject: prepare 0.22.0 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c39a6e6..da8c86b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pylint (0.22.0-1) unstable; urgency=low + + * new upstream release + + -- Émile Anclin Mon, 15 Nov 2010 15:54:44 +0100 + pylint (0.21.4-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control index 7c63185..9a0bbaa 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/ Package: pylint Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.52.1), python-logilab-astng (>= 0.20.4) +Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-logilab-astng (>= 0.21.0) Recommends: python-tk XB-Python-Version: ${python:Versions} Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test diff --git a/debian/rules b/debian/rules index e68116e..7eac66e 100755 --- a/debian/rules +++ b/debian/rules @@ -42,11 +42,11 @@ install: build rm -rf debian/pylint/usr/lib/python*/*-packages/pylint/test # fixes shebangs - for exec in pylint pylint-gui symilar ; do \ - if head -1 debian/pylint/usr/bin/$$exec | grep "^#! */usr/bin" | grep "python" >/dev/null ; then \ - sed -i "s@^#! */usr/bin/env \+python\$$@#!/usr/bin/python@" debian/pylint/usr/bin/$$exec; \ + for exec_file in pylint pylint-gui symilar epylint pyreverse ; do \ + if head -1 debian/pylint/usr/bin/$$exec_file | grep "^#! */usr/bin" | grep "python" >/dev/null ; then \ + sed -i "s@^#! */usr/bin/env \+python\$$@#!/usr/bin/python@" debian/pylint/usr/bin/$$exec_file; \ fi ; \ - chmod a+x debian/pylint/usr/bin/$$exec; \ + chmod a+x debian/pylint/usr/bin/$$exec_file; \ done install -m 644 elisp/pylint.el debian/pylint/usr/share/emacs/site-lisp/pylint/ -- cgit v1.2.1