This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository skstream.
commit 899739d88f45f92fc7d84e459568dc6cd8661eac Author: Olek Wojnar <[email protected]> Date: Fri Jul 8 20:24:35 2016 -0400 Convert to automatic debug package --- debian/changelog | 3 ++- debian/control | 16 ---------------- debian/rules | 2 +- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 891ee5d..2cb454c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,9 @@ skstream (0.3.9-3) unstable; urgency=medium * Update d/copyright * Enable all hardening options * Add d/triggers file for ldconfig processing + * Convert to automatic debug package - -- Olek Wojnar <[email protected]> Fri, 08 Jul 2016 19:55:16 -0400 + -- Olek Wojnar <[email protected]> Fri, 08 Jul 2016 20:22:35 -0400 skstream (0.3.9-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 9a87e64..976fb39 100644 --- a/debian/control +++ b/debian/control @@ -40,19 +40,3 @@ Description: iostream-based C++ socket library - development files . This package contains the files used for developing against the skstream library. - -Package: libskstream-0.3-7v5-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Depends: libskstream-0.3-7v5 (= ${binary:Version}), - ${misc:Depends} -Conflicts: libskstream-0.3-7-dbg -Replaces: libskstream-0.3-7-dbg -Description: iostream-based C++ socket library - debugging symbols - Skstream is a library that makes TCP and UDP sockets available as C++ - iostream-based objects. It is used as the underlying transport layer in - various WorldForge projects. - . - This package contains detached debugging symbols. diff --git a/debian/rules b/debian/rules index 3a374c2..39fefa0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,4 @@ override_dh_install: dh_install --fail-missing -X.la -X.a override_dh_strip: - dh_strip --dbg-package=libskstream-0.3-7v5-dbg + dh_strip --dbgsym-migration='libskstream-0.3-7v5-dbg (<< 0.3.9-3)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/skstream.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

