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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jun 15 11:53:01 UTC 2013


    Date: Saturday, June 15, 2013 @ 11:53:00
  Author: morph
Revision: 24824

* debian/patches/01_fix_tab_space.patch
  - removed, merged upstream

Modified:
  packages/logilab-common/trunk/debian/changelog
Deleted:
  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
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2013-06-15 11:48:22 UTC (rev 24823)
+++ packages/logilab-common/trunk/debian/changelog	2013-06-15 11:53:00 UTC (rev 24824)
@@ -7,8 +7,10 @@
   * New upstream release
   * debian/copyright
     - update upstream copyright years
+  * debian/patches/01_fix_tab_space.patch
+    - removed, merged upstream
 
- -- Sandro Tosi <morph at debian.org>  Sat, 15 Jun 2013 13:47:43 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 15 Jun 2013 13:52:47 +0200
 
 logilab-common (0.59.0-1) experimental; urgency=low
 

Deleted: packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch
===================================================================
--- packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch	2013-06-15 11:48:22 UTC (rev 24823)
+++ packages/logilab-common/trunk/debian/patches/01_fix_tab_space.patch	2013-06-15 11:53:00 UTC (rev 24824)
@@ -1,17 +0,0 @@
-Description: Fix usage of spaces/tabs in code indentation
-Author: Sandro Tosi <morph at debian.org>
-Bug: https://www.logilab.org/ticket/129786
-Last-Update: 2013-04-14
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- 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__:

Deleted: packages/logilab-common/trunk/debian/patches/series
===================================================================
--- packages/logilab-common/trunk/debian/patches/series	2013-06-15 11:48:22 UTC (rev 24823)
+++ packages/logilab-common/trunk/debian/patches/series	2013-06-15 11:53:00 UTC (rev 24824)
@@ -1 +0,0 @@
-01_fix_tab_space.patch




More information about the Python-modules-commits mailing list