[equivs] 25/36: pod2man: Use short options to get the command on one line

Axel Beckert abe at deuxchevaux.org
Fri Jul 28 23:04:37 UTC 2017


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

abe pushed a commit to branch master
in repository equivs.

commit d166bd390d4fbe16163e17485084e03102a5e33b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jul 18 02:06:37 2017 +0200

    pod2man: Use short options to get the command on one line
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 5e38fb5..0e7ba45 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@ MANPAGES := equivs-control.1 equivs-build.1
 BUILD_DATE = $(shell LC_ALL=C date -u +'%d %b %Y' -d "@$(SOURCE_DATE_EPOCH)")
 
 %.1: %.pod
-	pod2man --section=1 --release="$(BUILD_DATE)" \
-	--center="Debian/GNU" --date=' ' $< > $@
+	pod2man -s 1 -r "$(BUILD_DATE)" -c "Debian/GNU" -d ' ' $< > $@
 
 all: $(MANPAGES)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/equivs.git



More information about the Pkg-perl-cvs-commits mailing list