[Pkg-giraffe-maintainers] Bug#889518: z-push: Please depend on php-xsl, not php7.0-xsl

Steve Langasek steve.langasek at canonical.com
Sun Feb 4 06:00:05 UTC 2018


Package: z-push
Version: 2.3.8-2
Severity: important
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear maintainers,

The z-push-backend-carddav package currently depends on php7.0-xsl; but all
other php dependencies are on php-*, which currently points to php7.2.  Thus
php7.0-xsl is not actually usable together with the other php packages, and
is bound to leave this dependency unsatisfied at runtime.

Please adjust the dependencies to point to php-xsl instead.  This is
unfortunately a virtual package provided by multiple php7.x-xsl packages in
Debian, but that is a separate bug which should be fixed in the php
packaging.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slangasek at ubuntu.com                                     vorlon at debian.org
-------------- next part --------------
diff -Nru z-push-2.3.8/debian/control z-push-2.3.8/debian/control
--- z-push-2.3.8/debian/control	2017-10-26 09:58:24.000000000 -0700
+++ z-push-2.3.8/debian/control	2018-02-03 21:54:34.000000000 -0800
@@ -126,7 +126,7 @@
 Architecture: all
 Depends:
  php-curl,
- php7.0-xsl,
+ php-xsl,
  z-push-common (= ${binary:Version}),
  ${misc:Depends},
 Description: open source implementation of the ActiveSync protocol - CardDav backend


More information about the Pkg-giraffe-maintainers mailing list