[SCM] gpac/master: Include gpac-modules-base's debugging symbols in gpac-dbg.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Feb 11 16:33:06 UTC 2012


The following commit has been merged in the master branch:
commit 2360eebcba1bcfd06965f477c484218c35f7fc9e
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Feb 11 17:32:47 2012 +0100

    Include gpac-modules-base's debugging symbols in gpac-dbg.

diff --git a/debian/control b/debian/control
index d0919c7..5b3704e 100644
--- a/debian/control
+++ b/debian/control
@@ -58,6 +58,7 @@ 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
diff --git a/debian/rules b/debian/rules
index 1bc04ae..e758ee8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,7 @@ override_dh_clean:
 
 override_dh_strip:
 	dh_strip -pgpac --dbg-package=gpac-dbg
+	dh_strip -pgpac-modules-base --dbg-package=gpac-dbg
 	dh_strip -plibgpac1 --dbg-package=libgpac-dbg
 	dh_strip --remaining-packages
 

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list