Package: siggen / 2.3.10-6

Metadata

Package Version Patches format
siggen 2.3.10-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling.patch | (download)

fsynth.1 | 4 2 + 2 - 0 !
sgen.1 | 6 3 + 3 - 0 !
siggen.1 | 6 3 + 3 - 0 !
siggen.conf.5 | 8 4 + 4 - 0 !
smix.1 | 6 3 + 3 - 0 !
soundinfo.c | 2 1 + 1 - 0 !
swgen.1 | 8 4 + 4 - 0 !
tones.1 | 34 17 + 17 - 0 !
8 files changed, 37 insertions(+), 37 deletions(-)

 correct spelling (lintian info)
rename sgen.diff | (download)

Makefile | 4 2 + 2 - 0 !
fsynth.1 | 2 1 + 1 - 0 !
sgen.1 | 28 14 + 14 - 0 !
sgen.c | 6 3 + 3 - 0 !
siggen.1 | 2 1 + 1 - 0 !
siggen.aft | 6 3 + 3 - 0 !
sweepgen.1 | 2 1 + 1 - 0 !
tones.1 | 2 1 + 1 - 0 !
8 files changed, 26 insertions(+), 26 deletions(-)

 rename sgen to avoid conflict with mono (-> mono-devel)
missing include.diff | (download)

config.h | 1 1 + 0 - 0 !
generator.c | 1 1 + 0 - 0 !
misc.c | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 add missing includes
non linux.diff | (download)

mixer.h | 4 0 + 4 - 0 !
soundinfo.c | 4 0 + 4 - 0 !
2 files changed, 8 deletions(-)

 use sys/soundcard.h (also available on !linux)
devname_already_used_in_freebsd_headers | (download)

mixer.c | 2 1 + 1 - 0 !
mixer.h | 4 2 + 2 - 0 !
soundinfo.c | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 rename devname, as this symbol is already used in freebsd
bashism.patch | (download)

tones.eg/tt.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 according to  #772364 a return code of -1 is a bashism
             and should be avoided. As this is already converted to 
             255 by bash, I set that value now.
             Please don't start a discussion whether 255 is valid in
             this context.