--- a/debian/patches/02-reproducible_build.patch 1969-12-31 16:00:00.000000000 -0800 --- b/debian/patches/02-reproducible_build.patch 2019-08-13 08:21:25.544666910 -0700 @@ -0,0 +1,26 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2019-08-13 + +--- libchamplain-0.12.19.orig/champlain/champlain-enum-types.c.in ++++ libchamplain-0.12.19/champlain/champlain-enum-types.c.in +@@ -6,7 +6,7 @@ + /*** END file-header ***/ + + /*** BEGIN file-production ***/ +-/* enumerations from "@filename@" */ ++/* enumerations from "@basename@" */ + /*** END file-production ***/ + + /*** BEGIN value-header ***/ +--- libchamplain-0.12.19.orig/champlain/champlain-enum-types.h.in ++++ libchamplain-0.12.19/champlain/champlain-enum-types.h.in +@@ -9,7 +9,7 @@ G_BEGIN_DECLS + + /*** BEGIN file-production ***/ + +-/* enumerations from "@filename@" */ ++/* enumerations from "@basename@" */ + /*** END file-production ***/ + + /*** BEGIN value-header ***/ --- a/debian/patches/series 2019-08-13 08:13:26.746869351 -0700 --- b/debian/patches/series 2019-08-13 08:21:24.368660692 -0700 @@ -1 +1,2 @@ 01-fix_gtk-doc_module_name.patch +02-reproducible_build.patch