[python-fabio] 15/73: second build fixing lintian issues

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:04 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 5d1aa9daffcf26e99e73f314b247ecbe592c5cd4
Author: Jerome Kieffer <jerome.kieffer at terre-adelie.org>
Date:   Tue Oct 29 20:22:13 2013 +0100

    second build fixing lintian issues
---
 debian/changelog          |  7 +++++++
 debian/patches/compat_2.5 | 35 +++++++++++++++++++++++++++++++++++
 debian/patches/series     |  1 +
 3 files changed, 43 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7a08486..7cb5121 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-fabio (0.1.3-2) unstable; urgency=low
+
+  * Fix Lintian remarks
+  * Correct compatibility with Python 2.5
+
+ -- Jerome Kieffer <jerome.kieffer at esrf.fr>  Tue, 29 Oct 2013 20:20:09 +0100
+
 python-fabio (0.1.3-1) unstable; urgency=low
 
   * New upstream version (v0.1.3)
diff --git a/debian/patches/compat_2.5 b/debian/patches/compat_2.5
new file mode 100644
index 0000000..ced7786
--- /dev/null
+++ b/debian/patches/compat_2.5
@@ -0,0 +1,35 @@
+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
new file mode 100644
index 0000000..03a3c30
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+compat_2.5

-- 
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