Your message dated Fri, 15 Jul 2016 11:15:53 +0200
with message-id
<1468574153.3922128.667052145.366dc...@webmail.messagingengine.com>
and subject line Re: Bug#831345: minidlna: please make the build reproducible
has caused the Debian Bug report #831345,
regarding minidlna: 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.)
--
831345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831345
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: minidlna
Version: 1.1.5+dfsg-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed
that minidlna could not be built reproducibly.
Patch attached.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/11-reproducible-build.patch 1970-01-01
02:00:00.000000000 +0200
--- b/debian/patches/11-reproducible-build.patch 2016-07-14
21:03:50.358336073 +0200
@@ -0,0 +1,14 @@
+Author: Chris Lamb <[email protected]>
+Last-Update: 2016-07-14
+
+--- minidlna-1.1.5+dfsg.orig/configure.ac
++++ minidlna-1.1.5+dfsg/configure.ac
+@@ -526,7 +526,7 @@ AC_DEFINE_UNQUOTED([OS_NAME],"${with_osn
+
+ AC_ARG_WITH(os-version,
+ AS_HELP_STRING([--with-os-version=VERS],[OS Version]),
+- [with_osver="$withval"],[with_osver="$(uname -r)"])
++ [with_osver="$withval"],[with_osver="Debian GNU/Linux"])
+ AC_DEFINE_UNQUOTED([OS_VERSION],"${with_osver}",[OS Version])
+
+ AC_ARG_WITH(os-url,
--- a/debian/patches/series 2016-07-14 18:23:49.174451474 +0200
--- b/debian/patches/series 2016-07-14 21:03:40.990238531 +0200
@@ -6,3 +6,4 @@
06-fix-setlocale.patch
07-fix-multi-artist-album-handling.patch
10-db_dir-should-not-affect-log_dir.patch
+11-reproducible-build.patch
--- End Message ---
--- Begin Message ---
> > Sorry, I'm having difficulty parsing this.
> s/now/no/ =)
> I mean "Now it has no problem".
>
> So could I close the bug or you know any other problem with minidlna?
Re-running my tests, I don't see the issue anymore. Strange.
Closing bug (in BCC).
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- End Message ---