tags 456844 patch tags 456915 patch thanks Here is a patch for a second NMU, fixing the issues I overlooked in the first. Sorry for the inconvenience.
NMU on its way to incoming. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [EMAIL PROTECTED] [EMAIL PROTECTED]
diff -u boost-1.34.1/debian/control boost-1.34.1/debian/control --- boost-1.34.1/debian/control +++ boost-1.34.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Boost Team <[EMAIL PROTECTED]> Uploaders: Steve M. Robbins <[EMAIL PROTECTED]>, Domenico Andreoli <[EMAIL PROTECTED]>, Christophe Prud'homme <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-dev | python-all-dev, python2.4-dev, python-support (>= 0.3), g++-4.2 +Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-dev | python-all-dev, python2.4-dev, python-support (>= 0.3), g++-4.2, gcc-4.1 Standards-Version: 3.7.2 Package: bcp @@ -277,7 +277,7 @@ Package: libboost-regex-dev Architecture: any Section: libdevel -Depends: libboost-dev (= ${binary:Version}), libboost-regex1.34.1 (= ${binary:Version}), libicu36-dev +Depends: libboost-dev (= ${binary:Version}), libboost-regex1.34.1 (= ${binary:Version}), libicu-dev Description: regular expression library for C++ Part of the Boost C++ Libraries collection. . diff -u boost-1.34.1/debian/changelog boost-1.34.1/debian/changelog --- boost-1.34.1/debian/changelog +++ boost-1.34.1/debian/changelog @@ -1,3 +1,14 @@ +boost (1.34.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Change libicu-dev dependency in addition to the build-dependency. + Closes: #456844. + * Add back build dependency on gcc-4.1, since bjam currently segfaults + with gcc-4.2; this is superseded already in 1.34.1-3 in experimental. + Closes: #456915. + + -- Steve Langasek <[EMAIL PROTECTED]> Wed, 19 Dec 2007 00:58:39 -0800 + boost (1.34.1-2.1) unstable; urgency=low * Non-maintainer upload.