[SCM] gpac/master: Migrate to automatic dbg packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Mar 9 22:29:28 UTC 2016


The following commit has been merged in the master branch:
commit 4c0365fe2cc0c845942e237ae2e50c877f0a85a9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Mar 9 23:16:51 2016 +0100

    Migrate to automatic dbg packages

diff --git a/debian/control b/debian/control
index dc1b18a..6ff98c4 100644
--- a/debian/control
+++ b/debian/control
@@ -55,23 +55,6 @@ Description: GPAC Project on Advanced Content - utilities
    - MP4Client (content packaging)
    - MP4Box
 
-Package: gpac-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends:
- gpac (= ${binary:Version}),
- gpac-modules-base (= ${binary:Version}),
- libgpac-dbg (= ${binary:Version}),
- ${misc:Depends}
-Description: GPAC Project on Advanced Content - debugging symbols
- GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
- an Open Source multimedia framework for research and academic purposes. The
- project covers different aspects of multimedia, with a focus on presentation
- technologies (graphics, animation and interactivity).
- .
- This package provides the debugging symbols for GPAC applications.
-
 Package: gpac-modules-base
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -111,22 +94,6 @@ Description: GPAC Project on Advanced Content - shared libraries
  This package contains the shared libraries used at runtime in depending
  packages.
 
-Package: libgpac-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends:
- libgpac4 (= ${binary:Version}),
- ${misc:Depends}
-Description: GPAC Project on Advanced Content - debugging symbols for libgpac4
- GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
- an Open Source multimedia framework for research and academic purposes. The
- project covers different aspects of multimedia, with a focus on presentation
- technologies (graphics, animation and interactivity).
- .
- This package provides the debugging symbols for libgpac4.
-
 Package: libgpac-dev
 Architecture: any
 Section: libdevel
diff --git a/debian/rules b/debian/rules
index c246f7d..1e51074 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,12 +47,6 @@ override_dh_clean:
 	dh_clean gpac.pc include/gpac/revision.h
 	find $(CURDIR) -name *.opic -delete
 
-override_dh_strip:
-	dh_strip -pgpac --dbg-package=gpac-dbg
-	dh_strip -pgpac-modules-base --dbg-package=gpac-dbg
-	dh_strip -plibgpac4 --dbg-package=libgpac-dbg
-	dh_strip --remaining-packages
-
 get-orig-source:
 # Use external script
 	sh debian/repack.stub `$(dir $_)gpac-$@`

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list