[Python-apps-commits] r11769 - in packages/pylint/branches/jessie/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Feb 28 20:48:47 UTC 2015


    Date: Saturday, February 28, 2015 @ 20:48:46
  Author: morph
Revision: 11769

releasing package pylint version 1.3.1-3

Added:
  packages/pylint/branches/jessie/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
Modified:
  packages/pylint/branches/jessie/debian/changelog
  packages/pylint/branches/jessie/debian/patches/series

Modified: packages/pylint/branches/jessie/debian/changelog
===================================================================
--- packages/pylint/branches/jessie/debian/changelog	2015-02-28 20:13:39 UTC (rev 11768)
+++ packages/pylint/branches/jessie/debian/changelog	2015-02-28 20:48:46 UTC (rev 11769)
@@ -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 <morph at debian.org>  Sat, 28 Feb 2015 20:44:14 +0000
+
 pylint (1.3.1-2) unstable; urgency=medium
 
   * debian/patches/5733254372edb1df9f72f72c6733608405a99a40.patch

Added: packages/pylint/branches/jessie/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
===================================================================
--- packages/pylint/branches/jessie/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch	                        (rev 0)
+++ packages/pylint/branches/jessie/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch	2015-02-28 20:48:46 UTC (rev 11769)
@@ -0,0 +1,19 @@
+# HG changeset patch
+# User Edgemaster <grand.edgemaster at 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"

Modified: packages/pylint/branches/jessie/debian/patches/series
===================================================================
--- packages/pylint/branches/jessie/debian/patches/series	2015-02-28 20:13:39 UTC (rev 11768)
+++ packages/pylint/branches/jessie/debian/patches/series	2015-02-28 20:48:46 UTC (rev 11769)
@@ -1 +1,2 @@
 5733254372edb1df9f72f72c6733608405a99a40.patch
+f4dcd0bd455451e3f358f7171990317b10436055.patch




More information about the Python-apps-commits mailing list