This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository atlas-cpp.
commit 03defdc0d499b1714a715bfe4e0b5dde79d2bc7b Author: Olek Wojnar <[email protected]> Date: Sun Jul 3 14:11:21 2016 -0400 Convert to automatic debug package --- debian/changelog | 3 ++- debian/control | 12 ------------ debian/libatlas-cpp-0.6-2-dbg.lintian-overrides | 2 -- debian/rules | 6 +----- 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 47f8fa2..9d7b874 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ atlas-cpp (0.6.3-3) unstable; urgency=medium * Enable all hardening options * Update d/copyright * Add ldconfig trigger + * Convert to automatic debug package - -- Olek Wojnar <[email protected]> Sun, 03 Jul 2016 13:26:50 -0400 + -- Olek Wojnar <[email protected]> Sun, 03 Jul 2016 14:11:04 -0400 atlas-cpp (0.6.3-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1c081d6..5aef406 100644 --- a/debian/control +++ b/debian/control @@ -25,18 +25,6 @@ Description: World Forge wire protocol library - runtime libs . This is the runtime component of the Atlas-C++ toolkit. -Package: libatlas-cpp-0.6-2-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: libatlas-cpp-0.6-2 (= ${binary:Version}), ${misc:Depends} -Description: World Forge wire protocol library - debugging libs - This library implements the Atlas protocol, for use in client-server - game applications. It can be used in either clients or servers. - . - This is the debugging component of the Atlas-C++ toolkit. - Package: libatlas-cpp-doc Architecture: all Multi-Arch: foreign diff --git a/debian/libatlas-cpp-0.6-2-dbg.lintian-overrides b/debian/libatlas-cpp-0.6-2-dbg.lintian-overrides deleted file mode 100644 index b480090..0000000 --- a/debian/libatlas-cpp-0.6-2-dbg.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# This file only contains a .debug_str section and no .debug_line section -libatlas-cpp-0.6-2-dbg: debug-file-with-no-debug-symbols diff --git a/debian/rules b/debian/rules index c8f807a..1071d36 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,4 @@ override_dh_auto_clean: dh_auto_clean override_dh_strip: - set -e; \ - for pkg in $(patsubst %-dbg,%,$(filter %-dbg,$(shell dh_listpackages))); do \ - dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \ - done - dh_strip -s --remaining-packages + dh_strip --dbgsym-migration='libatlas-cpp-0.6-2-dbg (<< 0.6.3-3)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/atlas-cpp.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

