[python-fabio] 39/73: regenerate the patch series with git-buildpackage

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:08 UTC 2016


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

picca pushed a commit to branch master
in repository python-fabio.

commit 9ed2ac11b6e63fee1cb194956622b4199d51cebe
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Dec 27 20:51:44 2013 +0100

    regenerate the patch series with git-buildpackage
---
 debian/patches/0002-compat_2.5.patch | 36 ++++++++++++++++++++++++++++++++++++
 debian/patches/compat_2.5            | 35 -----------------------------------
 debian/patches/series                |  2 +-
 3 files changed, 37 insertions(+), 36 deletions(-)

diff --git a/debian/patches/0002-compat_2.5.patch b/debian/patches/0002-compat_2.5.patch
new file mode 100644
index 0000000..262e065
--- /dev/null
+++ b/debian/patches/0002-compat_2.5.patch
@@ -0,0 +1,36 @@
+From: Debian Science Maintainers
+ <debian-science-maintainers at lists.alioth.debian.org>
+Date: Fri, 27 Dec 2013 20:50:24 +0100
+Subject: compat_2.5
+
+---
+ fabio-src/binaryimage.py   | 2 +-
+ fabio-src/templateimage.py | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/fabio-src/binaryimage.py b/fabio-src/binaryimage.py
+index fdee49b..83b41b4 100644
+--- a/fabio-src/binaryimage.py
++++ b/fabio-src/binaryimage.py
+@@ -2,7 +2,7 @@
+ # coding: utf8
+ 
+ # Get ready for python3:
+-from __future__ import with_statement, print_function
++from __future__ import with_statement
+ __doc__ = """
+ Authors: Gael Goret, Jerome Kieffer, ESRF, France
+ Emails: gael.goret at esrf.fr, jerome.kieffer at esrf.fr
+diff --git a/fabio-src/templateimage.py b/fabio-src/templateimage.py
+index c6dda06..627e26b 100644
+--- a/fabio-src/templateimage.py
++++ b/fabio-src/templateimage.py
+@@ -34,7 +34,7 @@
+ #    their data into another format
+ 
+ # Get ready for python3:
+-from __future__ import with_statement, print_function
++from __future__ import with_statement
+ __doc__ = """
+ Template for FabIO
+ 
diff --git a/debian/patches/compat_2.5 b/debian/patches/compat_2.5
deleted file mode 100644
index ced7786..0000000
--- a/debian/patches/compat_2.5
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Compatibility with python 2.5
- Version 0.1.3 of FabIO is the last one compatible with python 2.5.
- There were two lines no more compatible with it.
- .
- python-fabio (0.1.3-1) unstable; urgency=low
- .
-   * New upstream version (v0.1.3)
-Author: Jerome Kieffer <jerome.kieffer at esrf.fr>
-
----
-Reviewed-By: Jerome Kieffer <jerome.kieffer at esrf.fr>
-Last-Update: <2013-10-29>
-
---- python-fabio-0.1.3.orig/fabio-src/binaryimage.py
-+++ python-fabio-0.1.3/fabio-src/binaryimage.py
-@@ -2,7 +2,7 @@
- # coding: utf8
-
- # Get ready for python3:
--from __future__ import with_statement, print_function
-+from __future__ import with_statement
- __doc__ = """
- Authors: Gael Goret, Jerome Kieffer, ESRF, France
- Emails: gael.goret at esrf.fr, jerome.kieffer at esrf.fr
---- python-fabio-0.1.3.orig/fabio-src/templateimage.py
-+++ python-fabio-0.1.3/fabio-src/templateimage.py
-@@ -34,7 +34,7 @@
- #    their data into another format
-
- # Get ready for python3:
--from __future__ import with_statement, print_function
-+from __future__ import with_statement
- __doc__ = """
- Template for FabIO
-
diff --git a/debian/patches/series b/debian/patches/series
index b19166e..0b9c4fa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 0001-forwarded-upstream-cythonize-during-the-build.patch
-compat_2.5
+0002-compat_2.5.patch

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



More information about the debian-science-commits mailing list