[SCM] libaacs/master: Remove debug packages since optimizations enable -fomit-frame-pointer.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Mar 21 19:06:54 UTC 2012


The following commit has been merged in the master branch:
commit 6bdcde1e6e7aafb964cdf2e6d09338ad91cb9eb1
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Wed Mar 21 15:05:24 2012 -0400

    Remove debug packages since optimizations enable -fomit-frame-pointer.

diff --git a/debian/control b/debian/control
index 9239abc..63d1a93 100644
--- a/debian/control
+++ b/debian/control
@@ -37,25 +37,6 @@ Description: free-and-libre implementation of AACS
  .
  This package provides the shared library.
 
-Package: libaacs0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-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: any
diff --git a/debian/rules b/debian/rules
index a4929ff..52a951b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,5 @@ 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