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

Steven Michael Robbins smr at alioth.debian.org
Sun Jul 4 06:31:27 UTC 2010


Author: smr
Date: 2010-07-04 06:31:18 +0000 (Sun, 04 Jul 2010)
New Revision: 14583

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Fix location of "doc" directories.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2010-05-01 19:43:40 UTC (rev 14582)
+++ boost/trunk/debian/changelog	2010-07-04 06:31:18 UTC (rev 14583)
@@ -1,3 +1,10 @@
+boost1.42 (1.42.0-4) unstable; urgency=low
+
+  * rules: Copy "doc" directories to $htmldir with --parents option so
+    that they end up in the right place.  Closes: #586578.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 04 Jul 2010 01:30:29 -0500
+
 boost1.42 (1.42.0-3) unstable; urgency=low
 
   * rules: Add test_exec_monitor.  Closes: #539350.  (Previous upload was

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2010-05-01 19:43:40 UTC (rev 14582)
+++ boost/trunk/debian/rules	2010-07-04 06:31:18 UTC (rev 14583)
@@ -263,7 +263,7 @@
 	rm -rf $(htmldir)
 	mkdir -p $(htmldir) 
 	cat debian/documentation-files | xargs cp --parents --target-directory=$(htmldir)
-	find doc libs -name doc | xargs -n1 cp --archive --target-directory=$(htmldir)
+	find doc libs -name doc | xargs -n1 cp --archive --parents --target-directory=$(htmldir)
 	rm -rf $(htmldir)/boost
 	dh_link -plibboost$(PKGVERSION)-doc \
 	   usr/include/boost \




More information about the pkg-boost-commits mailing list