Your message dated Sun, 07 Dec 2008 05:17:16 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#495204: fixed in boost 1.34.1-15
has caused the Debian Bug report #495204,
regarding libboost-dev: missing include of climits in 
boost/pending/relaxed_heap.hpp
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 [EMAIL PROTECTED]
immediately.)


-- 
495204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495204
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libboost-dev
Version: 1.34.1-11
Severity: normal
Tags: patch

boost/pending/relaxed_heap.hpp uses CHAR_BIT but does not include climits for 
its definition.
(This appears to be more gcc 4.3 fallout.)

; cat >test.cpp
#include <boost/graph/betweenness_centrality.hpp>
; make test
g++     test.cpp   -o test
In file included from /usr/include/boost/graph/dijkstra_shortest_paths.hpp:19,
                 from /usr/include/boost/graph/betweenness_centrality.hpp:14,
                 from test.cpp:1:
/usr/include/boost/pending/relaxed_heap.hpp: In member function 'size_t 
boost::relaxed_heap<IndexedType, Compare, ID>::log_base_2(size_t)':
/usr/include/boost/pending/relaxed_heap.hpp:102: error: 'CHAR_BIT' was not 
declared in this scope
make: *** [test] Error 1
; g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-2'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-cld
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu
Thread model: posix
gcc version 4.3.1 (Debian 4.3.1-2) 

This patch resolves the problem for me:
--- trunk.orig/boost/pending/relaxed_heap.hpp
+++ trunk/boost/pending/relaxed_heap.hpp
@@ -9,6 +9,7 @@
 #ifndef BOOST_RELAXED_HEAP_HEADER
 #define BOOST_RELAXED_HEAP_HEADER

+#include <climits> // for CHAR_BIT
 #include <functional>
 #include <boost/property_map.hpp>
 #include <boost/optional.hpp>

