[Reproducible-builds] Bug#831345: minidlna: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Jul 14 19:12:09 UTC 2016


Source: minidlna
Version: 1.1.5+dfsg-3
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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 <lamby at debian.org>
+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


More information about the Reproducible-builds mailing list