[Pkg-sdl-commits] [sdl-net1.2] 04/07: Use automatic dbgsym packages, drop -dbg

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Aug 1 22:29:42 UTC 2017


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

mafm pushed a commit to annotated tag debian/1.2.8-5
in repository sdl-net1.2.

commit 2b83defdc035d52af99821f388aa2fe3f5bbdd20
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Tue Aug 1 23:51:33 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 dc451af..1727479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sdl-net1.2 (1.2.8-5) UNRELEASED; urgency=medium
   * Switch to debhelper compat level v10
     - dh flags --parallel are not needed
     - autoreconf is invoked by default
+  * Use automatic dbgsym packages, drop -dbg
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Tue, 01 Aug 2017 23:46:00 +0200
 
diff --git a/debian/control b/debian/control
index 02c0134..caa92e6 100644
--- a/debian/control
+++ b/debian/control
@@ -24,19 +24,6 @@ Description: Network library for Simple DirectMedia Layer 1.2, libraries
  .
  This package contains the shared library.
 
-Package: libsdl-net1.2-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: ${misc:Depends},
-         libsdl-net1.2 (= ${binary:Version})
-Description: Network library for Simple DirectMedia Layer 1.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: libsdl-net1.2-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 608534a..a30eb1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,10 @@ confflags += --disable-gui
 
 
 %:
-	dh $@
+	dh $@ --dbgsym-migration='libsdl-net1.2-dbg (<< 1.2.8-5~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
 override_dh_auto_installchangelogs:
 	dh_auto_installchangelogs -- CHANGES
-
-override_dh_strip:
-	dh_strip --dbg-package=libsdl-net1.2-dbg

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



More information about the pkg-sdl-commits mailing list