[med-svn] r16306 - trunk/package_template
Andreas Tille
tille at moszumanska.debian.org
Mon Feb 24 18:54:45 UTC 2014
Author: tille
Date: 2014-02-24 18:54:45 +0000 (Mon, 24 Feb 2014)
New Revision: 16306
Modified:
trunk/package_template/createmanpages
Log:
ENable substitution of version
Modified: trunk/package_template/createmanpages
===================================================================
--- trunk/package_template/createmanpages 2014-02-24 18:42:38 UTC (rev 16305)
+++ trunk/package_template/createmanpages 2014-02-24 18:54:45 UTC (rev 16306)
@@ -6,4 +6,4 @@
help2man --no-info --no-discard-stderr --help-option=" " \
--name='<optional description of the program>' \
- --version-string='$VERSION' <programname> > $MANDIR/<programname>.1
+ --version-string="$VERSION" <programname> > $MANDIR/<programname>.1
More information about the debian-med-commit
mailing list