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

smr at alioth.debian.org smr at alioth.debian.org
Tue Mar 25 04:10:54 UTC 2008


Author: smr
Date: 2008-03-25 04:10:52 +0000 (Tue, 25 Mar 2008)
New Revision: 14186

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/libboost-doc.doc-base
   boost/trunk/debian/rules
Log:
Lower-case the document ID; otherwise dh_installdocs will not recognize it.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-03-24 23:45:27 UTC (rev 14185)
+++ boost/trunk/debian/changelog	2008-03-25 04:10:52 UTC (rev 14186)
@@ -35,8 +35,9 @@
     (thanks, Jean Pierre LeJacq).  Also reported upstream as ticket/1674.
     Closes: #469771.
   
-  * debian/rules: Add dh_installdocs for package libboost-doc.  
-    Closes: #471284.
+  * debian/libboost-doc.doc-base: Change document ID from "Boost" to
+    "boost".  Apparently dh_installdocs got picky about no upper-case
+    letters in doc IDs.  Closes: #471284.
   
   * debian/patches/gcc-4.3.patch: Include relevant patches from Boost
     ticket tracker, issues: 1570, 1615, and 1617.
@@ -49,7 +50,7 @@
   
   * debian/bcp.1: Replace initial ' by .\" to avoid warnings from "man".
 
- -- Steve M. Robbins <smr at debian.org>  Mon, 24 Mar 2008 18:42:44 -0500
+ -- Steve M. Robbins <smr at debian.org>  Mon, 24 Mar 2008 23:09:57 -0500
 
 boost (1.34.1-8) unstable; urgency=low
 

Modified: boost/trunk/debian/libboost-doc.doc-base
===================================================================
--- boost/trunk/debian/libboost-doc.doc-base	2008-03-24 23:45:27 UTC (rev 14185)
+++ boost/trunk/debian/libboost-doc.doc-base	2008-03-25 04:10:52 UTC (rev 14186)
@@ -1,5 +1,5 @@
-Document: Boost
-Title: C++ Boost Libraries
+Document: boost
+Title: Boost C++ Libraries
 Author: The Boost.org collaboration
 Abstract: The Boost web site provides free peer-reviewed portable
     C++ source libraries.  The emphasis is on libraries which work

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-03-24 23:45:27 UTC (rev 14185)
+++ boost/trunk/debian/rules	2008-03-25 04:10:52 UTC (rev 14186)
@@ -240,7 +240,6 @@
 	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