[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 20:48:27 UTC 2009


The following commit has been merged in the master branch:
commit 6d901e40e7d536d1db15a8cbed03e1a22b25b6c6
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri May 15 01:18:04 2009 -0400

    Add debug packages for shared libraries.

diff --git a/debian/control b/debian/control
index f8bf9ad..55f5464 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,17 @@ Description: Adaptive Multi Rate speech codec - shared library
  .
  This package contains the encoder/decoder shared library.
 
+Package: libopencore-amr-nb-dbg
+Architecture: any
+Section: debug
+Depends: libopencore-amr-nb (= ${binary:Version}), ${misc:Depends}
+Description: Adaptive Multi Rate speech codec - debugging symbols
+ This library contains an implementation of the 3GPP TS 26.073 specification for
+ the Adaptive Multi Rate (AMR) speech codec. The implementation is derived from
+ the OpenCORE framework, part of the Google Android project.
+ .
+ This package contains the debugging symbols for the shared library.
+
 Package: libopencore-amr-wb-dev
 Architecture: any
 Section: libdevel
@@ -51,3 +62,14 @@ Description: Adaptive Multi-Rate - Wideband speech codec - shared library
  is derived from the OpenCORE framework, part of the Google Android project.
  .
  This package contains the decoder shared library.
+
+Package: libopencore-amr-wb-dbg
+Architecture: any
+Section: debug
+Depends: libopencore-amr-wb (= ${binary:Version}), ${misc:Depends}
+Description: Adaptive Multi-Rate - Wideband speech codec - debugging symbols
+ This library contains an implementation of the 3GPP TS 26.173 specification for
+ the Adaptive Multi-Rate - Wideband (AMR-WB) speech decoder. The implementation
+ is derived from the OpenCORE framework, part of the Google Android project.
+ .
+ This package contains the debugging symbols for the shared library.
diff --git a/debian/rules b/debian/rules
index 89863ee..da91e8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,7 @@ override_dh_auto_build:
 override_dh_auto_install:
 	$(MAKE) -C amrnb install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr
 	$(MAKE) -C amrwb install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr
+
+override_dh_strip:
+	dh_strip -plibopencore-amr-nb --dbg-package=libopencore-amr-nb-dbg
+	dh_strip -plibopencore-amr-wb --dbg-package=libopencore-amr-wb-dbg

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list