summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-11-26 21:13:32 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-11-26 21:13:32 +0100
commit8c231b2bc4c91780ce662146c788bc73b4ac8f3e (patch)
tree3837518006cefe20f3720ccc3d3018c4d05111ce
parent215c4f2acb8fccb6417128955a45416b3a5e497a (diff)
regenerated with gbp pq exportdebian/0.8.0+dfsg-1
-rw-r--r--debian/patches/0002-reproducible-build.patch21
1 files changed, 14 insertions, 7 deletions
diff --git a/debian/patches/0002-reproducible-build.patch b/debian/patches/0002-reproducible-build.patch
index 8b1594e..31813eb 100644
--- a/debian/patches/0002-reproducible-build.patch
+++ b/debian/patches/0002-reproducible-build.patch
@@ -1,10 +1,17 @@
-Description: Make the build reproducible
-Author: Chris Lamb <lamby@debian.org>
-Last-Update: 2016-07-30
+From: Debian Science Maintainers
+ <debian-science-maintainers@lists.alioth.debian.org>
+Date: Mon, 26 Nov 2018 21:12:53 +0100
+Subject: reproducible-build
---- python-fabio-0.4.0+dfsg.orig/fabio/compression.py
-+++ python-fabio-0.4.0+dfsg/fabio/compression.py
-@@ -96,9 +96,9 @@ def endianness():
+---
+ fabio/compression.py | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/fabio/compression.py b/fabio/compression.py
+index 8fe3148..a8a3497 100644
+--- a/fabio/compression.py
++++ b/fabio/compression.py
+@@ -115,9 +115,9 @@ def endianness():
class ExternalCompressors(object):
"""Class to handle lazy discovery of external compression programs"""
@@ -17,7 +24,7 @@ Last-Update: 2016-07-30
def __init__(self):
"""Empty constructor"""
-@@ -107,8 +107,9 @@ class ExternalCompressors(object):
+@@ -126,8 +126,9 @@ class ExternalCompressors(object):
def __getitem__(self, key):
"""Implement the dict-like behavior"""
if key not in self.compressors: