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

Steven Michael Robbins smr at alioth.debian.org
Fri Jun 26 17:05:00 UTC 2009


Author: smr
Date: 2009-06-26 17:04:58 +0000 (Fri, 26 Jun 2009)
New Revision: 14451

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Build and install quickbook and inspect.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-06-21 19:30:11 UTC (rev 14450)
+++ boost/trunk/debian/changelog	2009-06-26 17:04:58 UTC (rev 14451)
@@ -21,8 +21,10 @@
   * libboost-doc.README.Debian: Explain how to build Boost.Python
     examples.
 
- -- Steve M. Robbins <smr at debian.org>  Thu, 18 Jun 2009 21:03:30 -0500
+  * rules: Build and install tools inspect and quickbook.
 
+ -- Steve M. Robbins <smr at debian.org>  Fri, 26 Jun 2009 12:04:11 -0500
+
 boost1.38 (1.38.0-6) unstable; urgency=low
 
   * control: Add version (<< 1.35.0) to conflicts for -doc and -dbg

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-06-21 19:30:11 UTC (rev 14450)
+++ boost/trunk/debian/rules	2009-06-26 17:04:58 UTC (rev 14451)
@@ -186,6 +186,7 @@
 
 	cd tools/bcp && $(JAM)
 	cd tools/inspect/build && $(JAM)
+	cd tools/quickbook && $(JAM)
 	cd tools/wave/build && $(JAM)
 	cd tools/regression/build && $(JAM)
 	cd libs/python/pyste/install && python setup.py build
@@ -213,6 +214,7 @@
 	rm -rf tools/jam/src/bootstrap
 	rm -rf tools/jam/src/bin.*
 	rm -ff tools/jam/src/bjam
+	rm -rf tools/regression/build/bin
 	rm -rf bin.v2 dist
 	rm -rf user-config.jam
 
@@ -257,8 +259,14 @@
 	dh_install -plibboost$(PKGVERSION)-dev \
 	   debian/tmp/usr/include/boost-$(boost_version)/boost \
 	   usr/include
-	dh_install -plibboost$(PKGVERSION)-dev dist/bin/bcp usr/bin
+	dh_install -plibboost$(PKGVERSION)-dev \
+	   dist/bin/bcp \
+	   dist/bin/inspect \
+	   dist/bin/quickbook \
+	   usr/bin
 	dh_installman -plibboost$(PKGVERSION)-dev debian/bcp.1
+	dh_install -plibboost$(PKGVERSION)-dev tools/boostbook/xsl/* usr/share/boostbook/xsl
+	dh_install -plibboost$(PKGVERSION)-dev tools/boostbook/dtd/* usr/share/boostbook/dtd
 
 	# package libboost-doc
 	rm -rf $(htmldir)




More information about the pkg-boost-commits mailing list