[Pkg-wmaker-commits] [wmforecast] 11/11: Use date from ChangeLog for manpage instead of system date.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 20 16:38:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmforecast.

commit ebfceeb1092ca4569d1af70f106cfeb60a24bf01
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Sep 20 12:29:45 2015 -0400

    Use date from ChangeLog for manpage instead of system date.
    
    Allows reproducible builds.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 45b9004..f7767b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,6 @@ PKG_CHECK_MODULES([libxml2],[libxml-2.0])
 PKG_CHECK_MODULES([libcurl],[libcurl])
 PKG_CHECK_MODULES([X11],[x11])
 AC_CHECK_LIB(WINGs,WMCreateWindow)
-AC_SUBST(DATE, "esyscmd(echo -n $(date +"%B %Y"))")
+AC_SUBST(DATE, "esyscmd(head -n 1 ChangeLog | cut -d' ' -f1)")
 AC_CONFIG_FILES([Makefile icons/Makefile wmforecast.1])
 AC_OUTPUT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list