; make test
g++     test.cpp   -o test
/usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/Scrt1.o: In function `_start':
(.text+0x28): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [test] Error 1


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libboost-dev depends on:
ii  libboost-serialization-dev    1.34.1-11  serialization library for C++
ii  libstdc++6-4.1-dev [libstdc++ 4.1.2-23   The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.2-dev [libstdc++ 4.2.4-3    The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.3-dev [libstdc++ 4.3.1-2    The GNU Standard C++ Library v3 (d

Versions of packages libboost-dev recommends:
ii  libboost-date-time-dev        1.34.1-11  set of date-time libraries based o
ii  libboost-doc                  1.34.1-11  Boost.org libraries documentation
ii  libboost-filesystem-dev       1.34.1-11  filesystem operations (portable pa
ii  libboost-graph-dev            1.34.1-11  generic graph components and algor
ii  libboost-iostreams-dev        1.34.1-11  Boost.Iostreams Library developmen
ii  libboost-program-options-dev  1.34.1-11  program options library for C++
ii  libboost-python-dev           1.34.1-11  Boost.Python Library development f
ii  libboost-regex-dev            1.34.1-11  regular expression library for C++
ii  libboost-signals-dev          1.34.1-11  managed signals and slots library 
ii  libboost-test-dev             1.34.1-11  components for writing and executi
ii  libboost-thread-dev           1.34.1-11  portable C++ multi-threading
ii  libboost-wave-dev             1.34.1-11  C99/C++ preprocessor library

libboost-dev suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: boost
Source-Version: 1.34.1-15

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

bcp_1.34.1-15_amd64.deb
  to pool/main/b/boost/bcp_1.34.1-15_amd64.deb
boost_1.34.1-15.diff.gz
  to pool/main/b/boost/boost_1.34.1-15.diff.gz
boost_1.34.1-15.dsc
  to pool/main/b/boost/boost_1.34.1-15.dsc
libboost-date-time-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-date-time-dev_1.34.1-15_amd64.deb
libboost-date-time1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-date-time1.34.1_1.34.1-15_amd64.deb
libboost-dbg_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-dbg_1.34.1-15_amd64.deb
libboost-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-dev_1.34.1-15_amd64.deb
libboost-doc_1.34.1-15_all.deb
  to pool/main/b/boost/libboost-doc_1.34.1-15_all.deb
libboost-filesystem-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-filesystem-dev_1.34.1-15_amd64.deb
libboost-filesystem1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-filesystem1.34.1_1.34.1-15_amd64.deb
libboost-graph-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-graph-dev_1.34.1-15_amd64.deb
libboost-graph1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-graph1.34.1_1.34.1-15_amd64.deb
libboost-iostreams-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-iostreams-dev_1.34.1-15_amd64.deb
libboost-iostreams1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-iostreams1.34.1_1.34.1-15_amd64.deb
libboost-program-options-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-program-options-dev_1.34.1-15_amd64.deb
libboost-program-options1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-program-options1.34.1_1.34.1-15_amd64.deb
libboost-python-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-python-dev_1.34.1-15_amd64.deb
libboost-python1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-python1.34.1_1.34.1-15_amd64.deb
libboost-regex-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-regex-dev_1.34.1-15_amd64.deb
libboost-regex1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-regex1.34.1_1.34.1-15_amd64.deb
libboost-serialization-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-serialization-dev_1.34.1-15_amd64.deb
libboost-serialization1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-serialization1.34.1_1.34.1-15_amd64.deb
libboost-signals-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-signals-dev_1.34.1-15_amd64.deb
libboost-signals1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-signals1.34.1_1.34.1-15_amd64.deb
libboost-test-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-test-dev_1.34.1-15_amd64.deb
libboost-test1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-test1.34.1_1.34.1-15_amd64.deb
libboost-thread-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-thread-dev_1.34.1-15_amd64.deb
libboost-thread1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-thread1.34.1_1.34.1-15_amd64.deb
libboost-wave-dev_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-wave-dev_1.34.1-15_amd64.deb
libboost-wave1.34.1_1.34.1-15_amd64.deb
  to pool/main/b/boost/libboost-wave1.34.1_1.34.1-15_amd64.deb
pyste_1.34.1-15_all.deb
  to pool/main/b/boost/pyste_1.34.1-15_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated boost 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 [EMAIL PROTECTED])


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

Format: 1.8
Date: Sat, 06 Dec 2008 21:51:35 -0600
Source: boost
Binary: bcp libboost-dbg libboost-dev libboost-doc libboost-date-time1.34.1 
libboost-date-time-dev libboost-filesystem1.34.1 libboost-filesystem-dev 
libboost-graph1.34.1 libboost-graph-dev libboost-iostreams1.34.1 
libboost-iostreams-dev libboost-program-options1.34.1 
libboost-program-options-dev libboost-python1.34.1 libboost-python-dev 
libboost-regex1.34.1 libboost-regex-dev libboost-serialization1.34.1 
libboost-serialization-dev libboost-signals1.34.1 libboost-signals-dev 
libboost-test1.34.1 libboost-test-dev libboost-thread1.34.1 libboost-thread-dev 
libboost-wave1.34.1 libboost-wave-dev pyste
Architecture: source all amd64
Version: 1.34.1-15
Distribution: unstable
Urgency: low
Maintainer: Debian Boost Team <[EMAIL PROTECTED]>
Changed-By: Steve M. Robbins <[EMAIL PROTECTED]>
Description: 
 bcp        - tool for extracting subsets of Boost C++ Libraries
 libboost-date-time-dev - set of date-time libraries based on generic 
programming concepts
 libboost-date-time1.34.1 - set of date-time libraries based on generic 
programming concepts
 libboost-dbg - Boost C++ Libraries with debug symbols
 libboost-dev - Boost C++ Libraries development files
 libboost-doc - Boost.org libraries documentation
 libboost-filesystem-dev - filesystem operations (portable paths, iteration 
over directories
 libboost-filesystem1.34.1 - filesystem operations (portable paths, iteration 
over directories
 libboost-graph-dev - generic graph components and algorithms in C++
 libboost-graph1.34.1 - generic graph components and algorithms in C++
 libboost-iostreams-dev - Boost.Iostreams Library development files
 libboost-iostreams1.34.1 - Boost.Iostreams Library
 libboost-program-options-dev - program options library for C++
 libboost-program-options1.34.1 - program options library for C++
 libboost-python-dev - Boost.Python Library development files
 libboost-python1.34.1 - Boost.Python Library
 libboost-regex-dev - regular expression library for C++
 libboost-regex1.34.1 - regular expression library for C++
 libboost-serialization-dev - serialization library for C++
 libboost-serialization1.34.1 - serialization library for C++
 libboost-signals-dev - managed signals and slots library for C++
 libboost-signals1.34.1 - managed signals and slots library for C++
 libboost-test-dev - components for writing and executing test suites
 libboost-test1.34.1 - components for writing and executing test suites
 libboost-thread-dev - portable C++ multi-threading
 libboost-thread1.34.1 - portable C++ multi-threading
 libboost-wave-dev - C99/C++ preprocessor library
 libboost-wave1.34.1 - C99/C++ preprocessor library
 pyste      - Boost.Python code generator
Closes: 495204 505597
Changes: 
 boost (1.34.1-15) unstable; urgency=low
 .
   * patches/0001-boost.mpl-gcc-4.4-fixes.patch: New.  Fixes preprocessor
     usage.  Closes: #505597.
 .
   * patches/pending-relaxed_heap.patch: New.  Include <climits> to obtain
     CHAR_BIT; thanks to Charles Blundell for the patch.  Closes: #495204.
Checksums-Sha1: 
 636ea7105cf4455e3c5565ef1487032212102556 1906 boost_1.34.1-15.dsc
 9affd9d565f9b92dc8d34183a1f3cfdd995dd35e 63461 boost_1.34.1-15.diff.gz
 005f71a6c6cfc0a77dc0b51f58cc281b81fab135 16879806 
libboost-doc_1.34.1-15_all.deb
 00d259c2bb34579819361b2b7046eddb6556fbab 53726 pyste_1.34.1-15_all.deb
 37bc737da8a2cfd112f247ebbdd8e13fb7a3f364 188066 bcp_1.34.1-15_amd64.deb
 4d452c1a1fcf72dca23074326bb00448a67d3d1e 53198160 
libboost-dbg_1.34.1-15_amd64.deb
 0ac73b1bf1d011bac1ef749e663526ef3975ef73 1975608 
libboost-dev_1.34.1-15_amd64.deb
 cfe1f454a01c93b3e4cdc2b7bb2683439fad9444 62652 
libboost-date-time1.34.1_1.34.1-15_amd64.deb
 75bcf799e769d9d8a2691da4475c7e8bea4baca7 192682 
libboost-date-time-dev_1.34.1-15_amd64.deb
 90665bf578ec3ca39f41a327fe952c53b2e69d8e 59014 
libboost-filesystem1.34.1_1.34.1-15_amd64.deb
 768eccb77080d342080235ce06a5d570cd4be807 87932 
libboost-filesystem-dev_1.34.1-15_amd64.deb
 7c62ea92d2aa752206dde4657c660d4c5d79ba86 244528 
libboost-graph1.34.1_1.34.1-15_amd64.deb
 dbb1d3a10a47bd8206158d83694e8ba1e4c585ae 510748 
libboost-graph-dev_1.34.1-15_amd64.deb
 03cd7d8a7a671113b133e9382f5a0d47408aff26 47050 
libboost-iostreams1.34.1_1.34.1-15_amd64.deb
 f89c897409df350ebb579044035c9099971a1cd4 134022 
libboost-iostreams-dev_1.34.1-15_amd64.deb
 762771dbb0ffee71f87bfbc9baa52c7923f7bf79 195632 
libboost-program-options1.34.1_1.34.1-15_amd64.deb
 c30b1db7425bca68595bf9cabe83b0c6ab3478a0 290790 
libboost-program-options-dev_1.34.1-15_amd64.deb
 746a3f8e55ab4e41e1d9e8f7f6498eb9291861f1 380802 
libboost-python1.34.1_1.34.1-15_amd64.deb
 8aa105d04e64267c5371399517c8a38f2b429484 639858 
libboost-python-dev_1.34.1-15_amd64.deb
 faabb0aa8204f0b7922b2afbcb657a50dec1d25f 534574 
libboost-regex1.34.1_1.34.1-15_amd64.deb
 dd7e8ed31fadba8cee8a22bdf23184cd87639353 1079180 
libboost-regex-dev_1.34.1-15_amd64.deb
 041b412b6fee722a19fc0b265979eb3bccedf3ee 397838 
libboost-serialization1.34.1_1.34.1-15_amd64.deb
 655877840628459fa15501bc80219f8d54232fee 648122 
libboost-serialization-dev_1.34.1-15_amd64.deb
 e87f2671119c94fbbe4b678dbbd9dc9e882f285d 71980 
libboost-signals1.34.1_1.34.1-15_amd64.deb
 3481daa6457ab21825164d3f924c1ac35c581fa5 99056 
libboost-signals-dev_1.34.1-15_amd64.deb
 ff5ed22b9eb6aca5d0291f0516e77305d41f5032 241508 
libboost-test1.34.1_1.34.1-15_amd64.deb
 129782c7ec7d034d0917bb64c60e62269137eef9 487466 
libboost-test-dev_1.34.1-15_amd64.deb
 f860249aac50cc2cd409ac87f664f2f512ef6f8d 39118 
libboost-thread1.34.1_1.34.1-15_amd64.deb
 409bd0599dd3a7223542750884e570146f9a6c47 50724 
libboost-thread-dev_1.34.1-15_amd64.deb
 38b407db139cf553fde6fa7ae9ee5003dcc07f84 463582 
libboost-wave1.34.1_1.34.1-15_amd64.deb
 9aa7bb61b0a3926b442d3592eeaa839a4dd0d691 859968 
libboost-wave-dev_1.34.1-15_amd64.deb
Checksums-Sha256: 
 8899aaea2233651a06935f79cf8931fd0390d3a9b613de865d89ff6c65f39a46 1906 
boost_1.34.1-15.dsc
 4bb2c795f2b3907687e1930e0b48cf8e8d2514ec32466c304cbf3234ca68c30d 63461 
boost_1.34.1-15.diff.gz
 771a32d00132c2843b74967d3d4ca6fe6b0a9f352465e6b37662ee046d704bdd 16879806 
libboost-doc_1.34.1-15_all.deb
 746bc1c9d42d6d3a60abd2355afbd9d74b77fe757f6f88ff7b6b8330d4f54d7f 53726 
pyste_1.34.1-15_all.deb
 b44663bfbb87f3f8b53e5a774a4ec6ad211673cb60367f44b30bf6fd5d0bc6c2 188066 
bcp_1.34.1-15_amd64.deb
 544659ff4489b75f4dfdbbc2ecb96de61cf7a8eb39822e08543722fdacd58d36 53198160 
libboost-dbg_1.34.1-15_amd64.deb
 ade7db63c7e41a174ef724921a08336382194ce08b7cafded6c7b72dd64081e2 1975608 
libboost-dev_1.34.1-15_amd64.deb
 29d33318390d813e1098678fe6512d7b105d50a3021ce36644c5f4c3c04b1eb4 62652 
libboost-date-time1.34.1_1.34.1-15_amd64.deb
 15120ad877385366734a3f292d8f926bd3dc81f9d65dbe1fe4e823812c990486 192682 
libboost-date-time-dev_1.34.1-15_amd64.deb
 bf0197aa14f94e9612478d9894cda79a12eff134a1952a226823b3b5399e90fe 59014 
libboost-filesystem1.34.1_1.34.1-15_amd64.deb
 1be5d6207dd09643d6bd40d4f1af50faeb591ff2870c19a90a731cc194e66d61 87932 
libboost-filesystem-dev_1.34.1-15_amd64.deb
 fb4bf093551cf9bdf819ded40a27183bb9ed35b3132670bbb72f8c9dc270489b 244528 
libboost-graph1.34.1_1.34.1-15_amd64.deb
 1a4fbdf0a77d307b6245d01b6d50d1b2313661f083b99c364f3fe0bae4170f74 510748 
libboost-graph-dev_1.34.1-15_amd64.deb
 b4ea73f009d32bfd74195631304c549bb5789497ea0797d85b3f7deca347b6d9 47050 
libboost-iostreams1.34.1_1.34.1-15_amd64.deb
 dc30fff32d9500f8f811537d45fab5d8041bfda2c452b3196aa17182c95b4dd4 134022 
libboost-iostreams-dev_1.34.1-15_amd64.deb
 8d85f3f30609c174552546a72f3e95d61032e8c0aa1166056980bc0ea486c0aa 195632 
libboost-program-options1.34.1_1.34.1-15_amd64.deb
 cef60e897d2329bfdda88be302917c36590d13cb30dbaea73dad45d1db53c272 290790 
libboost-program-options-dev_1.34.1-15_amd64.deb
 3e9b8ffa53012f97a0939d7a9a99da4347508a0d1803c1042869050caf473b14 380802 
libboost-python1.34.1_1.34.1-15_amd64.deb
 756b20b71c7c21e6476325f957a07f7ee29fcf26d83bb0746a1c5aff146b3915 639858 
libboost-python-dev_1.34.1-15_amd64.deb
 57d01efd3d384decbaa442dac53de99c0cc2184770aa89f05690d36540a9865f 534574 
libboost-regex1.34.1_1.34.1-15_amd64.deb
 bb519bc55122164556c20d07e616f42f4809d951e4a630e2d76f7e6d524eaf7f 1079180 
libboost-regex-dev_1.34.1-15_amd64.deb
 2ad4409d0fd336c06f8b333efb1a3f4cf8c6fbec6c538e61f215f39027d8de38 397838 
libboost-serialization1.34.1_1.34.1-15_amd64.deb
 5fb893fd0d2157049fbc1b775ede954cd6512669ba07c90aa47a62f6611b2399 648122 
libboost-serialization-dev_1.34.1-15_amd64.deb
 c7218a0a5e5a8bfc8a1fdcd0f24f05801130c0d186044f6bbc7c416452616b66 71980 
libboost-signals1.34.1_1.34.1-15_amd64.deb
 30c4a2d831de723ea664f4c514df972c46dd34b5dbdcf062ec3294575d98535f 99056 
libboost-signals-dev_1.34.1-15_amd64.deb
 5f429477682ccd0a259634476e54c0a442702510f10af16dee8e675fea50ceb4 241508 
libboost-test1.34.1_1.34.1-15_amd64.deb
 ce8b7af33959f8c4804e76cf1e3e4cc083eb6b6a0bdbc9ff082a523be3fcdcab 487466 
libboost-test-dev_1.34.1-15_amd64.deb
 7a04cae14e285c473dc5b632f2f124d77a223499e50882ada4c13bd9af0fa44c 39118 
libboost-thread1.34.1_1.34.1-15_amd64.deb
 1aa38ed5402fc9ad4cd9d8862fdbc9ec9803d83f6ba5b04f66d1bcd962d48ae1 50724 
libboost-thread-dev_1.34.1-15_amd64.deb
 bc522d777da1246baadb8fb8c8a2ba7f9e3cefa0dbf6d9ce84a2bab24df28722 463582 
libboost-wave1.34.1_1.34.1-15_amd64.deb
 eed48b067187a61a99b4e7605ed9b3e52c1eb7aa9d67c4715bcfa3f910cdd383 859968 
libboost-wave-dev_1.34.1-15_amd64.deb
Files: 
 8189251af0957b148c45a74c84131eea 1906 libs optional boost_1.34.1-15.dsc
 8908e0ced3ebbdf81e3c67c74e597771 63461 libs optional boost_1.34.1-15.diff.gz
 f9a0732223b5db6f2248281220391b9a 16879806 doc optional 
libboost-doc_1.34.1-15_all.deb
 f86d06c0440734c5466fa2f64497115a 53726 python optional pyste_1.34.1-15_all.deb
 2637c29fa8cab65a2da7083cba9fcfcc 188066 libdevel optional 
bcp_1.34.1-15_amd64.deb
 ed0a99cc5254da5473c08b8a1490233a 53198160 libdevel extra 
libboost-dbg_1.34.1-15_amd64.deb
 e24b79478310c7b8a33b435a18e2d661 1975608 libdevel optional 
libboost-dev_1.34.1-15_amd64.deb
 7f8ea97596c7d8c34ab1e9c36aea1588 62652 libs optional 
libboost-date-time1.34.1_1.34.1-15_amd64.deb
 60d4f95c84c636a55f3acaa79845102e 192682 libdevel optional 
libboost-date-time-dev_1.34.1-15_amd64.deb
 d9d87acb4ea0766ae45c9fa3e0f04eae 59014 libs optional 
libboost-filesystem1.34.1_1.34.1-15_amd64.deb
 6fa0ab5ded5428019ed443fb74cc568d 87932 libdevel optional 
libboost-filesystem-dev_1.34.1-15_amd64.deb
 e6a206ab2f53673649066cc00a2221d2 244528 libs optional 
libboost-graph1.34.1_1.34.1-15_amd64.deb
 a33803cd4ab6054ef5abc4bf0ffb4ef1 510748 libdevel optional 
libboost-graph-dev_1.34.1-15_amd64.deb
 6fedf193e23b0884215dae29c6740578 47050 libs optional 
libboost-iostreams1.34.1_1.34.1-15_amd64.deb
 8c5bdf996c1d00aacae244db7ce77828 134022 libdevel optional 
libboost-iostreams-dev_1.34.1-15_amd64.deb
 cb13478572bab4e2e540f9139f1a2601 195632 libs optional 
libboost-program-options1.34.1_1.34.1-15_amd64.deb
 6ce6270f068d9003c232f007029a2696 290790 libdevel optional 
libboost-program-options-dev_1.34.1-15_amd64.deb
 50760b545971a6bf218f4bc8bf03161e 380802 python optional 
libboost-python1.34.1_1.34.1-15_amd64.deb
 d5f7b96f1a681262e61baeaa549658c7 639858 libdevel optional 
libboost-python-dev_1.34.1-15_amd64.deb
 9cc6839ebb33d169f144f26ded85818e 534574 libs optional 
libboost-regex1.34.1_1.34.1-15_amd64.deb
 830bd69af7601e5734896373b6f1904e 1079180 libdevel optional 
libboost-regex-dev_1.34.1-15_amd64.deb
 2717a3d47fba991977829bbac2d346be 397838 libs optional 
libboost-serialization1.34.1_1.34.1-15_amd64.deb
 dbf880f54e56e029c9b0b1d556db5397 648122 libdevel optional 
libboost-serialization-dev_1.34.1-15_amd64.deb
 c4cc7c1a16c3d6899c24d270882f6aca 71980 libs optional 
libboost-signals1.34.1_1.34.1-15_amd64.deb
 9893c898d73b671beafe5f3822bb9b4f 99056 libdevel optional 
libboost-signals-dev_1.34.1-15_amd64.deb
 3af51a336aeffa081e8cda547487c54a 241508 libs optional 
libboost-test1.34.1_1.34.1-15_amd64.deb
 852f884b43067f0e41e4dda4374a14b2 487466 libdevel optional 
libboost-test-dev_1.34.1-15_amd64.deb
 0040ad24ca532c00b5befef2052bc87c 39118 libs optional 
libboost-thread1.34.1_1.34.1-15_amd64.deb
 a5d63436ffccabf0444f59d9caf47d66 50724 libdevel optional 
libboost-thread-dev_1.34.1-15_amd64.deb
 98d73559304499cb270386dcf3a686b5 463582 libs optional 
libboost-wave1.34.1_1.34.1-15_amd64.deb
 09f75ca3fc75f488f42f4985c2d8e43c 859968 libdevel optional 
libboost-wave-dev_1.34.1-15_amd64.deb

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

iD8DBQFJO1HF0i2bPSHbMcURAgWfAKC1lEk1eV7+N6jrTW2q0LelRY4kdACgnRFV
HjmUWEU4S3UCfRVtLiKgXrU=
=os+Y
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to