Your message dated Sun, 23 Feb 2020 21:27:31 +0000
with message-id <[email protected]>
and subject line Bug#938807: Removed package(s) from unstable
has caused the Debian Bug report #862451,
regarding wammu: 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 [email protected]
immediately.)
--
862451: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862451
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wammu
Version: 0.43-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: fileordering
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that wammu could not be built reproducibly as it iterates over
the filesystem in a non-deterministic order.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible-build.patch 2017-05-12 21:57:15.379512653
+0200
@@ -0,0 +1,14 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2017-05-12
+
+--- wammu-0.43.orig/setup.py
++++ wammu-0.43/setup.py
+@@ -149,6 +149,7 @@ def list_message_files(package='wammu',
+ _locale = os.path.basename(os.path.dirname(_file))
+ _list.append((_locale, _file, os.path.join(
+ 'share', 'locale', _locale, 'LC_MESSAGES', '%s.mo' % package)))
++ _list.sort()
+ return _list
+
+
--- a/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/series 2017-05-12 21:57:13.699505435 +0200
@@ -0,0 +1 @@
+reproducible-build.patch
--- End Message ---
--- Begin Message ---
Version: 0.44-1.1+rm
Dear submitter,
as the package wammu has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/938807
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---