[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.3-117-g5d6ee98



The following commit has been merged in the master branch:
commit 5d6ee98c1dbff5939fc9513cdcf4ecc7124a8662
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jan 7 16:30:20 2011 +0100

    Pass --name lintian and --center "..." to pod2man
    
    This is done to avoid the "standard" auto-generated title line for
    the manpage.

diff --git a/debian/rules b/debian/rules
index 10789b2..805cfff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,8 @@ build-stamp: $(neededfiles) $(docsource) $(testtarget)
 	cd doc && LANG=C debiandoc2html lintian.sgml
 	cd doc && LANG=C debiandoc2text lintian.sgml
 	mkdir man/man1/
-	private/generate-lintian-pod | pod2man --section=1 > man/man1/lintian.1
+	private/generate-lintian-pod | \
+		pod2man --name lintian --center "Debian Package Checker" --section=1 > man/man1/lintian.1
 	pod2man --section=1 man/lintian-info.pod > man/man1/lintian-info.1
 	LINTIAN_ROOT="" ./frontend/lintian --help \
 		| tail -n +3 | $(PERL) -n -e 'print "  $$_"' >doc/help.tmp

-- 
Debian package checker


Reply to: