Your message dated Mon, 16 Nov 2009 21:38:46 +0000
with message-id <e1na9ha-0007aw...@ries.debian.org>
and subject line Bug#550006: fixed in boost1.40 1.40.0-3
has caused the Debian Bug report #550006,
regarding libboost-graph-dev: Headers uses more of other headers, including a 
python one
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
550006: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550006
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libboost-graph-dev
Severity: serious
Justification: breaks other things


Hi

We have recently gotten a series of ftbfs bugs in kde, that uses
boost-graph a bit.

It can best be described with:

n file included from /usr/include/boost/parameter/aux_/arg_list.hpp:14,
                 from /usr/include/boost/parameter/aux_/tagged_argument.hpp:10,
                 from /usr/include/boost/parameter/aux_/tag.hpp:8,
                 from /usr/include/boost/parameter/keyword.hpp:10,
                 from /usr/include/boost/parameter/name.hpp:8,
                 from /usr/include/boost/graph/named_function_params.hpp:15,
                 from /usr/include/boost/graph/depth_first_search.hpp:21,
                 from /usr/include/boost/graph/topological_sort.hpp:16,
                 from ../../kleopatra/models/keylistmodel.cpp:61:
/usr/include/boost/parameter/aux_/maybe.hpp:13:53: error: 
boost/python/detail/referent_storage.hpp: No such file or directory

It is new in boost 1.39 that named_function_params.hpp have stared to include 
name.hpp, but the aux_/maybe.hpp header has been using
python/detail/referent_storage.hpp as long as I can look it back in the
version I have installed on various machines.

The referent_storage.hpp file in boost::python is actually fully
self-contained and could be moved to the main boost-dev package without
any problems. 

I tried builidng a local set of packages that moved referent_storage.hpp
into the boost-dev package, and now kdepim and kdepimlibs built again
for me without any changes.

We have currently worked around it in kde by build-depending on
libboost-python-dev, but somehow it feels wrong to do that, just to use
BGL.

A quick patch:

diff -u boost1.40-1.40.0/debian/control boost1.40-1.40.0/debian/control
--- boost1.40-1.40.0/debian/control
+++ boost1.40-1.40.0/debian/control
@@ -29,7 +29,7 @@
 Depends: ${misc:Depends}, ${shlibs:Depends}, libstdc++6-4.4-dev | libstdc++-dev
 Suggests: libboost1.40-doc, libboost-date-time1.40-dev, 
libboost-filesystem1.40-dev, libboost-graph1.40-dev, 
libboost-iostreams1.40-dev, libboost-math1.40-dev, libboost-mpi1.40-dev, 
libboost-program-options1.40-dev, libboost-python1.40-dev, 
libboost-regex1.40-dev, libboost-serialization1.40-dev, 
libboost-signals1.40-dev, libboost-system1.40-dev, libboost-test1.40-dev, 
libboost-thread1.40-dev, libboost-wave1.40-dev, xsltproc, doxygen, docbook-xml 
(>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94)
 Conflicts: libboost-dev (<< 1.35.0), bcp, libboost1.35-dev, libboost1.36-dev, 
libboost1.37-dev, libboost1.38-dev, libboost1.39-dev
-Replaces: bcp
+Replaces: bcp, libboost-python1.39-dev, libboost-python1.38-dev, 
libboost-python1.37-dev, libboost-python1.36-dev, libboost-python1.35-dev, 
libboost-python-dev (<< 1.35.0), libboost-python1.40-dev (<= 1.40.0-1)
 Provides: bcp
 Description: Boost C++ Libraries development files
  The Boost web site provides free, peer-reviewed, portable C++ source
diff -u boost1.40-1.40.0/debian/rules boost1.40-1.40.0/debian/rules
--- boost1.40-1.40.0/debian/rules
+++ boost1.40-1.40.0/debian/rules
@@ -330,6 +330,9 @@
        dh_installdirs -plibboost-python$(PKGVERSION)-dev usr/include/boost
        mv debian/libboost$(PKGVERSION)-dev/usr/include/boost/python* \
           debian/libboost-python$(PKGVERSION)-dev/usr/include/boost
