[Pkg-lxde-maintainers] Bug#835418: libfm: please make the build reproducible
Chris Lamb
lamby at debian.org
Thu Aug 25 13:24:31 UTC 2016
Source: libfm
Version: 1.2.4-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], I noticed
that libfm could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/patches/02-reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/02-reproducible-build.patch 2016-08-25 14:06:40.233624616 +0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2016-08-25
+
+--- libfm-1.2.4.orig/src/gtk/fm-places-view.c
++++ libfm-1.2.4/src/gtk/fm-places-view.c
+@@ -1286,7 +1286,7 @@ static void fm_places_view_class_init(Fm
+ g_param_spec_string("home-dir-path",
+ "Home item directory",
+ "What directory path will be used for Home item",
+- fm_get_home_dir(),
++ NULL,
+ G_PARAM_READWRITE));
+
+ /**
--- a/debian/patches/series 2016-08-25 14:00:42.357720311 +0100
--- b/debian/patches/series 2016-08-25 14:06:38.817609165 +0100
@@ -1 +1,2 @@
01-lxde-conf.patch
+02-reproducible-build.patch
More information about the Pkg-lxde-maintainers
mailing list