[Pkg-sdl-commits] [libsdl2-net] 05/06: Use automatic dbgsym packages, drop -dbg

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Mon Jul 31 19:54:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to annotated tag debian/2.0.1+dfsg1-3
in repository libsdl2-net.

commit 236bf8e9083b3f1ef67b692b825226b7766c6461
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Mon Jul 31 21:20:39 2017 +0200

    Use automatic dbgsym packages, drop -dbg
---
 debian/changelog |  1 +
 debian/control   | 13 -------------
 debian/rules     |  5 +----
 3 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a00f59..d3b87c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libsdl2-net (2.0.1+dfsg1-3) UNRELEASED; urgency=medium
     - dh flags --parallel are not needed
     - autoreconf is invoked by default
   * Bump Policy Standards-Version to 4.0.0 (no changes needed)
+  * Use automatic dbgsym packages, drop -dbg
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Mon, 31 Jul 2017 20:49:20 +0200
 
diff --git a/debian/control b/debian/control
index 6874c43..5abaaa9 100644
--- a/debian/control
+++ b/debian/control
@@ -24,19 +24,6 @@ Description: Network library for Simple DirectMedia Layer 2, libraries
  .
  This package contains the shared library.
 
-Package: libsdl2-net-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: ${misc:Depends},
-         libsdl2-net-2.0-0 (= ${binary:Version})
-Description: Network library for Simple DirectMedia Layer 2, debugging
- This is a small, low-level, cross-platform networking library, that can be used
- with the Simple DirectMedia Layer library.
- .
- This package contains the debugging information for the shared library.
-
 Package: libsdl2-net-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 0257076..5d897c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ confflags += --disable-gui
 
 
 %:
-	dh $@
+	dh $@ --dbgsym-migration='libsdl2-net-dbg (<< 2.0.1+dfsg1-3~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
@@ -40,8 +40,5 @@ override_dh_link:
 override_dh_compress:
 	dh_compress -Xchatd.c -Xchat.cpp -Xchat.h -Xshowinterfaces.c
 
-override_dh_strip:
-	dh_strip --dbg-package=libsdl2-net-dbg
-
 override_dh_makeshlibs:
 	dh_makeshlibs -V"libsdl2-net-2.0-0 (>= $(SHLIBVER))"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-net.git



More information about the pkg-sdl-commits mailing list