Bug#821523: Bug#821691: fixed in owfs 3.1p1-4

2016-05-16 Thread Vincent Danjean
Le 16/05/2016 08:12, Logan Rosen a écrit :
> Hi,
> 
> On Sat, 07 May 2016 09:57:28 + Vincent Danjean  
> wrote:
>> Source: owfs
>> Source-Version: 3.1p1-4
>>
>> We believe that the bug you reported is fixed in the latest version of
>> owfs, which is due to be installed in the Debian FTP archive.
> 
> This bug actually isn't totally fixed in owfs 3.1p1-4. libownet-php
> depends on php5 | php5-cli, which should be changed to php | php-cli.
> Can you please change the dependency accordingly?

Oups, sorry. I just uploaded 3.1p1-5 that should fix this:
$ debdiff owfs_3.1p1-4.dsc owfs_3.1p1-5.dsc
diff -Nru owfs-3.1p1/debian/changelog owfs-3.1p1/debian/changelog
--- owfs-3.1p1/debian/changelog 2016-05-07 11:09:23.0 +0200
+++ owfs-3.1p1/debian/changelog 2016-05-16 08:53:52.0 +0200
@@ -1,3 +1,9 @@
+owfs (3.1p1-5) unstable; urgency=medium
+
+  * really fix php dependencies (Thanks Logan Rosen)
+
+ -- Vincent Danjean   Mon, 16 May 2016 08:53:29 +0200
+
 owfs (3.1p1-4) unstable; urgency=medium

   * Remove php bindings. Swig do not support php7 (yet) and Debian not
diff -Nru owfs-3.1p1/debian/control owfs-3.1p1/debian/control
--- owfs-3.1p1/debian/control   2016-05-07 11:09:23.0 +0200
+++ owfs-3.1p1/debian/control   2016-05-16 08:53:52.0 +0200
@@ -227,7 +227,7 @@
 Package: libownet-php
 Architecture: all
 Section: web
-Depends: php5 | php5-cli,
+Depends: php | php-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

> Thanks,
> Logan
> 

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0xD17897FA vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main



Bug#821523: Bug#821691: fixed in owfs 3.1p1-4

2016-05-16 Thread Logan Rosen
Hi,

On Sat, 07 May 2016 09:57:28 + Vincent Danjean  wrote:
> Source: owfs
> Source-Version: 3.1p1-4
>
> We believe that the bug you reported is fixed in the latest version of
> owfs, which is due to be installed in the Debian FTP archive.

This bug actually isn't totally fixed in owfs 3.1p1-4. libownet-php
depends on php5 | php5-cli, which should be changed to php | php-cli.
Can you please change the dependency accordingly?

Thanks,
Logan