Control: tags -1 pending On Fri, 08 Aug 2014 17:25:21 +0200 Emmanuel Bourg <ebo...@apache.org> wrote: > Control: tags -1 patch > > Here is a patch fixing this issue. It renames the MultiHashMap.remove(K, > V) methods which conflicts with the new Map.remove(Object, Object) > method introduced in Java 8.
Hi, I have tested Emmanuel's patch with openjdk-8-jdk and have an NMU of zeroc-ice ready to go. Before I upload it to the delayed queue, I thought I would check to see whether a maintainer upload was pending. Cheers, tony
diff -Nru zeroc-ice-3.5.1/debian/changelog zeroc-ice-3.5.1/debian/changelog --- zeroc-ice-3.5.1/debian/changelog 2014-04-26 06:17:00.000000000 -0700 +++ zeroc-ice-3.5.1/debian/changelog 2015-08-01 13:38:11.000000000 -0700 @@ -1,3 +1,11 @@ +zeroc-ice (3.5.1-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Address FTBFS with OpenJDK 8. (Closes: #745100) + - Thank you to Emmanuel Bourg for the patch. + + -- tony mancill <tmanc...@debian.org> Sat, 01 Aug 2015 13:38:05 -0700 + zeroc-ice (3.5.1-6) unstable; urgency=medium * Bug fix: "Depends on obsolete version of Ruby (1.9)", thanks to diff -Nru zeroc-ice-3.5.1/debian/patches/java8-compatibility.patch zeroc-ice-3.5.1/debian/patches/java8-compatibility.patch --- zeroc-ice-3.5.1/debian/patches/java8-compatibility.patch 1969-12-31 16:00:00.000000000 -0800 +++ zeroc-ice-3.5.1/debian/patches/java8-compatibility.patch 2015-08-01 09:57:25.000000000 -0700 @@ -0,0 +1,29 @@ +Description: Rename the MultiHashMap.remove() method to avoid a conflict + with the new Map.remove(K, V) method introduced in Java 8 +Author: Emmanuel Bourg <ebo...@apache.org> +Forwarded: no +Bug-Debian: https://bugs.debian.org/745100 +--- a/java/src/IceInternal/OutgoingConnectionFactory.java ++++ b/java/src/IceInternal/OutgoingConnectionFactory.java +@@ -29,7 +29,7 @@ + } + + public void +- remove(K key, V value) ++ removeKeyValue(K key, V value) + { + java.util.List<V> list = this.get(key); + assert(list != null); +@@ -622,9 +622,9 @@ + { + for(Ice.ConnectionI c : cons) + { +- _connections.remove(c.connector(), c); +- _connectionsByEndpoint.remove(c.endpoint(), c); +- _connectionsByEndpoint.remove(c.endpoint().compress(true), c); ++ _connections.removeKeyValue(c.connector(), c); ++ _connectionsByEndpoint.removeKeyValue(c.endpoint(), c); ++ _connectionsByEndpoint.removeKeyValue(c.endpoint().compress(true), c); + } + } + diff -Nru zeroc-ice-3.5.1/debian/patches/series zeroc-ice-3.5.1/debian/patches/series --- zeroc-ice-3.5.1/debian/patches/series 2014-04-26 06:18:33.000000000 -0700 +++ zeroc-ice-3.5.1/debian/patches/series 2015-08-01 09:58:37.000000000 -0700 @@ -14,3 +14,4 @@ iceca cs-makefile-printf-error rubyarchhdrdir.patch +java8-compatibility.patch [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .changes but not in first ----------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/08/89cee45792124f4bb81be48b04de737b27e3f0.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/18/a494bca865b4c1ab8820b10ad05f592a20ea82.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/1e/a6fffc9498a0b32131e1981e962a5aad379880.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/35/9b0c5204ab716cbe9093305a7474896eb8cda4.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/38/6a9ffa9507fae311e43d0b63c5e461b0a1e489.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/38/e4e4efd4c8ba482225575ba453c55994c0a3d7.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/3c/7bc6d367a15c93650525965a83a967d0986acf.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/41/a039d537f6775c4bff204c06a954862f3f5ab1.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/47/e8adb7b757f2bed3ce66640ae8f957163e6901.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4e/79994cf1641b6d2c4801dd30f45b2e0bc12c2a.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4f/33a2f0675f30f89a54f7738710b4587cec0377.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/51/565093cbf653547d2db36710b9c97ba979f823.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/55/33b12547222c48fc8edbb43b452f4577ad7b15.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/58/6436e655f67236f30d0493034814a3837543cb.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/5c/e327c942228c1307bfda5557b446b2a145321a.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/68/8c04ede2c178540790613d74b28d9d6db48bd7.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/68/e90c44bda671269b47d0bb262be7e3834de608.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/6c/bdd4d18b31b73dbf27e1cef471f2f2dd75776f.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/73/e27c64150e173f3330fa084c8c8da8a21ac926.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/74/3980dfa3926b7c92a4107133ccf3bf4926c0b1.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/7c/40828ae6095cccc546e6f38cd93a696363715b.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/81/fc2540e02dbace73cbbe757b4246a3a9bc9e42.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/8d/832590927e1dbbce656170c71fa7819af443f3.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/95/3edb73dd353ba0df1e46de40351d9cd2f718fb.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/98/65e98a2ef5f34ba6e248becd63cdb290c11a55.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a1/e24d61eea27e94f199aa0eb3f64dcd0b08fef9.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a4/33fbd79668431b9fec0e4d7ff3f6db0f6501b2.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a6/b7f3a9d958c98c95c46319909ffc62058c7a2d.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a7/c3a6e119ac7665d55c87e73ea19a90f8085546.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/b0/8f92ede4fddca97a3262299548da78473f22ae.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/b4/e9bbae867aa98e8b7dbba9a7d982e57a2517ea.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/bb/e86514419279420524ce18b582cc4e9beae8da.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c3/200c1c564cbd1b77523ae6dbd882a6b2cf4b8e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c7/a8e04761956f40329896acf91ab1a19ee948c7.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c8/27818a8dbab2a6c5a9e1aa9b71cc3c5537d7e0.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ca/3c291f0bfb4f762ffe216f64e88dfeb7925df4.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e1/bc738ff25aafb4a592cd979798a7df47e4b0b9.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e4/07d0fc2247bea829756be11bcc59591f1ecdc7.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e4/55fcc63a5c3f905ee8fb0689aaf9473793d73c.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ea/39d328b082024808e301951f87a5ba09bb7bdf.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/fb/4bd8d7e5a750ae4bd203733d6f7599e03c4f45.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/fd/0ab582bd4e5192035f4ccba936d029ec7af99c.debug Files in first .changes but not in second ----------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/0e/04219c6b5a1ae30075c0be57fe37f5023142b8.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/19/5ba8bb682d4a6243798c908ebd44c942a00d09.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/1e/69d9229ce53941637712050a2240f5f72310bb.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/20/9d6bcf9e17cafaa59bebf70511f96bb7c39bd5.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/22/9ab02e2edfc134e2caf62d5f1b733e4eec7443.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/23/a1035555b345f0356f8fa498dda5e8fdf28504.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/25/dc717c84a3b24c92a13dcdf5460e794c5a77d8.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/2a/987decb1cc0817602e603f24425613fdaf83fb.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/2f/4222ccabe0e6eb8f1cbf27e0a463c1ee6c7852.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/3a/c64cfabc7126693a6a9abb8dd7674798e1e74e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/3c/8d8ca2e561ac8d73bea787e09e23f31c9fda6d.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/3e/f34f4417a87008bdc2402c12a5b003719309ca.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/40/cbded3ae86ba6e7b0a250c4c3163f514979eb7.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/48/401b41e7e60b22c101d34c024ed766a9eb2775.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4a/147dac7ef983255c72e3d586325c91602399f5.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/51/9356a02e5c85c2122d8370b50f6053f7e1a92e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/59/33b8d7351b8da6472c1121c3928be934594189.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/5e/e3fed00578932544c5aa9f2125b09a006e950a.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/62/9e41e589b33565c98a2eac3b1525096b5e7ae5.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/69/b3ca335c004ea5d64c6c749e6a3a09a8e5504f.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/7a/35a7f10dcd764b90200d3f73b66b7e2096c1fb.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/7b/288a1ef475bc3fba719acb99ba4d9e59ea5b57.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/8a/2444d5d91c05bc1b57815c11b94602022c7820.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/8a/50089eacc539a3772eca36c39ba9116dcd748d.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/92/6aa8348f068b56195c69587d99a0ff0996d584.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/96/e7c70c225b5a331bee1f5ed6b250ffbeaa4966.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/9c/77a2b6f4460df9a8bcd177a7826cd6e798e5a5.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/9d/50558b925c7b335bffa88c0756dee13a0b4e18.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/9e/14ac35b74a4e296d3b2846a131cd37d86b8f40.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a2/cb3265752ea9fea6f0ec520ee8a5eea75e0693.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a8/f416881693ee4b6f1868c77a1d5e2c220bc67b.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/bc/11b8bdd2dc90529cefb3c08ce7c6702bc1a52e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c0/db9ed5451884c10d71135c5522af6a86ebe274.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ce/2e364594a12de7f40a36b5ae0fc782d1af6c16.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/d5/19ae4875d55594336dfea671b24b1f83687af3.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/d9/fbb5bc22995d6ed3d078aee56a3bb0777357a3.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/da/5dac20aca6948bd312be56c02f95852da9cdea.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/da/bbe280bf36522604678c477c4ef7398294b06f.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e1/c49550b04ebe78c400a27be484e2677d8c1184.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e2/68a268d9e8b2813a66e5601690f2dae1260209.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e3/502b337b3f42394437bb2f7b1eb8068c1ce7dc.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/f6/be8b698878704ba2c341164af2984b2a5a97ac.debug Control files of package ice35-services: lines which differ (wdiff format) -------------------------------------------------------------------------- Depends: icebox (>= [-3.5.1-6),-] {+3.5.1-6.1),+} libc6 (>= 2.15), libdb5.3++, libfreeze35, libgcc1 (>= 1:4.1.1), libglacier2-35, libicebox35, libicedb35, libicegrid35, libicepatch2-35, libicessl35, libicestorm35, libiceutil35, libicexml35, libreadline5 (>= 5.2), libslice35, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-11672-] {+10207+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package ice35-slice: lines which differ (wdiff format) ----------------------------------------------------------------------- Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package ice35-translators: lines which differ (wdiff format) ----------------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libslice35, libstdc++6 (>= [-4.9)-] {+5.2)+} Installed-Size: [-2749-] {+2185+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package icebox: lines which differ (wdiff format) ------------------------------------------------------------------ Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicebox35, libiceutil35, libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-225-] {+213+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package icegrid-gui: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: default-jre | java7-runtime, libjgoodies-looks-java (>= 2.5.2), libjgoodies-forms-java (>= 1.6.0), libzeroc-ice3.5-java (>= [-3.5.1-6)-] {+3.5.1-6.1)+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libfreeze35: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: libc6 (>= 2.14), libdb5.3++, libgcc1 (>= 1:4.1.1), libiceutil35, libstdc++6 (>= [-4.6),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-687-] {+647+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libglacier2-35: lines which differ (wdiff format) -------------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libstdc++6 (>= [-4.2.1),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-711-] {+695+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicebox35: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libstdc++6 (>= [-4.2.1),-] {+5.2),+} libzeroc-ice35 Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicedb35: lines which differ (wdiff format) ---------------------------------------------------------------------- Depends: libc6 (>= [-2.4),-] {+2.14),+} libgcc1 (>= 1:4.1.1), libiceutil35, libstdc++6 (>= [-4.1.1),-] {+5.2),+} libzeroc-ice35 Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicegrid35: lines which differ (wdiff format) ------------------------------------------------------------------------ Depends: libc6 (>= 2.14), libfreeze35, libgcc1 (>= 1:4.1.1), libglacier2-35, libicedb35, libiceutil35, libqt4-sql (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= [-4.4.0),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-2493-] {+2496+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicepatch2-35: lines which differ (wdiff format) --------------------------------------------------------------------------- Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-339-] {+331+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicessl35: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35, python Installed-Size: [-391-] {+367+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicestorm35: lines which differ (wdiff format) ------------------------------------------------------------------------- Depends: libc6 (>= 2.14), libfreeze35, libgcc1 (>= 1:4.1.1), libglacier2-35, libicebox35, libicedb35, libicegrid35, libiceutil35, libqt4-sql (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35 Installed-Size: [-1739-] {+1667+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libiceutil35: lines which differ (wdiff format) ------------------------------------------------------------------------ Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= [-4.9)-] {+5.2)+} Installed-Size: [-315-] {+307+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libicexml35: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libiceutil35, libstdc++6 (>= [-4.6)-] {+5.2)+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libslice35: lines which differ (wdiff format) ---------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libmcpp0, libstdc++6 (>= [-4.9)-] {+5.2)+} Installed-Size: [-1311-] {+1215+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libzeroc-ice3.5-cil: lines which differ (wdiff format) ------------------------------------------------------------------------------- Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libzeroc-ice3.5-java: lines which differ (wdiff format) -------------------------------------------------------------------------------- Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libzeroc-ice35: lines which differ (wdiff format) -------------------------------------------------------------------------- Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libstdc++6 (>= [-4.9)-] {+5.2)+} Installed-Size: [-3694-] {+3474+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libzeroc-ice35-dbg: lines which differ (wdiff format) ------------------------------------------------------------------------------ Depends: libzeroc-ice35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicessl35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicexml35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libiceutil35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libslice35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libglacier2-35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicestorm35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicegrid35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicepatch2-35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libfreeze35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicedb35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicebox35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} ice35-services (= [-3.5.1-6),-] {+3.5.1-6.1),+} ice35-translators (= [-3.5.1-6),-] {+3.5.1-6.1),+} python-zeroc-ice (= [-3.5.1-6),-] {+3.5.1-6.1),+} python3-zeroc-ice (= [-3.5.1-6),-] {+3.5.1-6.1),+} php-zeroc-ice (= [-3.5.1-6),-] {+3.5.1-6.1),+} ruby-zeroc-ice (= [-3.5.1-6),-] {+3.5.1-6.1),+} icebox (= [-3.5.1-6)-] {+3.5.1-6.1)+} Installed-Size: [-73327-] {+79541+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package libzeroc-ice35-dev: lines which differ (wdiff format) ------------------------------------------------------------------------------ Depends: libzeroc-ice35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicessl35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicexml35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libiceutil35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libslice35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libglacier2-35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicestorm35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicegrid35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicepatch2-35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libfreeze35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicedb35 (= [-3.5.1-6),-] {+3.5.1-6.1),+} libicebox35 (= [-3.5.1-6)-] {+3.5.1-6.1)+} Recommends: ice35-translators (= [-3.5.1-6),-] {+3.5.1-6.1),+} ice35-slice (= [-3.5.1-6),-] {+3.5.1-6.1),+} libzeroc-ice35-dbg (= [-3.5.1-6)-] {+3.5.1-6.1)+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package php-zeroc-ice: lines which differ (wdiff format) ------------------------------------------------------------------------- Depends: php5-cli (>= 5.4.0~rc6-1) | php5 (>= 5.4.0~rc6-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libslice35, libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35, phpapi-20131226 Installed-Size: [-886-] {+838+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package python-zeroc-ice: lines which differ (wdiff format) ---------------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libslice35, libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35, python (>= 2.7), python (<< 2.8) Installed-Size: [-1770-] {+1697+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package python3-zeroc-ice: lines which differ (wdiff format) ----------------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libslice35, libstdc++6 (>= [-4.9),-] {+5.2),+} libzeroc-ice35, python3 (<< 3.5), python3 (>= 3.4~) Installed-Size: [-1770-] {+1693+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package ruby-zeroc-ice: lines which differ (wdiff format) -------------------------------------------------------------------------- Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiceutil35, libruby2.1 (>= 2.1.0), libslice35, libstdc++6 (>= [-4.6),-] {+5.2),+} libzeroc-ice35, ruby Installed-Size: [-588-] {+540+} Version: [-3.5.1-6-] {+3.5.1-6.1+} Control files of package zeroc-ice35: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: ice35-services (>= [-3.5.1-6),-] {+3.5.1-6.1),+} ice35-translators (>= [-3.5.1-6),-] {+3.5.1-6.1),+} ice35-slice (>= [-3.5.1-6),-] {+3.5.1-6.1),+} libzeroc-ice35-dev (>= [-3.5.1-6),-] {+3.5.1-6.1),+} libzeroc-ice3.5-cil (>= [-3.5.1-6),-] {+3.5.1-6.1),+} python-zeroc-ice (>= [-3.5.1-6),-] {+3.5.1-6.1),+} python3-zeroc-ice (>= [-3.5.1-6),-] {+3.5.1-6.1),+} php-zeroc-ice (>= [-3.5.1-6),-] {+3.5.1-6.1),+} libzeroc-ice3.5-java (>= [-3.5.1-6)-] {+3.5.1-6.1)+} Recommends: libzeroc-ice35-dbg (>= [-3.5.1-6)-] {+3.5.1-6.1)+} Version: [-3.5.1-6-] {+3.5.1-6.1+}
signature.asc
Description: OpenPGP digital signature