Your message dated Sat, 28 Feb 2015 23:28:49 +0100
with message-id <[email protected]>
and subject line Re: Bug#779456: unblock: pylint/1.3.1-3
has caused the Debian Bug report #779456,
regarding unblock: pylint/1.3.1-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
779456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779456
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]>
+# 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"
--- End Message ---
--- Begin Message ---
On Sat, Feb 28, 2015 at 08:52:33PM +0000, Sandro Tosi <[email protected]> wrote:
>
> Please unblock package pylint
>
> This upload fixed the pylint integration with emacs, which is currently broken
> on testing.
>
Unblocked.
Regards,
--
Mehdi Dogguy
--- End Message ---