[SCM] zita-resampler/master: Drop dbg package in favour of dbgsym.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Oct 17 03:24:18 UTC 2016


The following commit has been merged in the master branch:
commit 549467d7a1d996c9dbbf26849944335b6607a2ff
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Oct 17 04:49:33 2016 +0200

    Drop dbg package in favour of dbgsym.

diff --git a/debian/control b/debian/control
index ffd1b7a..85a3d11 100644
--- a/debian/control
+++ b/debian/control
@@ -81,18 +81,3 @@ Description: resampler application written with libzita-resampler
  optimised error feedback filter. Some examples of dithering can be seen
  here:
  http://www.kokkinizita.net/linuxaudio/dithering.html
-
-Package: zita-resampler-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends:
- libzita-resampler1 (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for libzita-resampler
- Zita resampler is a C++ library for resampling audio signals. It is
- designed to be used within a real-time processing context, to be
- fast, and to provide high-quality sample rate conversion.
- .
- This package provides the debugging symbols.
diff --git a/debian/rules b/debian/rules
index b69e2a1..3f55429 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ -Smakefile -Dlibs
 
@@ -18,7 +20,3 @@ override_dh_auto_install:
 
 override_dh_installchangelogs:
 	dh_installchangelogs README
-
-override_dh_strip:
-	dh_strip -plibzita-resampler1 --dbg-package=zita-resampler-dbg
-	dh_strip --remaining-packages

-- 
zita-resampler packaging



More information about the pkg-multimedia-commits mailing list