This is an automated email from the git hooks/post-receive script. mafm pushed a commit to branch master in repository ogre-1.9.
commit 2f106ebcd49630a9ded614b8c65251d3f26218a0 Author: Manuel A. Fernandez Montecelo <[email protected]> Date: Fri Jul 31 20:47:00 2015 +0100 In d/control, add Conflicts and Replaces on previous name of the library --- debian/changelog | 5 ++++- debian/control | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index be79ddb..7d4a79c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ ogre-1.9 (1.9.0+dfsg1-5) experimental; urgency=medium * Bump Standards-Version to 3.9.6 (no changes needed) + * Transition for GCC-5 with ABI change: + - rename library package to *v5 + - in d/control, add Conflicts and Replaces on previous name of the + library * Update Vcs-Browser link * In -dev package, add -dbg to Suggests - * Transition for GCC-5 with ABI change (rename library package to *v5) * Address new lintian warning "embedded-javascript-library": add Depends on libjs-jquery in the -doc package, and create a symbolic link instead of install the local copy of the file "jquery.js" diff --git a/debian/control b/debian/control index 5ae7459..17c8996 100644 --- a/debian/control +++ b/debian/control @@ -59,6 +59,8 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libogre-1.9.0 +Replaces: libogre-1.9.0 Description: 3D Object-Oriented Graphics Rendering Engine (libraries) OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ogre-1.9.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

