[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#672562: transition: bobcat



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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



Reply to: