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

Steven Michael Robbins smr at alioth.debian.org
Mon Jan 4 01:33:15 UTC 2010


Author: smr
Date: 2010-01-04 01:33:12 +0000 (Mon, 04 Jan 2010)
New Revision: 14552

Modified:
   boost/trunk/debian/rules
Log:
No longer need to remove Thumbs.db from doc/html.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2010-01-04 00:04:54 UTC (rev 14551)
+++ boost/trunk/debian/rules	2010-01-04 01:33:12 UTC (rev 14552)
@@ -259,7 +259,6 @@
 	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)
-	rm $(htmldir)/doc/html/images/callouts/Thumbs.db
 	rm -rf $(htmldir)/boost
 	dh_link -plibboost$(PKGVERSION)-doc \
 	   usr/include/boost \




More information about the pkg-boost-commits mailing list