This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository mdds.
commit 90d05d6bf37dcbcb482140cfede3dfc58dff5642 Author: Rene Engelhard <[email protected]> Date: Thu May 9 22:14:31 2013 +0200 Imported Debian patch 0.7.1-3 --- debian/changelog | 7 +++++++ debian/control | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a937843..dc04232 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mdds (0.7.1-3) unstable; urgency=low + + * build using libboost1.53-dev to work around compile error + with sids new gcc-4.7 + + -- Rene Engelhard <[email protected]> Thu, 09 May 2013 22:14:31 +0200 + mdds (0.7.1-2) unstable; urgency=low * upload to unstable diff --git a/debian/control b/debian/control index 62ec1f8..7d13a37 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,15 @@ Section: libdevel Priority: optional Maintainer: Debian OpenOffice Team <[email protected]> Uploaders: Rene Engelhard <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), libboost-dev (>= 1.39) +#Build-Depends: debhelper (>= 7.0.50~), libboost-dev (>= 1.39) +Build-Depends: debhelper (>= 7.0.50~), libboost1.53-dev Standards-Version: 3.8.4 Homepage: http://code.google.com/p/multidimalgorithm/ Package: libmdds-dev Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-dev (>= 1.39) +#Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-dev (>= 1.39) +Depends: ${shlibs:Depends}, ${misc:Depends}, libboost1.53-dev Description: Multi Dimension Data structure library -- headers A collection of multi-dimensional data structure and indexing algorithm. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/mdds.git

