[SCM] mplayer/master: Drop mplayer-dbg package.

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Fri Apr 15 16:49:06 UTC 2016


The following commit has been merged in the master branch:
commit 7f00e7e253b35deecbb0e529efac64fa4f1e5f5c
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Fri Apr 15 18:49:06 2016 +0200

    Drop mplayer-dbg package.

diff --git a/debian/changelog b/debian/changelog
index 2371708..94fe295 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mplayer (2:1.3.0-1) UNRELEASED; urgency=medium
   * New upstream release.
     - Fix FTBFS with ffmpeg 2.9 (Closes: #803844)
     - Refresh patches.
+  * Drop mplayer-dbg package.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Fri, 15 Apr 2016 12:03:01 +0200
 
diff --git a/debian/control b/debian/control
index 51d6224..615fe2a 100644
--- a/debian/control
+++ b/debian/control
@@ -180,27 +180,6 @@ Description: movie player for Unix-like systems
  Not all of the upstream code is distributed in the source tarball.
  See the README.Debian and copyright files for details.
 
-Package: mplayer-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends:
- mplayer (= ${binary:Version}),
- ${misc:Depends}
-Recommends:
- ffmpeg-dbg
-Replaces:
- mplayer2-dbg
-Conflicts:
- mplayer2-dbg
-Description: debugging symbols for MPlayer
- This package contains the debugging symbols for MPlayer, a movie
- player for Unix-like systems.
- .
- This package is required if you want to generate useful debugging
- back-traces.
-
 Package: mplayer-doc
 Architecture: all
 Multi-Arch: foreign
diff --git a/debian/patches/0002_mplayer_debug_printf.patch b/debian/patches/0002_mplayer_debug_printf.patch
index 76cdb40..a2784a1 100644
--- a/debian/patches/0002_mplayer_debug_printf.patch
+++ b/debian/patches/0002_mplayer_debug_printf.patch
@@ -1,5 +1,5 @@
 From: Reinhard Tartler <siretart at tauware.de>
-Subject: in case of crash, suggest installing package mplayer-dbg for debugging symbols
+Subject: in case of crash, suggest installing package mplayer-dbgsym for debugging symbols
 Forwarded: not-needed
 
 --- a/mplayer.c
@@ -12,7 +12,7 @@ Forwarded: not-needed
 +            mp_msg(MSGT_CPLAYER, MSGL_FATAL,
 +                  " [ This binary of MPlayer in Debian is currently compiled with\n"
 +                  "   '--enable-debug'; the debugging symbols are in the package\n"
-+                  "   'mplayer-dbg'.]\n");
++                  "   'mplayer-dbgsym'.]\n");
  #ifdef CONFIG_CRASH_DEBUG
              if (crash_debug) {
                  int gdb_pid;
diff --git a/debian/rules b/debian/rules
index 42d196c..8020821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -119,9 +119,6 @@ override_dh_install-arch:
 	sed -e "s/@SOUND_BACKEND@/$(sound_backend)/" -i \
 	                  $(CURDIR)/debian/mplayer/etc/mplayer/mplayer.conf
 
-override_dh_strip:
-	dh_strip --dbg-package=mplayer-dbg
-
 get-orig-source:
 	sh debian/get-svn-source.sh
 

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list