Your message dated Sun, 06 Mar 2016 00:28:54 +0000
with message-id <e1acmz4-0004w9...@franck.debian.org>
and subject line Bug#816248: fixed in php-codesniffer 2.5.1-2
has caused the Debian Bug report #816248,
regarding php-codesniffer: add dependency on split php-xml package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
816248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: php-codesniffer
Version: 2.5.1-1
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Hi folks,

The php-codesniffer package uses code from the xml PHP extension
(simplexml_load_string).  In php7.0 in unstable, the xml extension has now
been split into a separate binary package.  This makes php-codesniffer fail
to run unless this additional package is installed.

In Ubuntu, I've applied the attached patch to fix this.  Please consider
applying it in Debian as well.

Thanks,
-- 
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/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru php-codesniffer-2.5.1/debian/control php-codesniffer-2.5.1/debian/control
--- php-codesniffer-2.5.1/debian/control	2016-02-14 00:34:40.000000000 -0800
+++ php-codesniffer-2.5.1/debian/control	2016-02-28 22:23:15.000000000 -0800
@@ -5,6 +5,7 @@
 Uploaders: David Prévot <taf...@debian.org>
 Build-Depends: debhelper (>= 8),
                phpunit (>= 3.6) <!nocheck !stage1>,
+               php-xml,
                pkg-php-tools (>= 1.1~)
 Build-Depends-Indep: php-pear
 Standards-Version: 3.9.7
@@ -14,7 +15,7 @@
 
 Package: php-codesniffer
 Architecture: all
-Depends: ${misc:Depends}, ${phppear:Debian-Depends}
+Depends: ${misc:Depends}, ${phppear:Debian-Depends}, php-xml
 Recommends: ${phppear:Debian-Recommends}
 Breaks: ${phppear:Debian-Breaks}
 Description: PHP, CSS and JavaScript coding standard analyzer and checker

--- End Message ---
--- Begin Message ---
Source: php-codesniffer
Source-Version: 2.5.1-2

We believe that the bug you reported is fixed in the latest version of
php-codesniffer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 816...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated php-codesniffer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 05 Mar 2016 18:14:50 -0400
Source: php-codesniffer
Binary: php-codesniffer
Architecture: source
Version: 2.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Description:
 php-codesniffer - PHP, CSS and JavaScript coding standard analyzer and checker
Closes: 816248
Changes:
 php-codesniffer (2.5.1-2) unstable; urgency=medium
 .
   * Document needed extensions in package.xml (Closes: #816248)
   * Rebuild with latest pkg-php-tools for the PHP 7.0 transition
Checksums-Sha1:
 d680aa842b3d43122bceb2734111f7ac9f6e99b4 1730 php-codesniffer_2.5.1-2.dsc
 7e735566d5d3c04c2c8b23fecba1ad6961999bdf 11056 
php-codesniffer_2.5.1-2.debian.tar.xz
Checksums-Sha256:
 a0f13de2be2014672f3edddb83539a363a5b73620360a0de36d1b649d2927153 1730 
php-codesniffer_2.5.1-2.dsc
 15158328f331ab4b8ea310c0eba22a8d43b465c9b5c56e205b93d4ba15be8a09 11056 
php-codesniffer_2.5.1-2.debian.tar.xz
Files:
 b64687d9542ecf860a97009ce092125f 1730 php optional php-codesniffer_2.5.1-2.dsc
 8887d6d8b34d0bf958188846e70467ae 11056 php optional 
php-codesniffer_2.5.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJW213bAAoJEAWMHPlE9r08hBoH/RfNaSu7FZXXHOUl5YGyAxzm
qK46Alwh/FavrwARn/iTufONHHla7XJa4fMBsFb2NZqKGQu83RwvOZXMc98OJVy3
zAX+qPFzrsXe6UyiLgFqN3VwmpaKvteQD/GwpEka+yGXM/uvh1IG2Jli3R9ChmrB
/GQvKbwU+D12DJDaAqhPgimdUGL8Wc5nZmoqEZlaxmE+wLhvQpmdePiSt9Q1ydqo
/nmIskJAoboTZWeZa3tLXXn2PzGM3Ysi+EJjiiU/krvymoViZVIDGBEFQGcUNDE0
1HTvT9DIccQIjsO60WG3ZYrGsJtI4HCv2EjeGig9M0VXqt9D4HG2/pNDsD9+8hQ=
=31Q6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to