Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package pylint This upload fixed the pylint integration with emacs, which is currently broken on testing. unblock pylint/1.3.1-3 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -u pylint-1.3.1/debian/changelog pylint-1.3.1/debian/changelog --- pylint-1.3.1/debian/changelog +++ pylint-1.3.1/debian/changelog @@ -1,3 +1,11 @@ +pylint (1.3.1-3) unstable; urgency=medium + + * debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch + - fix pylint integration with emacs; thanks to Guido Günther for the report; + Closes: #778890 + + -- Sandro Tosi <mo...@debian.org> Sat, 28 Feb 2015 20:44:14 +0000 + pylint (1.3.1-2) unstable; urgency=medium * debian/patches/5733254372edb1df9f72f72c6733608405a99a40.patch diff -u pylint-1.3.1/debian/patches/series pylint-1.3.1/debian/patches/series --- pylint-1.3.1/debian/patches/series +++ pylint-1.3.1/debian/patches/series @@ -1,0 +2 @@ +f4dcd0bd455451e3f358f7171990317b10436055.patch only in patch2: unchanged: --- pylint-1.3.1.orig/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch +++ pylint-1.3.1/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch @@ -0,0 +1,19 @@ +# HG changeset patch +# User Edgemaster <grand.edgemas...@gmail.com> +# Date 1406657851 0 +# Branch Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364 +# Node ID f4dcd0bd455451e3f358f7171990317b10436055 +# Parent 6c0c7d49cd37f6710d5c01273da45b1626f5beee +pylint.el: Missing dependency on tramp + +diff --git a/elisp/pylint.el b/elisp/pylint.el +--- a/elisp/pylint.el ++++ b/elisp/pylint.el +@@ -34,6 +34,7 @@ + ;;; Code: + + (require 'compile) ++(require 'tramp) + + (defgroup pylint nil + "Minor mode for running the Pylint Python checker"