From: Ralf Jung Date: Mon, 28 Dec 2015 11:57:38 +0000 (+0100) Subject: Migrate debug symbols to ddeb X-Git-Tag: debian/1.3.2-7~2 X-Git-Url: https://git.ralfj.de/osspd.git/commitdiff_plain/80d7bcd6f862769218f0dd1c241a9f5f0af772aa Migrate debug symbols to ddeb --- diff --git a/debian/changelog b/debian/changelog index 7ed39df..8c42f53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osspd (1.3.2-7) UNRELEASED; urgency=medium + + * Migrate debug symbols to ddeb + + -- Ralf Jung Mon, 28 Dec 2015 12:57:07 +0100 + osspd (1.3.2-6) unstable; urgency=medium * Load cuse module via module-load.d. diff --git a/debian/control b/debian/control index fedc2c5..dba3a92 100644 --- a/debian/control +++ b/debian/control @@ -57,16 +57,3 @@ Description: OSS Proxy Daemon: ALSA backend (experimental) forwarding OSS sound streams to PulseAudio and ALSA. . This package contains the experimental ALSA backend for osspd. - -Package: osspd-dbg -Architecture: linux-any -Depends: osspd (= ${binary:Version}), ${misc:Depends} -Section: debug -Priority: extra -Description: OSS Proxy Daemon: Debugging symbols - OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and - /dev/mixer) implementation using CUSE. Currently it supports - forwarding OSS sound streams to PulseAudio and ALSA. - . - This package contains the debugging symbols for the OSS Proxy Daemon and its - backends. diff --git a/debian/rules b/debian/rules index 08a8973..9b9a0a1 100755 --- a/debian/rules +++ b/debian/rules @@ -13,12 +13,7 @@ override_dh_auto_install: dh_auto_install -- prefix=/usr SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR) override_dh_strip: - dh_strip --dbg-package=osspd-dbg - -override_dh_installdocs: - mkdir -p debian/osspd-dbg/usr/share/doc - ln -s osspd debian/osspd-dbg/usr/share/doc/osspd-dbg - dh_installdocs + dh_strip --ddeb-migration='osspd-dbg (<< 1.3.2-7~)' override_dh_install: dh_install --fail-missing