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

Steven Michael Robbins smr at alioth.debian.org
Thu Sep 2 06:42:21 UTC 2010


Author: smr
Date: 2010-09-02 06:42:20 +0000 (Thu, 02 Sep 2010)
New Revision: 14594

Modified:
   boost/trunk/debian/Notes
   boost/trunk/debian/example-files
Log:
Fix example file list.

Modified: boost/trunk/debian/Notes
===================================================================
--- boost/trunk/debian/Notes	2010-09-02 06:41:44 UTC (rev 14593)
+++ boost/trunk/debian/Notes	2010-09-02 06:42:20 UTC (rev 14594)
@@ -39,7 +39,7 @@
 
 List of example directories obtained using
 
-    find * -name 'example*' -type d > debian/example-files
+    find * -name 'example*' -type d | grep -v '/example.*/example' > debian/example-files
 
 
 	Interdependencies

Modified: boost/trunk/debian/example-files
===================================================================
--- boost/trunk/debian/example-files	2010-09-02 06:41:44 UTC (rev 14593)
+++ boost/trunk/debian/example-files	2010-09-02 06:42:20 UTC (rev 14594)
@@ -53,7 +53,6 @@
 libs/spirit/classic/example
 libs/spirit/classic/phoenix/example
 libs/spirit/example
-libs/spirit/example/scheme/example
 libs/spirit/phoenix/example
 libs/spirit/repository/example
 libs/statechart/example




More information about the pkg-boost-commits mailing list