Your message dated Mon, 20 Sep 2010 15:32:08 +0000
with message-id <e1oxilg-0003jc...@franck.debian.org>
and subject line Bug#476300: fixed in cecilia 2.0.5-2.2
has caused the Debian Bug report #476300,
regarding cecilia: Does not work with new csound 5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
476300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cecilia
Version: 2.0.5-2
Severity: important
Cecilia hangs when loading for the first time with the new csound5
version. This is caused by an error in the version checking regex of
cecilia: csound 4 said "Version 4.x", csound 5 says "version 5.x", and
the regex is case sensitive.
This patch appears to fix the issue:
--- prefs.tcl 2008-04-15 13:50:40.000000000 -0400
+++ /usr/share/cecilia/lib/prefs.tcl 2008-04-15 13:52:27.000000000 -0400
@@ -186,7 +186,7 @@
set f [open /tmp/csvers r]
while ![eof $f] {
set l [gets $f ]
- if [regexp Version $l] { break }
+ if [regexp -nocase version $l] { break }
}
close $f
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cecilia depends on:
ii csound 1:5.08.0.dfsg2-1 powerful and versatile sound synth
ii tk8.4 8.4.18-1 Tk toolkit for Tcl and X11, v8.4 -
cecilia recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: cecilia
Source-Version: 2.0.5-2.2
We believe that the bug you reported is fixed in the latest version of
cecilia, which is due to be installed in the Debian FTP archive:
cecilia_2.0.5-2.2.diff.gz
to main/c/cecilia/cecilia_2.0.5-2.2.diff.gz
cecilia_2.0.5-2.2.dsc
to main/c/cecilia/cecilia_2.0.5-2.2.dsc
cecilia_2.0.5-2.2_all.deb
to main/c/cecilia/cecilia_2.0.5-2.2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 476...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alessio Treglia <ales...@debian.org> (supplier of updated cecilia package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 20 Sep 2010 16:52:51 +0200
Source: cecilia
Binary: cecilia
Architecture: source all
Version: 2.0.5-2.2
Distribution: unstable
Urgency: low
Maintainer: Free Ekanayaka <f...@agnula.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description:
cecilia - graphic user interface for CSound
Closes: 476300 546950
Changes:
cecilia (2.0.5-2.2) unstable; urgency=low
.
* Non-maintainer upload.
* Apply patch from Felipe Sateler to make cecilia works with csound 5;
Closes: #476300
* Update Uploaders list (Closes: #546950).
Checksums-Sha1:
a131def8d1105b7b000101152f0a854f8a0ffa88 973 cecilia_2.0.5-2.2.dsc
a2ab3054850cbf157c93202d608f7222b7fed397 13809 cecilia_2.0.5-2.2.diff.gz
b633e3ed1b712415a9610899d609d74520651998 1648418 cecilia_2.0.5-2.2_all.deb
Checksums-Sha256:
3e70ed2fff533f87563e859aabac6c974be6dcd881715e8b402ea84cba9042a0 973
cecilia_2.0.5-2.2.dsc
b952fa584820cfe8f313e7897f6d7b01bab4f199ac805a7e85b76e47d5ff31a9 13809
cecilia_2.0.5-2.2.diff.gz
260983c7c14db1a9820c2422259bee088b2c0ab4316ceaf027a3aa4368ea5ccb 1648418
cecilia_2.0.5-2.2_all.deb
Files:
7a960a7384d2a2ff254b36526b51e6b8 973 sound optional cecilia_2.0.5-2.2.dsc
fe23079b3dee26da6f42341ca43ef703 13809 sound optional cecilia_2.0.5-2.2.diff.gz
c622cc239be4c56d5f98085fbbc21e27 1648418 sound optional
cecilia_2.0.5-2.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkyXe8IACgkQRdSMfNz8P9Ck5ACfazOnk4jeOwNvVWjnFyJmvFeM
IY4An0KAIFIxGhGFgzJfAtUklPnKKWMp
=b4xI
-----END PGP SIGNATURE-----
--- End Message ---