Your message dated Fri, 12 Feb 2010 01:14:59 +0000
with message-id <[email protected]>
and subject line Removed
has caused the Debian Bug report #554856,
regarding ics: FTBFS due to wrong syntax in debian/pyversions
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 [email protected]
immediately.)
--
554856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554856
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ics
Version: 1.4.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu lucid ubuntu-patch
In an Ubuntu lucid build environment, ics fails to build from source; that's
due to the wrong syntax used in debian/pyversions file.
Quoting [1]:
"That file contains a comma separated list of versions or range of
versions: [...]"
The allowed versions are currently separated by new-line.
Attaching a patch.
[1] http://wiki.debian.org/DebianPython/NewPolicy
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-14-generic (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u ics-1.4.0/debian/pyversions ics-1.4.0/debian/pyversions
--- ics-1.4.0/debian/pyversions
+++ ics-1.4.0/debian/pyversions
@@ -1,2 +1 @@
-2.5
-2.6
+2.5-
--- End Message ---
--- Begin Message ---
Version: 1.4.0-2+b1+rm
ics was removed from Debian (because it has been superseded by
code-saturne).
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---