This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository libcsfml.
commit 8cac00b4a241748127206f928157266c13ad2d48 Author: James Cowgill <[email protected]> Date: Tue Mar 3 20:56:04 2015 +0000 Rename libcsfml2-dbg to libcsfml-dbg I'm having a few second thoughts about this since it prevents co-installing the debug packages. This may get reverted later... --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1fcd3a0..2150312 100644 --- a/debian/control +++ b/debian/control @@ -49,7 +49,7 @@ Description: Libraries for the C Binding of SFML - Documentation . This package includes documentation for all CSFML libraries. -Package: libcsfml2-dbg +Package: libcsfml-dbg Section: debug Priority: extra Architecture: any diff --git a/debian/rules b/debian/rules index b46fe42..d078ae3 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_configure: dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) -DBUILD_DOC=ON override_dh_strip: - dh_strip --dbg-package=libcsfml2-dbg + dh_strip --dbg-package=libcsfml-dbg ## http://wiki.debian.org/onlyjob/get-orig-source .PHONY: get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

