[med-svn] [Git][med-team/community/helper-scripts][master] Fix name parsing for multi binary packages
Andreas Tille
gitlab at salsa.debian.org
Thu Aug 30 14:46:15 BST 2018
Andreas Tille pushed to branch master at Debian Med / community / helper-scripts
Commits:
873de103 by Andreas Tille at 2018-08-30T13:45:56Z
Fix name parsing for multi binary packages
- - - - -
1 changed file:
- createmanpages
Changes:
=====================================
createmanpages
=====================================
@@ -3,7 +3,7 @@ MANDIR=debian
mkdir -p $MANDIR
VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
-NAME=`grep "^Description:" debian/control | sed 's/^Description: *//'`
+NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1`
PROGNAME=`grep "^Package:" debian/control | sed 's/^Package: *//'`
AUTHOR=".SH AUTHOR\nThis manpage was written by $DEBFULLNAME for the Debian distribution and
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/commit/873de1032b01effc1ebe678b7575fe68ca5ebbe6
--
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/commit/873de1032b01effc1ebe678b7575fe68ca5ebbe6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180830/95a5e568/attachment.html>
More information about the debian-med-commit
mailing list