This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository libsfml.
commit 760261a4cf0ebdfc490079f9a8c4b1bfdf76e998 Author: James Cowgill <[email protected]> Date: Fri May 8 23:38:00 2015 +0100 Use libsfml2.3-dbg as the debug package Previously I attempted to use 'libsfml-dbg' (no soname qualifier) as the debug package name. I hindsight this has some downsides such as not being able to co-install debug packages for different versions of SFML like you can with the libraries. --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index a8b6ada..4cc31b2 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Depends: ${misc:Depends}, libsfml-network2.3 (= ${binary:Version}), libsfml-system2.3 (= ${binary:Version}), libsfml-window2.3 (= ${binary:Version}) -Suggests: libsfml-dbg, libsfml-doc +Suggests: libsfml2.3-dbg, libsfml-doc Description: Simple and Fast Multimedia Library - Development Files SFML is a modern multimedia library offering a wide range of subsystems useful to produce a multimedia app. It offers OpenGL integration for @@ -115,7 +115,7 @@ Description: Simple and Fast Multimedia Library - Window part . The Window library provides basic utilities for creating and managing Windows. -Package: libsfml-dbg +Package: libsfml2.3-dbg Section: debug Priority: extra Architecture: any diff --git a/debian/rules b/debian/rules index 5d6ec15..4aac973 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_build: dh_auto_build -- all doc override_dh_strip: - dh_strip --dbg-package=libsfml-dbg + dh_strip --dbg-package=libsfml2.3-dbg .PHONY: get-orig-source ## http://wiki.debian.org/onlyjob/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

