This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository bullet.
commit fac4f4ca4d25c71b90ab7be4bc1674ca6c81850c Author: Simon McVittie <[email protected]> Date: Thu Aug 20 08:07:04 2015 +0100 Build-depend on a version of libtinyxml-dev that has started the same transition --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1de7796..fd55b68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ bullet (2.83.5+dfsg-2) UNRELEASED; urgency=medium * Rename libraries for C++ ABI transition (Closes: #790988) + * Build-depend on a version of libtinyxml-dev that has started + the same transition -- Simon McVittie <[email protected]> Thu, 20 Aug 2015 08:06:03 +0100 diff --git a/debian/control b/debian/control index 8340fe7..a9a9ae2 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: cmake, debhelper (>= 9), freeglut3-dev, - libtinyxml-dev, + libtinyxml-dev (>= 2.6.2-3), zlib1g-dev Build-Depends-Indep: doxygen, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bullet.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

