[Pkg-wmaker-commits] [wmforecast] 02/03: Remove newline at end of DATE which caused a messed-up manpage.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jan 17 23:07:01 UTC 2016


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

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

commit 155869490468436bbd5e93dc5028e2284476d667
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Oct 28 18:00:34 2015 -0400

    Remove newline at end of DATE which caused a messed-up manpage.
    
    Also switch PACKAGE_STRING to PACKAGE_VERSION in manpage.
---
 configure.ac    | 2 +-
 wmforecast.1.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index f7767b3..2bf354f 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(head -n 1 ChangeLog | cut -d' ' -f1)")
+AC_SUBST(DATE, "esyscmd(head -n 1 ChangeLog | cut -d' ' -f1 | tr -d '\n')")
 AC_CONFIG_FILES([Makefile icons/Makefile wmforecast.1])
 AC_OUTPUT
diff --git a/wmforecast.1.in b/wmforecast.1.in
index d3da72e..f1bfe98 100644
--- a/wmforecast.1.in
+++ b/wmforecast.1.in
@@ -1,4 +1,4 @@
-.TH WMFORECAST "1" "@DATE@" "@PACKAGE_STRING@" "User Commands"
+.TH WMFORECAST "1" "@DATE@" "@PACKAGE_VERSION@" "User Commands"
 .SH NAME
 wmforecast \- a weather dockapp for Window Maker using the Yahoo Weather API
 .SH SYNOPSIS

-- 
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