Loading createmanpages +3 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,9 @@ VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*: NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1` PROGNAME=`grep "^Package:" debian/control | sed 's/^Package: *//' | head -n1` AUTHOR=".SH AUTHOR\nThis manpage was written by $DEBFULLNAME for the Debian distribution and can be used for any other usage of the program. AUTHOR=".SH AUTHOR\n \ This manpage was written by $DEBFULLNAME for the Debian distribution and\n \ can be used for any other usage of the program.\ " # If program name is different from package name or title should be Loading Loading
createmanpages +3 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,9 @@ VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*: NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1` PROGNAME=`grep "^Package:" debian/control | sed 's/^Package: *//' | head -n1` AUTHOR=".SH AUTHOR\nThis manpage was written by $DEBFULLNAME for the Debian distribution and can be used for any other usage of the program. AUTHOR=".SH AUTHOR\n \ This manpage was written by $DEBFULLNAME for the Debian distribution and\n \ can be used for any other usage of the program.\ " # If program name is different from package name or title should be Loading