[SCM] vo-aacenc/master: Add -DBG package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 30 08:21:16 UTC 2011


The following commit has been merged in the master branch:
commit a33bd8345bc00ff0ffbae7eb47dfeefcdf81bcdd
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 30 10:20:47 2011 +0200

    Add -DBG package.

diff --git a/debian/control b/debian/control
index 185259a..a153df5 100644
--- a/debian/control
+++ b/debian/control
@@ -33,3 +33,15 @@ Description: VisualOn AAC encoder library
  Coding (AAC) audio codec. The library is based on a codec implementation
  by VisualOn, part of the Stagefright framework from the Google
  Android project.
+
+Package: vo-aacenc-dbg
+Section: debug
+Architecture: any
+Depends: libvo-aacenc0 (= ${binary:Version})
+Description: VisualOn AAC encoder library (debugging symbols)
+ This library contains an encoder implementation of the Advanced Audio
+ Coding (AAC) audio codec. The library is based on a codec implementation
+ by VisualOn, part of the Stagefright framework from the Google
+ Android project.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 08582d1..3c8a2ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ endif
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_strip:
+	dh_strip --dbg-package=vo-aacenc-dbg

-- 
vo-aacenc packaging



More information about the pkg-multimedia-commits mailing list