[Python-modules-commits] r23942 - in packages/logilab-common/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Apr 14 20:43:05 UTC 2013


    Date: Sunday, April 14, 2013 @ 20:43:03
  Author: morph
Revision: 23942

* debian/patches/01_fix_tab_space.patch
  - fix tab/space usage in indentation

Added:
  packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch
  packages/logilab-common/trunk/debian/patches/series
Modified:
  packages/logilab-common/trunk/debian/changelog

Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2013-04-14 20:23:15 UTC (rev 23941)
+++ packages/logilab-common/trunk/debian/changelog	2013-04-14 20:43:03 UTC (rev 23942)
@@ -3,8 +3,10 @@
   * New upstream release
   * debian/watch
     - update download URL
+  * debian/patches/01_fix_tab_space.patch
+    - fix tab/space usage in indentation
 
- -- Sandro Tosi <morph at debian.org>  Sun, 14 Apr 2013 22:23:05 +0200
+ -- Sandro Tosi <morph at debian.org>  Sun, 14 Apr 2013 22:40:15 +0200
 
 logilab-common (0.58.3-1) experimental; urgency=low
 

Added: packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch
===================================================================
--- packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch	                        (rev 0)
+++ packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch	2013-04-14 20:43:03 UTC (rev 23942)
@@ -0,0 +1,11 @@
+--- a/registry.py
++++ b/registry.py
+@@ -803,7 +803,7 @@ class RegistryStore(dict):
+                         and getattr(obj, '__select__', None)):
+                     return False
+             elif issubclass(obj, RegistrableInstance):
+- 		return False
++                return False
+         elif not isinstance(obj, RegistrableInstance):
+             return False
+         if not obj.__regid__:

Added: packages/logilab-common/trunk/debian/patches/series
===================================================================
--- packages/logilab-common/trunk/debian/patches/series	                        (rev 0)
+++ packages/logilab-common/trunk/debian/patches/series	2013-04-14 20:43:03 UTC (rev 23942)
@@ -0,0 +1 @@
+01_fix_tab_space.patch




More information about the Python-modules-commits mailing list