[Pkg-wmaker-commits] [wmsystemtray] 27/34: Don't auto-generate date in manpage

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:01:17 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmsystemtray.

commit 499ff82ae51bcf1327f5ace3e2e697b541bfc913
Author: Brad Jorsch <anomie at users.sourceforge.net>
Date:   Fri May 8 07:53:12 2015 -0400

    Don't auto-generate date in manpage
    
    Debian doesn't like that.
---
 .gitignore                          | 1 -
 configure.ac                        | 4 +---
 wmsystemtray.1.in => wmsystemtray.1 | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5c721be..ca20e28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,5 +28,4 @@ Makefile.in
 # Generated files
 *.a
 *.o
-/wmsystemtray.1
 wmsystemtray
diff --git a/configure.ac b/configure.ac
index 9170728..e0d8103 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,6 @@ AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE()
 AM_SILENT_RULES([yes])
 
-DATE=`date '+%B %e, %Y'`
-AC_SUBST(DATE)
 AC_SUBST(VERSION)
 
 # Checks for programs.
@@ -64,7 +62,7 @@ AC_CHECK_FUNCS([atexit dup2 mkdir select strchr strcspn strdup strerror strrchr
 X_CFLAGS="$X_CFLAGS \$(Xmu_CFLAGS) \$(Xmuu_CFLAGS) \$(Xfixes_CFLAGS) \$(Xext_CFLAGS)"
 X_LIBS="\$(X_PRE_LIBS) $X_LIBS \$(LINK_XPM) -lX11 \$(X_EXTRA_LIBS) \$(Xmu_LIBS) \$(Xmuu_LIBS) \$(Xfixes_LIBS) \$(Xext_LIBS)"
 
-AC_CONFIG_FILES([Makefile wmsystemtray.1])
+AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([b0rken/Makefile])
 AC_CONFIG_FILES([m4/Makefile])
 AC_OUTPUT
diff --git a/wmsystemtray.1.in b/wmsystemtray.1
similarity index 99%
rename from wmsystemtray.1.in
rename to wmsystemtray.1
index d9f350a..babe99e 100644
--- a/wmsystemtray.1.in
+++ b/wmsystemtray.1
@@ -6,7 +6,7 @@
 \fB\\$1\fR
 .PP
 ..
-.TH wmsystemtray 1 "@DATE@"
+.TH wmsystemtray 1 "February 22, 2014"
 .SH NAME
 wmsystemtray \- A freedesktop.org system tray as a Window Maker dock app
 .P

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



More information about the Pkg-wmaker-commits mailing list