This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository openal-soft.
commit ea379fbcce1340d12f65aee86f513c658df66589 Author: Markus Koschany <[email protected]> Date: Sat Jan 6 14:16:08 2018 +0100 Drop -dbg package. Use the automatic -dbgsym package instead. --- debian/control | 18 ------------------ debian/rules | 4 ---- 2 files changed, 22 deletions(-) diff --git a/debian/control b/debian/control index 79b67ec..101081f 100644 --- a/debian/control +++ b/debian/control @@ -61,24 +61,6 @@ Description: Software implementation of the OpenAL audio API (shared library) . This package installs the OpenAL Soft shared library. -Package: libopenal1-dbg -Architecture: any -Section: debug -Priority: optional -Multi-Arch: same -Depends: libopenal1 (= ${binary:Version}), - ${misc:Depends} -Description: Software implementation of the OpenAL audio API (debug symbols) - OpenAL, the Open Audio Library, is a joint effort to create an open, - vendor-neutral, cross-platform API for interactive, primarily spatialized - audio. OpenAL's primary audience are application developers and desktop - users that rely on portable standards like OpenGL, for games and other - multimedia applications. - . - These symbols are useful in debugging the libopenal1 library. - . - This package installs the OpenAL Soft shared debug symbols. - Package: openal-info Multi-Arch: allowed Section: sound diff --git a/debian/rules b/debian/rules index 1af104f..8830dff 100755 --- a/debian/rules +++ b/debian/rules @@ -42,10 +42,6 @@ override_dh_auto_configure: override_dh_installchangelogs: dh_installchangelogs ChangeLog -override_dh_strip: - dh_strip -plibopenal1 --dbg-package=libopenal1-dbg - dh_strip - copyright_check: ${MAKE} -f /usr/share/cdbs/1/rules/utils.mk debian/stamp-copyright-check rm debian/stamp-copyright-check -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openal-soft.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

