diff -Nru redland-bindings-1.0.17.1+dfsg/debian/changelog redland-bindings-1.0.17.1+dfsg/debian/changelog --- redland-bindings-1.0.17.1+dfsg/debian/changelog 2015-12-17 19:39:20.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/changelog 2016-02-18 13:38:17.000000000 -0800 @@ -1,3 +1,9 @@ +redland-bindings (1.0.17.1+dfsg-1.2ubuntu1) xenial; urgency=medium + + * Remove php5-librdf while swig does not support PHP7.0 (LP: #1546823). + + -- Nishanth Aravamudan Wed, 17 Feb 2016 18:10:00 -0800 + redland-bindings (1.0.17.1+dfsg-1.2build1) xenial; urgency=medium * Rebuild for Perl 5.22.1. diff -Nru redland-bindings-1.0.17.1+dfsg/debian/control redland-bindings-1.0.17.1+dfsg/debian/control --- redland-bindings-1.0.17.1+dfsg/debian/control 2015-11-03 11:07:40.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/control 2016-02-18 13:38:17.000000000 -0800 @@ -1,8 +1,9 @@ Source: redland-bindings Section: devel Priority: optional -Maintainer: Dave Beckett -Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libtool (>= 1.5), perl (>= 5.8.1-2), python-all-dev (>= 2.6.6-3~), ruby, ruby-dev, librdf0-dev (>= 1.0.14), swig (>= 2.0.0), php5-cli, php5-dev +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Dave Beckett +Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libtool (>= 1.5), perl (>= 5.8.1-2), python-all-dev (>= 2.6.6-3~), ruby, ruby-dev, librdf0-dev (>= 1.0.14), swig (>= 2.0.0) X-Python-Version: >= 2.6 Standards-Version: 3.9.5 Homepage: http://librdf.org/ @@ -35,13 +36,3 @@ This package contains the files needed to use the Redland Resource Description Framework (RDF) library in Ruby programs. Homepage: http://librdf.org/docs/ruby.html - -Package: php5-librdf -Architecture: any -Section: php -Depends: ${misc:Depends}, ${shlibs:Depends}, php5 | php5-cli, ${php:Depends} -Description: PHP5 language bindings for the Redland RDF library - This package contains the files needed to use the Redland Resource - Description Framework (RDF) library in PHP5 scripts. -Homepage: http://librdf.org/docs/php.html - diff -Nru redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.examples redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.examples --- redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.examples 2010-02-17 22:43:11.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.examples 1969-12-31 16:00:00.000000000 -0800 @@ -1,2 +0,0 @@ -php/test.php - diff -Nru redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.install redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.install --- redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.install 2014-03-07 21:33:12.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -debian/redland.ini etc/php5/mods-available diff -Nru redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.postinst redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.postinst --- redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.postinst 2014-03-07 21:28:58.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.postinst 1969-12-31 16:00:00.000000000 -0800 @@ -1,5 +0,0 @@ -if [ -x /usr/sbin/php5enmod ]; then - /usr/sbin/php5enmod redland -fi - -#DEBHELPER# diff -Nru redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.prerm redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.prerm --- redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.prerm 2014-03-07 21:29:48.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/php5-librdf.prerm 1969-12-31 16:00:00.000000000 -0800 @@ -1,5 +0,0 @@ -if [ -x /usr/sbin/php5dismod ]; then - /usr/sbin/php5dismod redland -fi - -#DEBHELPER# diff -Nru redland-bindings-1.0.17.1+dfsg/debian/redland.ini redland-bindings-1.0.17.1+dfsg/debian/redland.ini --- redland-bindings-1.0.17.1+dfsg/debian/redland.ini 2010-03-02 19:47:48.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/redland.ini 1969-12-31 16:00:00.000000000 -0800 @@ -1,2 +0,0 @@ -; configuration for php Redland module -extension=redland.so diff -Nru redland-bindings-1.0.17.1+dfsg/debian/rules redland-bindings-1.0.17.1+dfsg/debian/rules --- redland-bindings-1.0.17.1+dfsg/debian/rules 2015-11-03 11:07:30.000000000 -0800 +++ redland-bindings-1.0.17.1+dfsg/debian/rules 2016-02-17 18:09:41.000000000 -0800 @@ -37,10 +37,6 @@ export PERL RUBY=ruby export RUBY -PHP=php5 -export PHP -PHP_CONFIG=php-config5 -export PHP_CONFIG # Python versions from constraints in X-Python-Version in debian/control PYVERS= $(shell pyversions -r) @@ -78,8 +74,6 @@ cd ruby && $(MAKE) - cd php && $(MAKE) - touch build-stamp clean: clean1 @@ -93,8 +87,6 @@ -cd perl && $(MAKE) clean -cd perl && rm -f MYMETA.yml MYMETA.json CORE_wrap.c lib/RDF/Redland/CORE.pm - -cd php && rm -f php_redland.h redland_wrap.c - -cd python && $(MAKE) clean -cd python && rm -f Redland_wrap.c Redland.py @@ -129,9 +121,6 @@ cd ruby ; \ $(MAKE) install DESTDIR=$(CURDIR)/debian/librdf-ruby - cd php; \ - $(MAKE) install DESTDIR=$(CURDIR)/debian/php5-librdf - # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. @@ -156,8 +145,6 @@ dh_python2 -ppython-librdf dh_installdeb dh_shlibdeps - echo "php:Depends=phpapi-$(shell $(PHP_CONFIG) --phpapi)" >> \ - $(CURDIR)/debian/$(PHP)-librdf.substvars dh_gencontrol dh_md5sums dh_builddeb