[tryton-debian-vcs] suds branch debian updated. debian/0.4.1-12-3-g04e93ec

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Apr 2 15:34:39 UTC 2014


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/suds.git;a=commitdiff;h=debian/0.4.1-12-3-g04e93ec

commit 04e93ec97d691cbd2daf56c5b921161d5b78780f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Apr 2 17:34:34 2014 +0200

    Releasing debian version 0.4.1-13.

diff --git a/debian/changelog b/debian/changelog
index df61207..4b4e2c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+suds (0.4.1-13) unstable; urgency=medium
+
+  * Removing  LC_ALL=C.UTF-8 as build environment.
+  * Removing 04-merge-schema.patch, because it introduced errors in
+    namespace detection (Closes: #743415).
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 02 Apr 2014 17:24:06 +0200
+
 suds (0.4.1-12) unstable; urgency=medium
 
   * Updating year in debian copyright.
commit 14887e1f1246e0e8b96b4fde3ccc72280d9dc2b4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Apr 2 17:23:27 2014 +0200

    Removing 04-merge-schema.patch, because it introduced errors in namespace detection (Closes: #743415).

diff --git a/debian/patches/04-merge-schema.patch b/debian/patches/04-merge-schema.patch
deleted file mode 100644
index 0675a1d..0000000
--- a/debian/patches/04-merge-schema.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Author: gwalker
-Description: Merge correctly multiple namespaces
- Debian patch provided and tested by Russell Stuart <ras at debian.org>.
-Origin: upstream, https://fedorahosted.org/suds/attachment/ticket/346/suds.xsd.schema.patch
-Bug: https://fedorahosted.org/suds/ticket/346
-Bug-Debian: http://bugs.debian.org/728184
-Forwarded: https://fedorahosted.org/suds/ticket/346
-
---- suds-0.4.1.orig/suds/xsd/schema.py
-+++ suds-0.4.1/suds/xsd/schema.py
-@@ -265,6 +265,7 @@ class Schema:
-         @returns: self
-         @rtype: L{Schema} 
-         """
-+        initial_count = len(self.all)
-         for item in schema.attributes.items():
-             if item[0] in self.attributes:
-                 continue
-@@ -290,6 +291,9 @@ class Schema:
-                 continue
-             self.all.append(item[1])
-             self.agrps[item[0]] = item[1]
-+        for top_level_item in self.all[initial_count:]:
-+            for descendant in top_level_item.content():
-+                descendant.schema = self
-         schema.merged = True
-         return self
-         
diff --git a/debian/patches/series b/debian/patches/series
index 2219dd1..8715974 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 01-remove-makefile
 02-fix-unsecure-cache-path.patch
 03-fix-timezone-handling.patch
-04-merge-schema.patch
-- 
suds



More information about the tryton-debian-vcs mailing list