[libhandy] hdy-enums*.c.in: Fix reproducibility issue
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] hdy-enums*.c.in: Fix reproducibility issue
- Date: Fri, 26 Feb 2021 07:02:22 +0000 (UTC)
commit 8bc2fdf2fa3cbff616761044869988b934ba3f9f
Author: Richard Purdie <richard purdie linuxfoundation org>
Date: Thu Feb 25 22:06:40 2021 +0000
hdy-enums*.c.in: Fix reproducibility issue
When full filenames are used in generated sources it makes the resulting
debug packages non-reproducible. Best practise is to use basename in
comments instead.
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
src/hdy-enums-private.c.in | 2 +-
src/hdy-enums.c.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/hdy-enums-private.c.in b/src/hdy-enums-private.c.in
index 5a11cda8..2cf8f8b3 100644
--- a/src/hdy-enums-private.c.in
+++ b/src/hdy-enums-private.c.in
@@ -7,7 +7,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
diff --git a/src/hdy-enums.c.in b/src/hdy-enums.c.in
index ff368a55..b9ff3d24 100644
--- a/src/hdy-enums.c.in
+++ b/src/hdy-enums.c.in
@@ -14,7 +14,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]