Your message dated Sun, 14 Jan 2018 12:18:15 +0100
with message-id <20180114111815.24ozirpt5ixat...@jwilk.net>
and subject line Re: Bug#834553: pyicu: please make the build reproducible
has caused the Debian Bug report #834553,
regarding pyicu: please make the build reproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
834553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyicu
Version: 1.9.2-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], I noticed
that pyicu could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible_build.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible_build.patch 2016-08-17 00:50:12.458470346
+0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <la...@debian.org>
+Last-Update: 2016-08-17
+
+--- pyicu-1.9.2.orig/setup.py
++++ pyicu-1.9.2/setup.py
+@@ -106,7 +106,7 @@ setup(name="PyICU",
+ 'Topic :: Software Development :: Localization',
+ 'Topic :: Software Development :: Internationalization'],
+ ext_modules=[Extension('_icu',
+- [filename for filename in os.listdir(os.curdir)
++ [filename for filename in
sorted(os.listdir(os.curdir))
+ if filename.endswith('.cpp')],
+ include_dirs=_includes,
+ extra_compile_args=_cflags,
--- a/debian/patches/series 2016-08-17 00:29:49.544363202 +0100
--- b/debian/patches/series 2016-08-17 00:50:11.382461467 +0100
@@ -1,3 +1,4 @@
platform-definitions-fix.diff
fix_typo_in_deprecation_warning.patch
rename_docs_module.patch
+reproducible_build.patch
--- End Message ---
--- Begin Message ---
Version: 1.9.5-1
* Chris Lamb <la...@debian.org>, 2016-08-17, 21:04:
This was just merged upstream.
Yup!
--
Jakub Wilk
--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team