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

smr at alioth.debian.org smr at alioth.debian.org
Mon Feb 18 19:39:10 UTC 2008


Author: smr
Date: 2008-02-18 19:39:09 +0000 (Mon, 18 Feb 2008)
New Revision: 14159

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Fix the rule for copying the doc directories.  This time for sure.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-02-18 06:10:28 UTC (rev 14158)
+++ boost/trunk/debian/changelog	2008-02-18 19:39:09 UTC (rev 14159)
@@ -11,7 +11,7 @@
     Closes: #338106.  
   * debian/rules (libboost-doc): Also copy in all doc directories.
 
- -- Steve M. Robbins <smr at debian.org>  Mon, 18 Feb 2008 00:09:23 -0600
+ -- Steve M. Robbins <smr at debian.org>  Mon, 18 Feb 2008 13:36:30 -0600
 
 boost (1.34.1-6) unstable; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-02-18 06:10:28 UTC (rev 14158)
+++ boost/trunk/debian/rules	2008-02-18 19:39:09 UTC (rev 14159)
@@ -179,7 +179,7 @@
 	mkdir -p $(htmldir) $(htmldir)/more/css_0
 	cp more/css_0/* $(htmldir)/more/css_0
 	cat debian/documentation-files | xargs cp --parents --target-directory=$(htmldir)
-	find * -name doc | xargs cp --archive --target-directory=$(htmldir)
+	find doc libs -name doc | xargs -n1 cp --archive --target-directory=$(htmldir)
 	rm -rf $(htmldir)/boost
 	dh_link -plibboost-doc \
 	   usr/include/boost \




More information about the pkg-boost-commits mailing list