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

Steven Michael Robbins smr at alioth.debian.org
Tue Dec 14 06:35:38 UTC 2010


Author: smr
Date: 2010-12-14 06:35:37 +0000 (Tue, 14 Dec 2010)
New Revision: 14608

Removed:
   boost/trunk/debian/check-interdep.sh
Modified:
   boost/trunk/debian/Notes
Log:
Remove inter-package dependency checker.  All headers now shipped in libboostX.Y-dev.

Modified: boost/trunk/debian/Notes
===================================================================
--- boost/trunk/debian/Notes	2010-12-14 06:28:08 UTC (rev 14607)
+++ boost/trunk/debian/Notes	2010-12-14 06:35:37 UTC (rev 14608)
@@ -40,25 +40,3 @@
 List of example directories obtained using
 
     find * -name 'example*' -type d | grep -v '/example.*/example' > debian/example-files
-
-
-	Interdependencies
-	-----------------
-
-Check using check-interdep.sh
-** must do this after installing the -dev packages **
-
-For 1.38
-
-date_time 	depends on serialization
-filesystem 	depends on system
-graph 		depends on serialization, test
-iostreams 	depends on regex
-math		depends on test
-mpi		depends on graph, python, serialization
-regex 		depends on thread
-thread 		depends on date_time
-wave 		depends on filesystem, serialization
-
-Also, bug report #480948 indicates that multi_index, from libboost-dev
-itself depends on serialization.

Deleted: boost/trunk/debian/check-interdep.sh
===================================================================
--- boost/trunk/debian/check-interdep.sh	2010-12-14 06:28:08 UTC (rev 14607)
+++ boost/trunk/debian/check-interdep.sh	2010-12-14 06:35:37 UTC (rev 14608)
@@ -1,27 +0,0 @@
-#! /bin/sh
-
-# TODO check no missing compare to:
-# bjam --show-libraries
-libs='date_time 
-filesystem 
-graph 
-graph_parallel
-iostreams 
-math
-mpi
-program_options 
-python 
-regex 
-serialization
-signals
-system
-test
-thread
-wave'
-
-for l in $libs; do
-    for f in $libs; do
-	[ $l = $f ] && continue
-	rgrep -q boost/$f /usr/include/boost/$l && echo $l depends on $f
-    done
-done




More information about the pkg-boost-commits mailing list