[SCM] libaacs/master: Add debug package

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Thu Dec 15 20:00:19 UTC 2011


The following commit has been merged in the master branch:
commit 7d0f529e5f57119564b9216e3a76fa6227c5c70d
Author: Rico Tzschichholz <ricotz at t-online.de>
Date:   Thu Dec 15 21:00:02 2011 +0100

    Add debug package

diff --git a/debian/control b/debian/control
index 41e4c3c..d02b69d 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,23 @@ Description: free-and-libre implementation of AACS
  .
  This package provides the shared library.
 
+Package: libaacs0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libaacs0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: free-and-libre implementation of AACS (debug symbols)
+ libaacs is a research project to implement the Advanced Access Content
+ System specification. It provides, through an open-source library, a
+ way to understand how the AACS works.
+ .
+ This package DOES NOT provide any key or certificate that could be used
+ to decode encrypted copyrighted material. It is based on the official
+ public AACS specification only.
+ .
+ This package provides debug symbols for the shared library.
+
 Package: libaacs-dev
 Section: libdevel
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 5724364..2190feb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,8 @@ override_dh_auto_clean:
 	rm -rf get-orig-source
 	dh_auto_clean
 
+override_dh_strip:
+	dh_strip -plibaacs0 --dbg-package=libaacs0-dbg
+
 get-orig-source:
 	debian/get-git-source.sh

-- 
libaacs packaging



More information about the pkg-multimedia-commits mailing list