[SCM] zita-resampler/master: Make zita-resampler-dbg containing the debugging symbols for libzita-resampler1 only.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Feb 5 21:49:35 UTC 2012
The following commit has been merged in the master branch:
commit 8807bde3dae0412928292a1d0f2445ca50e43b5d
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Feb 5 22:49:48 2012 +0100
Make zita-resampler-dbg containing the debugging symbols for libzita-resampler1 only.
diff --git a/debian/control b/debian/control
index de2ede6..0a71da3 100644
--- a/debian/control
+++ b/debian/control
@@ -89,7 +89,6 @@ Architecture: any
Multi-Arch: same
Depends:
libzita-resampler1 (= ${binary:Version}),
- zita-resampler (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for libzita-resampler
Zita resampler is a C++ library for resampling audio signals. It is
diff --git a/debian/rules b/debian/rules
index 5690c17..e9515d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,5 @@ override_dh_auto_install:
$(MAKE) -C apps/ DESTDIR=$(CURDIR)/debian/tmp install
override_dh_strip:
- dh_strip --dbg-package=zita-resampler-dbg
+ 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