Your message dated Sat, 26 May 2012 00:20:21 +0200
with message-id <[email protected]>
and subject line Re: Bug#672562: transition: bobcat
has caused the Debian Bug report #672562,
regarding transition: bobcat
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.)
--
672562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672562
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: transition
Dear Release Team,
The new bobcat library (3.00.02) bumps soname version.
We have prepared a new package and tested in as well
(JFTR: debcheckout and get-orig-source work as expected)
The following packages build-depend on bobcat:
bisonc++ ccbuild flexc++ oxref stealth xd
All of these built successfully against the new bobcat library,
even though ccbuild required a minor tweak [1] to succeed due
to unrelated FTBFS with newer GCC, reported as #667132.
[1] diff -Naur ccbuild-2.0.2.orig/src/system/dotgraphForAll.cc
ccbuild-2.0.2/src/system/dotgraphForAll.cc
--- ccbuild-2.0.2.orig/src/system/dotgraphForAll.cc 2012-05-12
08:19:50.000000000 +0300
+++ ccbuild-2.0.2/src/system/dotgraphForAll.cc 2012-05-12 08:23:54.000000000
+0300
@@ -47,12 +47,12 @@
if(Options::simulate)
continue;
- ofstream file(output.c_str(), ios::trunc);
- if(!file.is_open())
+ ofstream file_ofs(output.c_str(), ios::trunc);
+ if(!file_ofs.is_open())
continue;
- dotgraphFor(target, file);
- file.close();
+ dotgraphFor(target, file_ofs);
+ file_ofs.close();
}
}
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
George Danchev <[email protected]> (12/05/2012):
> The new bobcat library (3.00.02) bumps soname version.
> We have prepared a new package and tested in as well
> (JFTR: debcheckout and get-orig-source work as expected).
bobcat | 3.01.00-1 | testing | source
bobcat | 3.01.00-1 | unstable | source
No old binaries in testing, closing accordingly.
Thanks for this painless transition, that's highly appreciated.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---