[pyfai] 06/06: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Aug 17 17:18:18 UTC 2016


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

picca pushed a commit to branch master
in repository pyfai.

commit 917df9e36db8d517b484f31580c966efa0a9d8d6
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Aug 17 18:13:57 2016 +0200

    release
---
 debian/changelog                                        |  2 +-
 ...do-not-use-deprecated-sphinx-pngmath-extension.patch | 17 +++++++++++++----
 debian/tests/control                                    |  8 ++++----
 3 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c555128..03efd00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pyfai (0.12.0+dfsg-2) UNRELEASED; urgency=medium
+pyfai (0.12.0+dfsg-2) unstable; urgency=medium
 
   * New Homepage https://github.com/silx-kit/pyFAI
   * debian/control
diff --git a/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch b/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch
index 1d27357..fc7eff4 100644
--- a/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch
+++ b/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch
@@ -1,13 +1,13 @@
 From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
-Date: Wed, 17 Aug 2016 13:02:29 +0200
+Date: Wed, 17 Aug 2016 15:30:06 +0200
 Subject: do not use deprecated sphinx pngmath extension
 
 ---
- doc/source/conf.py | 1 -
- 1 file changed, 1 deletion(-)
+ doc/source/conf.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
-index b9945e6..a3d361a 100644
+index b9945e6..4f60d42 100644
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
 @@ -40,7 +40,6 @@ except:
@@ -18,3 +18,12 @@ index b9945e6..a3d361a 100644
      'sphinxcontrib.programoutput',
      'sphinx.ext.mathjax'
  ]
+@@ -274,7 +273,7 @@ re_field = re.compile('@(param|type|rtype|return)')
+ 
+ 
+ def fix_docstring(app, what, name, obj, options, lines):
+-    for i in xrange(len(lines)):
++    for i in range(len(lines)):
+         lines[i] = re_field.sub(r':\1', lines[i])
+ 
+ 
diff --git a/debian/tests/control b/debian/tests/control
index 7b1633d..c92ab9c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,11 @@
 Tests: python2
-Depends: python-pyfai
+Depends: python-pyfai, python-tk
 
 Tests: python2-dbg
-Depends: python-pyfai-dbg
+Depends: python-pyfai-dbg, python-tk
 
 Tests: python3
-Depends: python3-pyfai
+Depends: python3-pyfai, python3-tk
 
 Tests: python3-dbg
-Depends: python3-pyfai-dbg
\ No newline at end of file
+Depends: python3-pyfai-dbg, python3-tk
\ No newline at end of file

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



More information about the debian-science-commits mailing list