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 30dce6ce8e24d04b9f1d9934fbd3558c68f8e67e Author: Manuel A. Fernandez Montecelo <[email protected]> Date: Wed Aug 12 15:54:01 2015 +0100 Name the -dbg package also with the ABI name postfix (v5) --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 17c8996..8ef4792 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Depends: ${misc:Depends}, libboost-dev, libboost-thread-dev Conflicts: libogre-dev (<< 1.9.0), libogre-1.8-dev (<< 1.9.0) -Suggests: ogre-1.9-doc, libogre-1.9.0-dbg +Suggests: ogre-1.9-doc, libogre-1.9.0v5-dbg Description: 3D Object-Oriented Graphics Rendering Engine (development files) 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 @@ -71,7 +71,7 @@ Description: 3D Object-Oriented Graphics Rendering Engine (libraries) . This package contains the library and plugins. -Package: libogre-1.9.0-dbg +Package: libogre-1.9.0v5-dbg Section: debug Architecture: any Multi-Arch: same diff --git a/debian/rules b/debian/rules index f24d5af..c734950 100755 --- a/debian/rules +++ b/debian/rules @@ -122,7 +122,7 @@ override_dh_installchangelogs: dh_installchangelogs -- $(OGRE_CHANGELOG) override_dh_strip: - dh_strip -plibogre-$(OGRE_VERSION_ABI_CHANGE) --dbg-package=libogre-$(OGRE_VERSION)-dbg + dh_strip -plibogre-$(OGRE_VERSION_ABI_CHANGE) --dbg-package=libogre-$(OGRE_VERSION_ABI_CHANGE)-dbg dh_strip -pogre-1.9-tools #dh_strip -pogre-1.9-samples --dbg-package=ogre-1.9-samples-dbg -- 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

