[pkg-boost-commits] r14730 - boost/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Mon Sep 24 01:39:32 UTC 2012
Author: smr
Date: 2012-09-24 01:39:32 +0000 (Mon, 24 Sep 2012)
New Revision: 14730
Modified:
boost/trunk/debian/changelog
boost/trunk/debian/rules
Log:
Add symlink /usr/share/doc/libboost-doc/examples, to partially address #687524. Will also add documentation file in boost-defaults.
Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog 2012-09-24 00:22:18 UTC (rev 14729)
+++ boost/trunk/debian/changelog 2012-09-24 01:39:32 UTC (rev 14730)
@@ -1,9 +1,10 @@
boost1.50 (1.50.0-2) unstable; urgency=low
* control: Fix list formatting in Boost.Chrono long description.
- Closes: #687296.
+ Closes: #687296. Add symlink /usr/share/doc/libboost-doc/examples;
+ see #687524.
- -- Steve M. Robbins <steve at sumost.ca> Sun, 23 Sep 2012 19:17:38 -0500
+ -- Steve M. Robbins <steve at sumost.ca> Sun, 23 Sep 2012 20:37:35 -0500
boost1.50 (1.50.0-1) unstable; urgency=low
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2012-09-24 00:22:18 UTC (rev 14729)
+++ boost/trunk/debian/rules 2012-09-24 01:39:32 UTC (rev 14730)
@@ -288,10 +288,13 @@
dh_link -plibboost$(PKGVERSION)-doc \
usr/include/boost \
usr/share/doc/libboost$(PKGVERSION)-doc/HTML/boost
- # provide a constant symlink to the latest documents
+ # provide a constant symlink to the latest documents and examples
dh_link -plibboost$(PKGVERSION)-doc \
usr/share/doc/libboost$(PKGVERSION)-doc/HTML \
usr/share/doc/libboost-doc/HTML
+ dh_link -plibboost$(PKGVERSION)-doc \
+ usr/share/doc/libboost$(PKGVERSION)-doc/examples \
+ usr/share/doc/libboost-doc/examples
dh_installexamples -plibboost$(PKGVERSION)-doc debian/boost-build-examples
mkdir -p $(exampledir)
More information about the pkg-boost-commits
mailing list