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

smr at alioth.debian.org smr at alioth.debian.org
Sun Mar 23 06:10:30 UTC 2008


Author: smr
Date: 2008-03-23 06:10:29 +0000 (Sun, 23 Mar 2008)
New Revision: 14179

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Add dh_installdocs for package libboost-doc

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-03-23 05:56:25 UTC (rev 14178)
+++ boost/trunk/debian/changelog	2008-03-23 06:10:29 UTC (rev 14179)
@@ -34,8 +34,11 @@
     to force correct formatting; new patch date_time_date_formatting_hpp
     (thanks, Jean Pierre LeJacq).  Also reported upstream as ticket/1674.
     Closes: #469771.
+  
+  * debian/rules: Add dh_installdocs for package libboost-doc.  
+    Closes: #471284.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 23 Mar 2008 00:51:35 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sun, 23 Mar 2008 01:08:43 -0500
 
 boost (1.34.1-8) unstable; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-03-23 05:56:25 UTC (rev 14178)
+++ boost/trunk/debian/rules	2008-03-23 06:10:29 UTC (rev 14179)
@@ -239,6 +239,7 @@
 	dh_link -plibboost-doc \
 	   usr/include/boost \
 	   usr/share/doc/libboost-doc/HTML/boost
+	dh_installdocs -plibboost-doc
 
 	mkdir -p $(exampledir)
 	cat debian/example-files | xargs cp -a --parents --target-directory=$(exampledir)




More information about the pkg-boost-commits mailing list