[pytango] 03/03: remove 0001-fix-compilation-with-python3.4.patch (applyed upstream)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Feb 13 18:27:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository pytango.

commit 27f36c3bf1ce631db386579e8f32cf8036c9a486
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Feb 13 16:25:05 2016 +0100

    remove 0001-fix-compilation-with-python3.4.patch (applyed upstream)
---
 debian/changelog                                   |  8 +++
 .../0001-fix-compilation-with-python3.4.patch      | 57 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 8 insertions(+), 58 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb5404a..4f8e858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pytango (8.1.8-1) unstable; urgency=medium
+
+  * Imported Upstream version 8.1.8
+  * debian/patch
+    - 0001-fix-compilation-with-python3.4.patch (deleted, applyed upstream)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sat, 13 Feb 2016 16:19:55 +0100
+
 pytango (8.1.6-1) unstable; urgency=medium
 
   * debian/control
diff --git a/debian/patches/0001-fix-compilation-with-python3.4.patch b/debian/patches/0001-fix-compilation-with-python3.4.patch
deleted file mode 100644
index adacea1..0000000
--- a/debian/patches/0001-fix-compilation-with-python3.4.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
-Date: Sun, 13 Sep 2015 11:21:38 +0200
-Subject: fix compilation with python3.4
-
----
- doc/conf.py | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/doc/conf.py b/doc/conf.py
-index fcd04e0..e63d389 100644
---- a/doc/conf.py
-+++ b/doc/conf.py
-@@ -259,7 +259,7 @@ todo_include_todos = True
- 
- def copy_spaces(origin):
-     r = ''
--    for x in xrange(len(origin)):
-+    for x in range(len(origin)):
-         if origin[x] in (' ', '\t'):
-             r += origin[x]
-         else:
-@@ -362,7 +362,7 @@ def search_ONLY_signature(name, text):
- 
-     signatureLine = None
- 
--    for ln in xrange(len(lines)):
-+    for ln in range(len(lines)):
-         line = lines[ln]
- 
-         if len(line.strip()) and line[0] != ' ':
-@@ -405,7 +405,7 @@ _with_only_one_signature_methods = {}
- def __reformat_lines(app, what, name, obj, options, lines):
-     global _with_only_one_signature_methods
-     if what != 'method':
--        for ln in xrange(len(lines)):
-+        for ln in range(len(lines)):
-             lines[ln] = parse_bullet_with_type(lines[ln])
-         return
- 
-@@ -415,7 +415,7 @@ def __reformat_lines(app, what, name, obj, options, lines):
- 
-     toinsert.append((0, ""))
-     
--    for ln in xrange(len(lines)):
-+    for ln in range(len(lines)):
-         line = lines[ln]
- 
-         if len(line) and line[0] != ' ':
-@@ -487,7 +487,7 @@ def __reformat_lines(app, what, name, obj, options, lines):
-         else:
-             lines[ln] = spaces + ":" + control_word + ": " + spl[1]
- 
--    for x in xrange(len(toinsert)-1, -1, -1):
-+    for x in range(len(toinsert)-1, -1, -1):
-         pos, txt = toinsert[x]
-         lines.insert(pos, txt)
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5f8a1f4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-fix-compilation-with-python3.4.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list