[pkg-boost-commits] r15048 - /boost/trunk/debian/rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Oct 23 03:48:52 UTC 2017


Author: smr
Date: Mon Oct 23 03:48:51 2017
New Revision: 15048

URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=15048
Log:
Generate manpage for b2.

Modified:
    boost/trunk/debian/rules

Modified: boost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/rules?rev=15048&op=diff
==============================================================================
--- boost/trunk/debian/rules	(original)
+++ boost/trunk/debian/rules	Mon Oct 23 03:48:51 2017
@@ -40,7 +40,7 @@
 
 override_dh_auto_configure: user-config.jam make-debhelper
 
-override_dh_auto_build: $(bjam) debian/bjam.1
+override_dh_auto_build: $(bjam) b2.1 bjam.1
 	$(JAM) $(JAM_WITHOUT) --without-python
 	for pyver in $(pyversions); do \
 	 	pyid=$$(echo $$pyver | tr -d .); \
@@ -67,7 +67,7 @@
 	rm -rf bin.v2 dist
 	rm -rf user-config.jam
 	rm -rf build-* user-config-*.jam
-	rm -rf debian/bjam.1
+	rm -rf b2.1 bjam.1
 	dh_auto_clean
 
 override_dh_compress:
@@ -103,7 +103,7 @@
 	   dist/bin/quickbook \
 	   usr/bin
 	dh_link -plibboost$(PKGVERSION)-tools-dev usr/bin/bjam usr/bin/b2
-	dh_installman -plibboost$(PKGVERSION)-tools-dev debian/bjam.1 debian/bcp.1 debian/inspect.1 debian/quickbook.1
+	dh_installman -plibboost$(PKGVERSION)-tools-dev b2.1 bjam.1 debian/bcp.1 debian/inspect.1 debian/quickbook.1
 	dh_install -plibboost$(PKGVERSION)-tools-dev tools/boostbook/xsl/* usr/share/boostbook/xsl
 	dh_install -plibboost$(PKGVERSION)-tools-dev tools/boostbook/dtd/* usr/share/boostbook/dtd
 	dh_install -plibboost$(PKGVERSION)-tools-dev debian/tmp/usr/share/boost-build
@@ -369,7 +369,7 @@
 		--libdir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) \
 	  || cat bootstrap.log
 
-debian/bjam.1: $(bjam)
+b2.1 bjam.1: $(bjam)
 	help2man --name 'software build tool' --no-info ./bjam > $@
 
 user-config.jam:




More information about the pkg-boost-commits mailing list