-
zeroc-ice (3.4.2-8.1ubuntu1) quantal; urgency=low
* Fix FTBFS with java7 (LP: #889005)
-- Dmitrijs Ledkovs <email address hidden> Fri, 24 Aug 2012 19:25:19 +0100
-
zeroc-ice (3.4.2-8.1) unstable; urgency=low
* Non-maintainer upload.
* Revert the patch 'fixing' the FTBFS with gcc-4.7 that breaks ABI, and
add force_gcc_4.6.patch. We need to do this all in the upstream makefile
because it has a silly check for the intel icpc compiler that we need to
patch around or the build will fail with anything but c++ as the compiler,
and we can't just override CXX in /rules because the wonderful 3.0 (quilt)
system will revert that patch before the clean target is run ensuring that
hilarious fail is guaranteed.
Closes: #672066
-- Michael Ziegler <email address hidden> Sat, 07 Jul 2012 15:24:30 +0200
-
zeroc-ice (3.4.2-8) unstable; urgency=low
* Bug fix: "FTBFS: Handle.h:66:13: error: upCast was not
declared in this scope, and no declarations were found by
argument-dependent lookup at the point of instantiation
[-fpermissive]", thanks to Lucas Nussbaum (Closes: #672066).
+ Using patch from ZeroC (thanks to Matthias Klose).
+ Minor changes to patch.
* Bug fix: "Should not build-depend on libncurses5-dev", thanks to Sven
Joachim (Closes: #651276).
* Added mono-gmcs as build-dep.
-- Cleto MartÃn <email address hidden> Sat, 19 May 2012 18:40:18 +0200
-
zeroc-ice (3.4.2-4ubuntu1) precise; urgency=low
* make-rules.patch: Don't attempt to link against libncurses. Fixes
FTBFS. (Closes: #646169)
* debian/control: Because zeroc-ice is distributed under GPLv2, we
must use libreadline-gplv2-dev and not libreadline-dev.
-- Daniel T Chen <email address hidden> Wed, 26 Oct 2011 17:06:29 -0400