[Reproducible-commits] [dpkg] 61/105: build: Use spaces instead of tabs to separate pod2man options

Niko Tyni ntyni at moszumanska.debian.org
Mon May 2 13:49:53 UTC 2016


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

ntyni pushed a commit to branch ntyni/reproducible_builds
in repository dpkg.

commit d668f81e2b3b4d45853ed29e7b325b8e69c22622
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Apr 2 21:14:26 2016 +0200

    build: Use spaces instead of tabs to separate pod2man options
---
 scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index b4fa532..a15abf5 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -156,7 +156,7 @@ if BUILD_POD_DOC
 	for module in $(nobase_dist_perllib_DATA); do \
 	    name=`echo $$module | sed -e 's|/|::|g' -e 's/\.pm$$//'`; \
 	    $(POD2MAN) --utf8 --center=libdpkg-perl --release=$(VERSION) \
-		--name="$$name"	--section=3 $(srcdir)/$$module \
+		--name="$$name" --section=3 $(srcdir)/$$module \
 		>$(DESTDIR)$(man3dir)/$$name.3; \
 	    test -s $(DESTDIR)$(man3dir)/$$name.3 || \
 		rm -f $(DESTDIR)$(man3dir)/$$name.3; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list