blob: 03abf8763ce42c1a00223862878e6a191b77b52c [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001From f8b32901981a06a8db4169b82a704dcf7e8b6560 Mon Sep 17 00:00:00 2001
2From: Joshua Watt <JPEWhacker@gmail.com>
3Date: Wed, 20 Nov 2019 15:43:57 -0600
4Subject: [PATCH] Fix build reproducibility
5
6Changes the comment in pango-enum-types.c to reference the file basename
7instead of the full path. This ensures that the generated file is
8reproducible when it is included in source packages meant for debugging.
9
10Upstream-Status: Pending [https://gitlab.gnome.org/GNOME/pango/merge_requests/159]
11Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
12---
13 pango/pango-enum-types.c.template | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/pango/pango-enum-types.c.template b/pango/pango-enum-types.c.template
17index d922c691..0d55ef74 100644
18--- a/pango/pango-enum-types.c.template
19+++ b/pango/pango-enum-types.c.template
20@@ -6,7 +6,7 @@
21 /*** END file-header ***/
22
23 /*** BEGIN file-production ***/
24-/* enumerations from "@filename@" */
25+/* enumerations from "@basename@" */
26 /*** END file-production ***/
27
28 /*** BEGIN value-header ***/
29--
302.23.0
31