[pkg-boost-commits] r14992 - in /boost/trunk/debian: changelog rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Thu Aug 11 02:07:06 UTC 2016


Author: smr
Date: Thu Aug 11 02:07:04 2016
New Revision: 14992

URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=14992
Log:
Install /usr/bin/b2, the canonical name of bjam.

Modified:
    boost/trunk/debian/changelog
    boost/trunk/debian/rules

Modified: boost/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/changelog?rev=14992&op=diff
==============================================================================
--- boost/trunk/debian/changelog	(original)
+++ boost/trunk/debian/changelog	Thu Aug 11 02:07:04 2016
@@ -1,8 +1,12 @@
 boost1.61 (1.61.0+dfsg-3) UNRELEASED; urgency=high
 
+  [ Dimitri John Ledkov ]
   * Actually bump standards version.
 
- -- Dimitri John Ledkov <xnox at ubuntu.com>  Thu, 04 Aug 2016 14:14:01 +0100
+  [ Steve M. Robbins ]
+  * Install /usr/bin/b2, the canonical name of bjam.  Closes: #831431.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 08 Aug 2016 23:44:39 -0500
 
 boost1.61 (1.61.0+dfsg-2.1) unstable; urgency=medium
 

Modified: boost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/rules?rev=14992&op=diff
==============================================================================
--- boost/trunk/debian/rules	(original)
+++ boost/trunk/debian/rules	Thu Aug 11 02:07:04 2016
@@ -98,6 +98,7 @@
 	   dist/bin/inspect \
 	   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_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




More information about the pkg-boost-commits mailing list