+       # we need to move a file back to the generic dev, as it is used quite 
much by other parts, and doesn't actually include any boost things.
+       mkdir -p 
debian/libboost$(PKGVERSION)-dev/usr/include/boost/python/detail/
+       mv 
debian/libboost-python$(PKGVERSION)-dev/usr/include/boost/python/detail/referent_storage.hpp
 debian/libboost$(PKGVERSION)-dev/usr/include/boost/python/detail/
        dh_install -plibboost-python$(PKGVERSION)-dev --autodest \
           
debian/tmp/usr/share/python/runtime.d/libboost-python$(PKGVERSION)-dev.rtupdate
        dh_link -plibboost-python$(PKGVERSION)-dev
diff -u boost1.40-1.40.0/debian/changelog boost1.40-1.40.0/debian/changelog
--- boost1.40-1.40.0/debian/changelog
+++ boost1.40-1.40.0/debian/changelog
@@ -1,3 +1,12 @@
+boost1.40 (1.40.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Move boost/python/detail/referent_storage.hpp into the generic boost-dev
+    pacakge, as it isn't python specific at all and used unconditionally by
+    headers in boost-dev, that is now used by large parts of BGL.
+
+ -- Sune Vuorela <deb...@pusling.com>  Sat, 03 Oct 2009 10:22:21 +0200
+
 boost1.40 (1.40.0-1) unstable; urgency=low

   * New upstream.  Version string updates to control & rules.  File list



/Sune


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Source: boost1.40
Source-Version: 1.40.0-3

We believe that the bug you reported is fixed in the latest version of
boost1.40, which is due to be installed in the Debian FTP archive:

boost1.40_1.40.0-3.diff.gz
  to main/b/boost1.40/boost1.40_1.40.0-3.diff.gz
boost1.40_1.40.0-3.dsc
  to main/b/boost1.40/boost1.40_1.40.0-3.dsc
libboost-date-time1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-date-time1.40-dev_1.40.0-3_amd64.deb
libboost-date-time1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-date-time1.40.0_1.40.0-3_amd64.deb
libboost-filesystem1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-filesystem1.40-dev_1.40.0-3_amd64.deb
libboost-filesystem1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-filesystem1.40.0_1.40.0-3_amd64.deb
libboost-graph-parallel1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-graph-parallel1.40-dev_1.40.0-3_amd64.deb
libboost-graph-parallel1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-graph-parallel1.40.0_1.40.0-3_amd64.deb
libboost-graph1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-graph1.40-dev_1.40.0-3_amd64.deb
libboost-graph1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-graph1.40.0_1.40.0-3_amd64.deb
libboost-iostreams1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-iostreams1.40-dev_1.40.0-3_amd64.deb
libboost-iostreams1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-iostreams1.40.0_1.40.0-3_amd64.deb
libboost-math1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-math1.40-dev_1.40.0-3_amd64.deb
libboost-math1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-math1.40.0_1.40.0-3_amd64.deb
libboost-mpi-python1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-mpi-python1.40-dev_1.40.0-3_amd64.deb
libboost-mpi-python1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-mpi-python1.40.0_1.40.0-3_amd64.deb
libboost-mpi1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-mpi1.40-dev_1.40.0-3_amd64.deb
libboost-mpi1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-mpi1.40.0_1.40.0-3_amd64.deb
libboost-program-options1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-program-options1.40-dev_1.40.0-3_amd64.deb
libboost-program-options1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-program-options1.40.0_1.40.0-3_amd64.deb
libboost-python1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-python1.40-dev_1.40.0-3_amd64.deb
libboost-python1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-python1.40.0_1.40.0-3_amd64.deb
libboost-regex1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-regex1.40-dev_1.40.0-3_amd64.deb
libboost-regex1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-regex1.40.0_1.40.0-3_amd64.deb
libboost-serialization1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-serialization1.40-dev_1.40.0-3_amd64.deb
libboost-serialization1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-serialization1.40.0_1.40.0-3_amd64.deb
libboost-signals1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-signals1.40-dev_1.40.0-3_amd64.deb
libboost-signals1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-signals1.40.0_1.40.0-3_amd64.deb
libboost-system1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-system1.40-dev_1.40.0-3_amd64.deb
libboost-system1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-system1.40.0_1.40.0-3_amd64.deb
libboost-test1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-test1.40-dev_1.40.0-3_amd64.deb
libboost-test1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-test1.40.0_1.40.0-3_amd64.deb
libboost-thread1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-thread1.40-dev_1.40.0-3_amd64.deb
libboost-thread1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-thread1.40.0_1.40.0-3_amd64.deb
libboost-wave1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-wave1.40-dev_1.40.0-3_amd64.deb
libboost-wave1.40.0_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost-wave1.40.0_1.40.0-3_amd64.deb
libboost1.40-all-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost1.40-all-dev_1.40.0-3_amd64.deb
libboost1.40-dbg_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost1.40-dbg_1.40.0-3_amd64.deb
libboost1.40-dev_1.40.0-3_amd64.deb
  to main/b/boost1.40/libboost1.40-dev_1.40.0-3_amd64.deb
libboost1.40-doc_1.40.0-3_all.deb
  to main/b/boost1.40/libboost1.40-doc_1.40.0-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 550...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <s...@debian.org> (supplier of updated boost1.40 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 14 Nov 2009 22:44:30 -0600
Source: boost1.40
Binary: libboost1.40-dbg libboost1.40-dev libboost1.40-all-dev libboost1.40-doc 
libboost-date-time1.40.0 libboost-date-time1.40-dev libboost-filesystem1.40.0 
libboost-filesystem1.40-dev libboost-graph1.40.0 libboost-graph1.40-dev 
libboost-graph-parallel1.40.0 libboost-graph-parallel1.40-dev 
libboost-iostreams1.40.0 libboost-iostreams1.40-dev libboost-math1.40.0 
libboost-math1.40-dev libboost-mpi1.40.0 libboost-mpi1.40-dev 
libboost-mpi-python1.40.0 libboost-mpi-python1.40-dev 
libboost-program-options1.40.0 libboost-program-options1.40-dev 
libboost-python1.40.0 libboost-python1.40-dev libboost-regex1.40.0 
libboost-regex1.40-dev libboost-serialization1.40.0 
libboost-serialization1.40-dev libboost-signals1.40.0 libboost-signals1.40-dev 
libboost-system1.40.0 libboost-system1.40-dev libboost-test1.40.0 
libboost-test1.40-dev libboost-thread1.40.0 libboost-thread1.40-dev 
libboost-wave1.40.0 libboost-wave1.40-dev
Architecture: source all amd64
Version: 1.40.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Boost Team <pkg-boost-de...@lists.alioth.debian.org>
Changed-By: Steve M. Robbins <s...@debian.org>
Description: 
 libboost-date-time1.40-dev - set of date-time libraries based on generic 
programming concepts
 libboost-date-time1.40.0 - set of date-time libraries based on generic 
programming concepts
 libboost-filesystem1.40-dev - filesystem operations (portable paths, iteration 
over directories
 libboost-filesystem1.40.0 - filesystem operations (portable paths, iteration 
over directories
 libboost-graph-parallel1.40-dev - generic graph components and algorithms in 
C++
 libboost-graph-parallel1.40.0 - generic graph components and algorithms in C++
 libboost-graph1.40-dev - generic graph components and algorithms in C++
 libboost-graph1.40.0 - generic graph components and algorithms in C++
 libboost-iostreams1.40-dev - Boost.Iostreams Library development files
 libboost-iostreams1.40.0 - Boost.Iostreams Library
 libboost-math1.40-dev - Boost.Math Library development files
 libboost-math1.40.0 - Boost.Math Library
 libboost-mpi-python1.40-dev - C++ interface to the Message Passing Interface 
(MPI), Python Bind
 libboost-mpi-python1.40.0 - C++ interface to the Message Passing Interface 
(MPI), Python Bind
 libboost-mpi1.40-dev - C++ interface to the Message Passing Interface (MPI)
 libboost-mpi1.40.0 - C++ interface to the Message Passing Interface (MPI)
 libboost-program-options1.40-dev - program options library for C++
 libboost-program-options1.40.0 - program options library for C++
 libboost-python1.40-dev - Boost.Python Library development files
 libboost-python1.40.0 - Boost.Python Library
 libboost-regex1.40-dev - regular expression library for C++
 libboost-regex1.40.0 - regular expression library for C++
 libboost-serialization1.40-dev - serialization library for C++
 libboost-serialization1.40.0 - serialization library for C++
 libboost-signals1.40-dev - managed signals and slots library for C++
 libboost-signals1.40.0 - managed signals and slots library for C++
 libboost-system1.40-dev - Operating system (e.g. diagnostics support) library
 libboost-system1.40.0 - Operating system (e.g. diagnostics support) library
 libboost-test1.40-dev - components for writing and executing test suites
 libboost-test1.40.0 - components for writing and executing test suites
 libboost-thread1.40-dev - portable C++ multi-threading
 libboost-thread1.40.0 - portable C++ multi-threading
 libboost-wave1.40-dev - C99/C++ preprocessor library
 libboost-wave1.40.0 - C99/C++ preprocessor library
 libboost1.40-all-dev - Boost C++ Libraries development files (ALL)
 libboost1.40-dbg - Boost C++ Libraries with debug symbols
 libboost1.40-dev - Boost C++ Libraries development files
 libboost1.40-doc - Boost.org libraries documentation
Closes: 548503 549935 550006 552014 552383 553281
Changes: 
 boost1.40 (1.40.0-3) unstable; urgency=low
 .
   * rules: Keep all headers in package libboostX.Y-dev to avoid bugs about
     one boost lib using headers of another boost lib.  Boost is developed
     as a monolith.  Closes: #548503, #553281, #550006.
 .
   * control(libboost1.40-dev): Move libboost-python1.40-dev from Depends
     to Suggests; this is possible now that -dev contains all the header
     files.  Closes: #549935.
 .
   * patches/boost-build-pythonid.patch: New (thanks, Gaudenz
     Steinlin).  Add --pythonid parameter to the build system to only add
     an identification to Python libraries.
 .
   * control:
   * rtupdate:
   * rules: Build libboost-mpi-python1.40.0 and
     libboost-mpi-python1.40-dev.  Thanks again to Gaudenz Steinlin.
     Closes: #552014.
 .
   * patches/hurd-ellint_rd.patch:
   * patches/hurd-execution_monitor.patch: New (thanks, Pino Toscano).
     Patches for building on hurd.  Closes: #552383.
Checksums-Sha1: 
 9ad63aaee3f3340eba708d15fbaf44ae5b354e1f 2394 boost1.40_1.40.0-3.dsc
 24f39acfb6360332aec4fd2992f89e6c365dd0f2 92833 boost1.40_1.40.0-3.diff.gz
 cfad4e7ae3d85aecd32e6d76b9248352cfcd57e2 39402912 
libboost1.40-doc_1.40.0-3_all.deb
 7e354e7ab6692bb6933073e3cf302d6fd673c1e7 26103340 
libboost1.40-dbg_1.40.0-3_amd64.deb
 40d1a258b31f2805d19037588ddd4fd1a1e390ad 6273840 
libboost1.40-dev_1.40.0-3_amd64.deb
 4f9248dc33259044ed7c4cf945743598904038e1 24736 
libboost1.40-all-dev_1.40.0-3_amd64.deb
 eef66e969e5c8f17f9ad77248bc4d25f37534993 47168 
libboost-date-time1.40.0_1.40.0-3_amd64.deb
 c8793cea6532f700eac8d6316edde61c06540b8e 49886 
libboost-date-time1.40-dev_1.40.0-3_amd64.deb
 e75a901fe002fdb4056836fc2d6e8e50459176ad 51900 
libboost-filesystem1.40.0_1.40.0-3_amd64.deb
 4ff6b9626768b963424e2e2c197e4d0e0f48f1ac 61620 
libboost-filesystem1.40-dev_1.40.0-3_amd64.deb
 579864c18d5c8b17932bbe1801623c34d288738e 120624 
libboost-graph1.40.0_1.40.0-3_amd64.deb
 79d2e947a7f92782c7cdb38790be1d95fbfd065a 135942 
libboost-graph1.40-dev_1.40.0-3_amd64.deb
 c9043f81a004f2aa736a42f9407971ac0a0acbe5 114906 
libboost-graph-parallel1.40.0_1.40.0-3_amd64.deb
 133db7c06b5773d58d7160bf5f6820fb00bdf463 131624 
libboost-graph-parallel1.40-dev_1.40.0-3_amd64.deb
 48da1ed555ce4dfecb354b1d9e57b58bb32fbab8 40666 
libboost-iostreams1.40.0_1.40.0-3_amd64.deb
 6d3c2dd4ec610c1e6b8a473c1f4af35fb3acc2f9 41780 
libboost-iostreams1.40-dev_1.40.0-3_amd64.deb
 16681b1241749b0d7dd0f35145ea368b3d62d6f1 444664 
libboost-math1.40.0_1.40.0-3_amd64.deb
 047cec45521d527b2502b67377e9a94f3a0896e4 1739352 
libboost-math1.40-dev_1.40.0-3_amd64.deb
 9f2769d9122119ef42cd32abf4ec1d0bcf478b20 96786 
libboost-mpi1.40.0_1.40.0-3_amd64.deb
 728e2c64a44cab992e1fd716801ceb51d3ca04db 542174 
libboost-mpi1.40-dev_1.40.0-3_amd64.deb
 10b52bcd9fde4f57566fb0c938d952a0fb002489 525408 
libboost-mpi-python1.40.0_1.40.0-3_amd64.deb
 c62d4dfe1a5726defb886559641d31472f7b279f 89040 
libboost-mpi-python1.40-dev_1.40.0-3_amd64.deb
 5d1f659f64433bc8289cd0efc7693bfa7b16438e 126834 
libboost-program-options1.40.0_1.40.0-3_amd64.deb
 c87897a67ab7d57f365f5c96987fbceac8654306 180632 
libboost-program-options1.40-dev_1.40.0-3_amd64.deb
 51e1fa9e362ecc82fc4777eb978ce4dc72be23a0 254590 
libboost-python1.40.0_1.40.0-3_amd64.deb
 f7f8fd5a1e937da3983817ccb3f71f49cd79cdd2 375586 
libboost-python1.40-dev_1.40.0-3_amd64.deb
 60ef9c2b362d9d9fee30ee5125f2b74be8741251 379742 
libboost-regex1.40.0_1.40.0-3_amd64.deb
 4cd4b10aec997680ce0ae58a8bfe8b4c902c8343 562004 
libboost-regex1.40-dev_1.40.0-3_amd64.deb
 7f48c36a8b0f40321224758acfd668c078ccb1bc 223246 
libboost-serialization1.40.0_1.40.0-3_amd64.deb
 003b9970545d682b3a06a8aacf63e9fcbb0289a1 319386 
libboost-serialization1.40-dev_1.40.0-3_amd64.deb
 80e907462d1c937ac7aef451571d459184315aca 56854 
libboost-signals1.40.0_1.40.0-3_amd64.deb
 6502e8cc38281784aa106fb25379c6e457a8f9d8 65240 
libboost-signals1.40-dev_1.40.0-3_amd64.deb
 1df7d260d9541e1c0b85298b23625806193d1e23 30032 
libboost-system1.40.0_1.40.0-3_amd64.deb
 d4c83b52a144c48eaf89eea5d6447c5935b513af 30230 
libboost-system1.40-dev_1.40.0-3_amd64.deb
 69a3448ae01dd17748dc23bb99402f79d1a30aac 272932 
libboost-test1.40.0_1.40.0-3_amd64.deb
 b27e3c1f2f29dad549ae682935e649047b1cff28 399048 
libboost-test1.40-dev_1.40.0-3_amd64.deb
 fa9e2b3d41c2d1500ad088868a3044d83cc6a022 51498 
libboost-thread1.40.0_1.40.0-3_amd64.deb
 13e11d9b120ba346b10758656ccf0cf041f08554 54666 
libboost-thread1.40-dev_1.40.0-3_amd64.deb
 10ce9570562074b068d36f9523f0e2f12765ec2e 254236 
libboost-wave1.40.0_1.40.0-3_amd64.deb
 f13fb02ebaf61023c92299e4536380213ae108f3 425742 
libboost-wave1.40-dev_1.40.0-3_amd64.deb
Checksums-Sha256: 
 05cdb37098f7756734c5fb17c6be42d421aa408f4fa04663423a60e6b1aee8ef 2394 
boost1.40_1.40.0-3.dsc
 ef02f7570c85bb2f816ffc5425ef7552ffe3339ea6b69c23b0578b50dc7092a5 92833 
boost1.40_1.40.0-3.diff.gz
 54333e8638700aa694714b07991ee886838fed2d7a7c1aff91545b9c02bd3a6d 39402912 
libboost1.40-doc_1.40.0-3_all.deb
 f349e8ff5f7df00907a2cb0067750cf4bad4f4277bbd2fadbcc8307ac79b6674 26103340 
libboost1.40-dbg_1.40.0-3_amd64.deb
 79b902e12e28d18fdfd1b14bca3826d2ad3016b28df6281762e3345c08e87097 6273840 
libboost1.40-dev_1.40.0-3_amd64.deb
 438b0fb82778eb483ed66c0e229ce893113a1907cd14a1f71106e16792204d00 24736 
libboost1.40-all-dev_1.40.0-3_amd64.deb
 b11907c4a12bcbe639693290e5fd308418cc62edcc91f493fbed3bcaf10702cb 47168 
libboost-date-time1.40.0_1.40.0-3_amd64.deb
 6d7968ce1bab547a0edbec1d4d270bb9d49f929919d4bab574cae270a278c9b5 49886 
libboost-date-time1.40-dev_1.40.0-3_amd64.deb
 7c63e9d8f0342a949e480b45197b0f588d6041629b410ca2d45fc4ae10b9a71c 51900 
libboost-filesystem1.40.0_1.40.0-3_amd64.deb
 ba41267e3e9d59b5d153b0f4ddc39c83eab6df986301c539bbdc4be9c0756b9e 61620 
libboost-filesystem1.40-dev_1.40.0-3_amd64.deb
 219905469c8083114561e5b5341d0a24e94b38e147086677f016f479a37730b6 120624 
libboost-graph1.40.0_1.40.0-3_amd64.deb
 c44e6d9104cd61c95b5d36ca6e073215fbacf36e311ef97c2f3aa720ca39c351 135942 
libboost-graph1.40-dev_1.40.0-3_amd64.deb
 780e4d400d34902bf3faf2b4ee6bf0640a6b20b4766dd6b305ca9eff98bf6fa3 114906 
libboost-graph-parallel1.40.0_1.40.0-3_amd64.deb
 f8d6397d0dbcab21fdb264905874d03831b40197875bdb7c55e0c8c1f403e8bc 131624 
libboost-graph-parallel1.40-dev_1.40.0-3_amd64.deb
 24d3a53c97a9f11fd22b4f26a9f26b8a14d50289c72f4d62f0ce629e9d639330 40666 
libboost-iostreams1.40.0_1.40.0-3_amd64.deb
 42846e97b400e198a56157030b9475a47349eb4f955ba857c112d5999b6e68ca 41780 
libboost-iostreams1.40-dev_1.40.0-3_amd64.deb
 31f809cc9e30c649e95dd3967b38987d27109ad0fd18ba191d143c9214238488 444664 
libboost-math1.40.0_1.40.0-3_amd64.deb
 a17f9d71006e76a442da4d6bfb117bd9711752b54efc7f3f09514e718f486c67 1739352 
libboost-math1.40-dev_1.40.0-3_amd64.deb
 10faa9e0ff4d473cc804711259d74768cb4137a915df5ea2ff062cbaf9a8bd2c 96786 
libboost-mpi1.40.0_1.40.0-3_amd64.deb
 5df4f0f108b41602903ef97922c25ed8b58a28b88ea2ebd6db17dbee82aee4e3 542174 
libboost-mpi1.40-dev_1.40.0-3_amd64.deb
 336d2b9cea1d67d88fe9a31c239ee2dfdff773543b09d539cf5ace6725db9b83 525408 
libboost-mpi-python1.40.0_1.40.0-3_amd64.deb
 8b1818b6a524020f46ca31d4a5202a8eec3c36f9d98c4a6262a6ff9181852c21 89040 
libboost-mpi-python1.40-dev_1.40.0-3_amd64.deb
 73adafac20ef8c9edc9527c5808e8358d1d47ceb5f711a17a564104409584fb4 126834 
libboost-program-options1.40.0_1.40.0-3_amd64.deb
 80308d5a8476f51871cf9a98fb61916b9ce3e14cc10382c4a8a13be8afb464e0 180632 
libboost-program-options1.40-dev_1.40.0-3_amd64.deb
 480a190ab14ba679be6b72bfbee4de3f8990b9050add25a3f55cdb41e9091160 254590 
libboost-python1.40.0_1.40.0-3_amd64.deb
 6ac205bdc5047fd6cc99630780175020736895e24e709a6c9ffb6bce996290a4 375586 
libboost-python1.40-dev_1.40.0-3_amd64.deb
 11d4a1ce0f335751c4127060f600514df72d67e016fd8d5e075f0dc72cd2cd19 379742 
libboost-regex1.40.0_1.40.0-3_amd64.deb
 717837777d31eaf56f60aa0dc16d821f1f758cf49c1711ee900707fcb5bdb2f7 562004 
libboost-regex1.40-dev_1.40.0-3_amd64.deb
 36df528be514d5dd14ecc22a237570eefa1d6073b8b39e746472978ce74d6c37 223246 
libboost-serialization1.40.0_1.40.0-3_amd64.deb
 e7c8815b053c044414f7d9dec7f331d4f79f8ee9c8b9b4cc2eae1560e0e3dfe6 319386 
libboost-serialization1.40-dev_1.40.0-3_amd64.deb
 03a5ba14d75c4ffdb7a047f010f05145d277330e033e0c7bad31cb305b90a3ef 56854 
libboost-signals1.40.0_1.40.0-3_amd64.deb
 35ad9d6ad6a7673bb8d066da04f3514aba672a7c0686ba9ba046b2b80879efd5 65240 
libboost-signals1.40-dev_1.40.0-3_amd64.deb
 492996e160a8a0cad91e90adfb5773236f5b54f9110936598a9cf2174d2e195b 30032 
libboost-system1.40.0_1.40.0-3_amd64.deb
 4330e7c1e6c3dc734bce5287051064d1002f316dd3b728990496b39ade9a70f5 30230 
libboost-system1.40-dev_1.40.0-3_amd64.deb
 0be8d1fbfc778649f2d4eb026c1deba4455961ceb2b8040e92be60da27b812a3 272932 
libboost-test1.40.0_1.40.0-3_amd64.deb
 4fcb6d188e67dfdf8d74d69c58f89866d0ce2d51b8b9628fc958964ecf6229ed 399048 
libboost-test1.40-dev_1.40.0-3_amd64.deb
 d7738e2481219d313d917c46a3acd6cb61632472f9fda08d7bce580a639b6f1c 51498 
libboost-thread1.40.0_1.40.0-3_amd64.deb
 07c35411a6e3766bc36f8f59fb8d8bd83c29348782acb79d5c9754c894618fcf 54666 
libboost-thread1.40-dev_1.40.0-3_amd64.deb
 083f37d62a0cba7be6b1b67af22e429e4330bde170522148c85f594893dc1018 254236 
libboost-wave1.40.0_1.40.0-3_amd64.deb
 cf50d70c914d40ab582a631a09073427de5ce7c87a96fe687398468104c6653b 425742 
libboost-wave1.40-dev_1.40.0-3_amd64.deb
Files: 
 3993a0ad7210611acdd6e0cd95732177 2394 libs optional boost1.40_1.40.0-3.dsc
 72b65e25e90d45425ec04c16e3096f9d 92833 libs optional boost1.40_1.40.0-3.diff.gz
 fb633fbb9bbcc133bbeca4e9f09259a7 39402912 doc optional 
libboost1.40-doc_1.40.0-3_all.deb
 7eafa71f502f4b546f8a6d2577d65eee 26103340 debug extra 
libboost1.40-dbg_1.40.0-3_amd64.deb
 eaa6922d1b6f6f722f637bf8f8ffec07 6273840 libdevel optional 
libboost1.40-dev_1.40.0-3_amd64.deb
 1ee7759462510907e26cd333e26bf6d6 24736 libdevel optional 
libboost1.40-all-dev_1.40.0-3_amd64.deb
 60bbc11b57c525f6f2e1393151979ad2 47168 libs optional 
libboost-date-time1.40.0_1.40.0-3_amd64.deb
 cd2e7ad69516da85302afe27555249ba 49886 libdevel optional 
libboost-date-time1.40-dev_1.40.0-3_amd64.deb
 10d015f6284bd4eb9d75a8240ccc8470 51900 libs optional 
libboost-filesystem1.40.0_1.40.0-3_amd64.deb
 415cd66941c42858b3c840da7df46960 61620 libdevel optional 
libboost-filesystem1.40-dev_1.40.0-3_amd64.deb
 ce93954cb0b0f8002c02986f7dc9c377 120624 libs optional 
libboost-graph1.40.0_1.40.0-3_amd64.deb
 3bc4de940b932fd086c2a5705b12df0b 135942 libdevel optional 
libboost-graph1.40-dev_1.40.0-3_amd64.deb
 571936b8f79dde32f4fa9fa33834c4c9 114906 libs optional 
libboost-graph-parallel1.40.0_1.40.0-3_amd64.deb
 3823fb28f244a016ae5e0029eaa31fa1 131624 libdevel optional 
libboost-graph-parallel1.40-dev_1.40.0-3_amd64.deb
 a87acc239086e1318cac2a8a591c4a0a 40666 libs optional 
libboost-iostreams1.40.0_1.40.0-3_amd64.deb
 c327431c67152eb42249cd49c36c4d2a 41780 libdevel optional 
libboost-iostreams1.40-dev_1.40.0-3_amd64.deb
 383d1278a873ee1f0dfd5b973146c365 444664 libs optional 
libboost-math1.40.0_1.40.0-3_amd64.deb
 e9597fa3e461337b44e49febd8acf429 1739352 libdevel optional 
libboost-math1.40-dev_1.40.0-3_amd64.deb
 ecb6794ea8be4198efb1061952d714ba 96786 libs optional 
libboost-mpi1.40.0_1.40.0-3_amd64.deb
 82ded13d4680fcfceb72c1f00452c60e 542174 libdevel optional 
libboost-mpi1.40-dev_1.40.0-3_amd64.deb
 f05651b758342310bd4d8fcad8a9fd5c 525408 python optional 
libboost-mpi-python1.40.0_1.40.0-3_amd64.deb
 a63720b3bf3838121521c434bf1ea878 89040 libdevel optional 
libboost-mpi-python1.40-dev_1.40.0-3_amd64.deb
 03596250eb1bb61d18b908b99cd39d3b 126834 libs optional 
libboost-program-options1.40.0_1.40.0-3_amd64.deb
 9ac414aa80c12ee3e0778c3b6e23b027 180632 libdevel optional 
libboost-program-options1.40-dev_1.40.0-3_amd64.deb
 ab27ab13a21ee674ad792b877ffeab60 254590 python optional 
libboost-python1.40.0_1.40.0-3_amd64.deb
 285b83d2c18f36b0ae7b6e30e9646737 375586 libdevel optional 
libboost-python1.40-dev_1.40.0-3_amd64.deb
 57dcf59603de492d5ea790e6c9d034a5 379742 libs optional 
libboost-regex1.40.0_1.40.0-3_amd64.deb
 b404287456a6fc9bfcb458da88b8bf1e 562004 libdevel optional 
libboost-regex1.40-dev_1.40.0-3_amd64.deb
 48bb684225739f769708ea31bef7fda7 223246 libs optional 
libboost-serialization1.40.0_1.40.0-3_amd64.deb
 2f9814e12c6847b5789b9276d2435e3b 319386 libdevel optional 
libboost-serialization1.40-dev_1.40.0-3_amd64.deb
 6e5b0d73afeac75ee15de09e41a9f52d 56854 libs optional 
libboost-signals1.40.0_1.40.0-3_amd64.deb
 3174d0d4156a5206efae3fa9c31cba42 65240 libdevel optional 
libboost-signals1.40-dev_1.40.0-3_amd64.deb
 3ccac301fe72c9f742290a64bf642369 30032 libs optional 
libboost-system1.40.0_1.40.0-3_amd64.deb
 aa8f89428d57833aa6d3c07d3dbf7788 30230 libdevel optional 
libboost-system1.40-dev_1.40.0-3_amd64.deb
 05aae7be7d8852de7a8608388630e6b4 272932 libs optional 
libboost-test1.40.0_1.40.0-3_amd64.deb
 b4393bf1d381a127fdbda7c18bbc5564 399048 libdevel optional 
libboost-test1.40-dev_1.40.0-3_amd64.deb
 69cf4400136c921c9556d8d533e9bbdd 51498 libs optional 
libboost-thread1.40.0_1.40.0-3_amd64.deb
 f454c43797e0ad7b131660f21d79e4b5 54666 libdevel optional 
libboost-thread1.40-dev_1.40.0-3_amd64.deb
 dd2b3c07c861ece54f310a94595d4a49 254236 libs optional 
libboost-wave1.40.0_1.40.0-3_amd64.deb
 6c0464dcc6aa13c98aa638a49e80de21 425742 libdevel optional 
libboost-wave1.40-dev_1.40.0-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFK/9Jf0i2bPSHbMcURAhgPAJ4hL1ZSE5QL+QIvduDGKbqCcKakwQCgjqge
s2Hsk3F4usvdXZqVO62BIEE=
=afWR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to