Source: libfm Version: 1.2.4-1 Severity: wishlist Tags: patch User: [email protected] Usertags: environment X-Debbugs-Cc: [email protected]
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 `. `'` [email protected] / chris-lamb.co.uk `-
--- 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 <[email protected]> +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
_______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
