Create a debug package
authorRalf Jung <post@ralfj.de>
Wed, 19 Sep 2012 20:13:34 +0000 (22:13 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 19 Sep 2012 20:13:34 +0000 (22:13 +0200)
debian/control
debian/rules

index 753422be2be216e305aba460ed81d615d8c3e11e..c910149438127a3a35f05fbf0c6dfeda8b026cbc 100644 (file)
@@ -13,3 +13,15 @@ Description: OSS Proxy Daemon: Userland OSS emulation
  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.
  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.
+
+Package: osspd-dbg
+Architecture: any
+Depends: ${misc:Depends}, osspd (= ${binary:Version})
+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.
index ba13a354129e88d94244b465a99c165752e4c619..2f99a91892cac5d406d80242eb3a747ab72ee0f9 100755 (executable)
@@ -10,7 +10,13 @@ override_dh_auto_build:
        dh_auto_build -- SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)
 
 override_dh_auto_install:
        dh_auto_build -- SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)
 
 override_dh_auto_install:
-       dh_auto_install -- prefix=/usr SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)
+       dh_auto_install --destdir=debian/osspd -- prefix=/usr SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)
+
+override_dh_strip:
+       dh_strip --dbg-package=osspd-dbg
+
+override_dh_installdocs:
+       dh_installdocs --link-doc=osspd
 
 # Disable tests, they require running the osspd
 override_dh_auto_test:
 
 # Disable tests, they require running the osspd
 override_dh_auto_test: