diff -Nru owfs-3.1p1/debian/changelog owfs-3.1p1/debian/changelog --- owfs-3.1p1/debian/changelog 2016-01-18 13:45:01.000000000 -0800 +++ owfs-3.1p1/debian/changelog 2016-03-28 10:30:38.000000000 -0700 @@ -1,3 +1,11 @@ +owfs (3.1p1-2ubuntu1) xenial; urgency=medium + + * Disable libow-php{,5} while swig does not support PHP 7.0 + (LP: #1546823). + * Update to PHP7.0 dependencies (LP: #1562215). + + -- Nishanth Aravamudan Mon, 28 Mar 2016 09:50:57 -0700 + owfs (3.1p1-2) unstable; urgency=medium * fix kFreeBSD patch (upstream applied patch was not working with kFreeBSD) diff -Nru owfs-3.1p1/debian/control owfs-3.1p1/debian/control --- owfs-3.1p1/debian/control 2016-01-18 13:45:01.000000000 -0800 +++ owfs-3.1p1/debian/control 2016-03-28 10:30:38.000000000 -0700 @@ -1,5 +1,6 @@ Source: owfs -Maintainer: Vincent Danjean +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Vincent Danjean Section: electronics XS-Autobuild: no Priority: extra @@ -11,8 +12,8 @@ python-all-dev, tcl-dev, libusb-1.0-0-dev, - php5-cli, - php5-dev, + php-cli, + php-dev, ed, systemd [linux-any], groff-base, @@ -225,33 +226,6 @@ . FTP daemon providing access to 1-Wire networks. -Package: libow-php5 -Architecture: any -Section: web -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${php:Depends} -Description: Dallas 1-wire support: PHP5 bindings - The 1-Wire bus is a cheap low-speed bus for devices like weather - sensors, access control, etc. It can be attached to your system via - serial, USB, I2C, and other interfaces. - . - PHP bindings for the OWFS 1-wire support library have been produced - with SWIG and allow access to libow2.8 functions from PHP code. - -Package: libownet-php -Architecture: all -Section: web -Depends: php5 | php5-cli, - ${misc:Depends} -Description: Dallas 1-wire support: PHP OWNet library - The 1-Wire bus is a cheap low-speed bus for devices like weather - sensors, access control, etc. It can be attached to your system via - serial, USB, I2C, and other interfaces. - . - The PHP OWNet library lets you access owserver and allows reading, - writing and listing the 1-wire bus. - Package: libow-perl Architecture: any Section: perl diff -Nru owfs-3.1p1/debian/rules owfs-3.1p1/debian/rules --- owfs-3.1p1/debian/rules 2016-01-18 13:45:01.000000000 -0800 +++ owfs-3.1p1/debian/rules 2016-03-28 09:50:27.000000000 -0700 @@ -37,7 +37,7 @@ --enable-owcapi \ --enable-swig \ --enable-owperl \ - --enable-owphp \ + --disable-owphp \ --enable-owpython \ --enable-owtcl \ --enable-owfs \