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

smr at alioth.debian.org smr at alioth.debian.org
Sun Sep 28 06:04:58 UTC 2008


Author: smr
Date: 2008-09-28 06:04:56 +0000 (Sun, 28 Sep 2008)
New Revision: 14287

Modified:
   boost/trunk/debian/rules
Log:
Avoid packaging the MS Windows thumbnails database.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-09-28 05:32:32 UTC (rev 14286)
+++ boost/trunk/debian/rules	2008-09-28 06:04:56 UTC (rev 14287)
@@ -256,6 +256,7 @@
 	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