blob: 7c4177f5f50595a83a938605ebb2da9df3948d63 [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001hdy-enums*.c.in: Fix reproducibility issue
2
3When full filenames are used in generated sources it makes the resulting
4debug packages non-reproducible. Best practise is to use basename in
5comments instead.
6
7Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org
8Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/734]
9
10Index: a/src/hdy-enums-private.c.in
11===================================================================
12--- a/src/hdy-enums-private.c.in
13+++ b/src/hdy-enums-private.c.in
14@@ -7,7 +7,7 @@
15 /*** END file-header ***/
16
17 /*** BEGIN file-production ***/
18-/* enumerations from "@filename@" */
19+/* enumerations from "@basename@" */
20 /*** END file-production ***/
21
22 /*** BEGIN value-header ***/
23Index: a/src/hdy-enums.c.in
24===================================================================
25--- a/src/hdy-enums.c.in
26+++ b/src/hdy-enums.c.in
27@@ -13,7 +13,7 @@
28 /*** END file-header ***/
29
30 /*** BEGIN file-production ***/
31-/* enumerations from "@filename@" */
32+/* enumerations from "@basename@" */
33 /*** END file-production ***/
34
35 /*** BEGIN value-header ***/