[at-spi2-core] Make the build reproducible



commit ef8da8de7aa10e5a3682fd0500e7c1f69d0d232a
Author: Chris Lamb <lamby debian org>
Date:   Mon Dec 4 14:15:01 2017 -0600

    Make the build reproducible
    
    atspi-enum-types.h.template should use @basename@ rather than @filename@
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791167

 atspi/atspi-enum-types.c.template |    2 +-
 atspi/atspi-enum-types.h.template |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atspi/atspi-enum-types.c.template b/atspi/atspi-enum-types.c.template
index cd92f99..385d0ee 100644
--- a/atspi/atspi-enum-types.c.template
+++ b/atspi/atspi-enum-types.c.template
@@ -4,7 +4,7 @@
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
 #include "@filename@"
 
 /*** END file-production ***/
diff --git a/atspi/atspi-enum-types.h.template b/atspi/atspi-enum-types.h.template
index bd297b5..789ad2e 100644
--- a/atspi/atspi-enum-types.h.template
+++ b/atspi/atspi-enum-types.h.template
@@ -9,7 +9,7 @@ G_BEGIN_DECLS
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
-/* Enumerations from "@filename@" */
+/* Enumerations from "@basename@" */
 
 /*** END file-production ***/
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]