[pkg-boost-commits] r14635 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sun Mar 20 02:04:13 UTC 2011


Author: smr
Date: 2011-03-20 02:03:40 +0000 (Sun, 20 Mar 2011)
New Revision: 14635

Modified:
   boost/trunk/debian/rules
Log:
Fix manpage generation, avoid libtool warning.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2011-03-20 01:54:57 UTC (rev 14634)
+++ boost/trunk/debian/rules	2011-03-20 02:03:40 UTC (rev 14635)
@@ -164,7 +164,7 @@
 	./bootstrap.sh --with-icu --prefix=$(CURDIR)/debian/tmp/usr
 
 debian/bjam.1: $(bjam)
-	help2man ./bjam > $@
+	help2man --name 'software build tool' --no-info ./bjam > $@
 
 user-config.jam:
 	echo $(TOOLSET_CONFIG) > $@




More information about the pkg-boost-commits mailing list