[Pkg-mpd-commits] [pkg-mpd] 04/08: Transition to automatic dbgsym package

Florian Schlichting fsfs at moszumanska.debian.org
Sun Mar 27 00:28:43 UTC 2016


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

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit b3f6d6a01fbc8d9ec070513c0e17720bef23f917
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Mar 26 23:39:19 2016 +0100

    Transition to automatic dbgsym package
---
 debian/control | 24 ------------------------
 debian/rules   |  3 ++-
 2 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index b1a1797..b3b5e2b 100644
--- a/debian/control
+++ b/debian/control
@@ -90,27 +90,3 @@ Description: Music Player Daemon
  allows users to choose a user interface that best suites their tastes
  independently of the underlying daemon (this package) which actually
  plays music.
-
-Package: mpd-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mpd (= ${binary:Version}), ${misc:Depends}
-Description: Music Player Daemon debugging symbols
- Music Player Daemon (MPD) is a server that allows remote access for
- playing audio files (Ogg-Vorbis, FLAC, MP3, Wave, and AIFF), streams
- (Ogg-Vorbis, MP3) and managing playlists.  Gapless playback, buffered
- output, and crossfading support is also included.  The design focus is
- on integrating a computer into a stereo system that provides control
- for music playback over a TCP/IP network.  The goals are to be easy to
- install and use, to have minimal resource requirements (it has been
- reported to run fine on a Pentium 75), and to remain stable and
- flexible.
- .
- The daemon is controlled through a client which need not run on the
- same computer mpd runs on.  The separate client and server design
- allows users to choose a user interface that best suites their tastes
- independently of the underlying daemon (this package) which actually
- plays music.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index ff8c7c6..28d2575 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,7 +148,8 @@ override_dh_auto_build:
 	mv user.html user-manual.html
 
 override_dh_strip:
-	dh_strip  --dbg-package=mpd-dbg
+	# can be dropped after Stretch
+	dh_strip  --ddeb-migration='mpd-dbg (<< 0.19.14-1~)'
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list