diff -Nru zeroc-ice-3.5.1/debian/changelog zeroc-ice-3.5.1/debian/changelog --- zeroc-ice-3.5.1/debian/changelog 2016-03-13 14:18:15.000000000 -0700 +++ zeroc-ice-3.5.1/debian/changelog 2016-04-05 16:33:24.000000000 -0700 @@ -1,3 +1,9 @@ +zeroc-ice (3.5.1-6.4ubuntu1) xenial; urgency=medium + + * Remove php-zeroc-ice from the build (LP: #1566572). + + -- Nishanth Aravamudan Tue, 05 Apr 2016 16:33:20 -0700 + zeroc-ice (3.5.1-6.4build1) xenial; urgency=medium * No-change rebuild for ruby2.3-only support. diff -Nru zeroc-ice-3.5.1/debian/control zeroc-ice-3.5.1/debian/control --- zeroc-ice-3.5.1/debian/control 2016-03-06 07:22:22.000000000 -0800 +++ zeroc-ice-3.5.1/debian/control 2016-04-05 16:33:30.000000000 -0700 @@ -1,7 +1,8 @@ Source: zeroc-ice Section: devel Priority: optional -Maintainer: Francisco Moya +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Francisco Moya Uploaders: Cleto Martín Build-Depends: debhelper (>= 9), libdb++-dev, @@ -13,7 +14,6 @@ zlib1g-dev | libz-dev, python-all-dev (>= 2.3.5-11), python3-all-dev, - php5-dev (>= 5.4.0~rc6), ruby-dev, ruby, libqt4-dev, @@ -44,7 +44,6 @@ libzeroc-ice3.5-cil (>= ${binary:Version}), python-zeroc-ice (>= ${binary:Version}), python3-zeroc-ice (>= ${binary:Version}), - php-zeroc-ice (>= ${binary:Version}), libzeroc-ice3.5-java (>= ${binary:Version}), ${misc:Depends} Recommends: libzeroc-ice35-dbg (>= ${binary:Version}) @@ -492,7 +491,6 @@ ice35-translators (= ${binary:Version}), python-zeroc-ice (= ${binary:Version}), python3-zeroc-ice (= ${binary:Version}), - php-zeroc-ice (= ${binary:Version}), ruby-zeroc-ice (= ${binary:Version}), icebox (= ${binary:Version}), ${misc:Depends} @@ -554,27 +552,6 @@ information in the ZeroC home page (http://www.zeroc.com/ice.html) and in the non-free package zeroc-ice-manual. -Package: php-zeroc-ice -Architecture: any -Section: php -Depends: php5-cli (>= 5.4.0~rc6-1) | php5 (>= 5.4.0~rc6-1), - ${shlibs:Depends}, ${misc:Depends}, ${php:Depends} -Recommends: ice35-slice | ice-slice -Description: Ice for PHP extension - Ice, the Internet Communications Engine, is a middleware for the - practical programmer developed by ZeroC Inc. A high-performance - Internet communications platform, Ice includes a wealth of layered - services and plug-ins. - . - Ice is built on concepts which will be familiar to CORBA programmers, - and supports a wide variety of programming languages and runtime - platforms. - . - This package contains the PHP extension module required to - run/develop applications with Ice for PHP. You will find further - information in the ZeroC home page (http://www.zeroc.com/ice.html) - and in the non-free package zeroc-ice-manual. - Package: libzeroc-ice3.5-cil Architecture: all Section: cli-mono diff -Nru zeroc-ice-3.5.1/debian/php-zeroc-ice.install.in zeroc-ice-3.5.1/debian/php-zeroc-ice.install.in --- zeroc-ice-3.5.1/debian/php-zeroc-ice.install.in 2015-11-19 15:29:09.000000000 -0800 +++ zeroc-ice-3.5.1/debian/php-zeroc-ice.install.in 1969-12-31 16:00:00.000000000 -0800 @@ -1,10 +0,0 @@ -etc/php5/conf.d/IcePHP.ini etc/php5/mods-available -usr/php/*.so usr/lib/php5/@PHP_API@/ -usr/php/*.php usr/share/Ice-3.5.1/php/lib -usr/php/Glacier2 usr/share/Ice-3.5.1/php/lib/ -usr/php/Ice usr/share/Ice-3.5.1/php/lib/ -usr/php/IceBox usr/share/Ice-3.5.1/php/lib/ -usr/php/IceGrid usr/share/Ice-3.5.1/php/lib/ -usr/php/IcePatch2 usr/share/Ice-3.5.1/php/lib/ -usr/php/IceStorm usr/share/Ice-3.5.1/php/lib/ -usr/lib/php5 diff -Nru zeroc-ice-3.5.1/debian/php-zeroc-ice.postinst zeroc-ice-3.5.1/debian/php-zeroc-ice.postinst --- zeroc-ice-3.5.1/debian/php-zeroc-ice.postinst 2015-11-19 15:29:09.000000000 -0800 +++ zeroc-ice-3.5.1/debian/php-zeroc-ice.postinst 1969-12-31 16:00:00.000000000 -0800 @@ -1,10 +0,0 @@ -#!/bin/sh -set -e - -if [ "$1" = "configure" ]; then - php5enmod IcePHP -fi - -#DEBHELPER# - -exit 0 diff -Nru zeroc-ice-3.5.1/debian/php-zeroc-ice.prerm zeroc-ice-3.5.1/debian/php-zeroc-ice.prerm --- zeroc-ice-3.5.1/debian/php-zeroc-ice.prerm 2015-11-19 15:29:09.000000000 -0800 +++ zeroc-ice-3.5.1/debian/php-zeroc-ice.prerm 1969-12-31 16:00:00.000000000 -0800 @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "remove" ]; then - php5dismod IcePHP -fi - -#DEBHELPER# - -exit 0 diff -Nru zeroc-ice-3.5.1/debian/rules zeroc-ice-3.5.1/debian/rules --- zeroc-ice-3.5.1/debian/rules 2015-11-20 02:23:46.000000000 -0800 +++ zeroc-ice-3.5.1/debian/rules 2016-04-05 16:31:36.000000000 -0700 @@ -47,14 +47,13 @@ $(NJOBS) MAKE_INVOKE := make $(MAKE_COMMON_FLAGS) -LANGS_ARCH:=cpp py rb php +LANGS_ARCH:=cpp py rb LANGS_INDEP:=java cs LANGS:=$(LANGS_ARCH) $(LANGS_INDEP) include debian/rules-cpp.mk include debian/rules-py.mk include debian/rules-rb.mk -include debian/rules-php.mk include debian/rules-java.mk include debian/rules-cs.mk @@ -80,7 +79,7 @@ dh_strip --dbg-package=libzeroc-ice$(R)-dbg override_dh_makeshlibs: - dh_makeshlibs -XIcePy -XIceRuby -XIcePHP + dh_makeshlibs -XIcePy -XIceRuby override_dh_compress: dh_compress -Xtemplates.xml