Package: siggen Version: 2.3.10-2 Followup-For: Bug #628590 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
In Debian sid, the attached patch can be applied to achieve the following: * debian/control: Depend on oss-compat to forestall confusing errors due to missing /dev/dsp. (Closes: #628590) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u siggen-2.3.10/debian/control siggen-2.3.10/debian/control --- siggen-2.3.10/debian/control +++ siggen-2.3.10/debian/control @@ -9,7 +9,7 @@ Package: siggen Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, oss-compat Description: Waveform generation tools a set of tools for imitating a laboratory Signal Generator, generating audio signals out of Linux's /dev/dsp audio device. There