From noreply at release.debian.org Tue Apr 5 16:39:07 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 05 Apr 2016 16:39:07 +0000 Subject: [xml/sgml-pkgs] docbook2x 0.8.8-14 MIGRATED to testing Message-ID: FYI: The status of the docbook2x source package in Debian's testing distribution has changed. Previous version: 0.8.8-13 Current version: 0.8.8-14 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From smcv at debian.org Sat Apr 16 22:29:42 2016 From: smcv at debian.org (Simon McVittie) Date: Sat, 16 Apr 2016 23:29:42 +0100 Subject: [xml/sgml-pkgs] Bug#821235: man: apostrophe/single quote in title results in undefined macro \*(AQ Message-ID: <20160416222936.GA26156@perpetual.pseudorandom.co.uk> Package: docbook-xsl Version: 1.79.1+dfsg-1 Severity: normal The ostree package has man pages written in Docbook XML and processed into man pages via docbook.xsl. A couple of them have apostrophes/single quotes (U+0027 APOSTROPHE) in a section's title: 'Generate' Options and 'Add' Options In the man page output, this looks like: .SH "\*(AQADD\*(AQ OPTIONS" .PP \fB\-\-set\fR="KEY=VALUE" leading to these errors from man, which are passed on by lintian: % man --warnings /usr/share/man/man1/ostree-remote.1.gz >/dev/null :62: warning: macro `AQ' not defined The preamble generated by docbook-xsl does define a macro named Aq to represent apostrophes, if I'm reading it correctly (I don't really understand the finer points of this typesetting language though). I suspect that the bug might be that U+0027 is replaced with \*(Aq before case-folding the heading to upper-case. If my theory is right, the other way round would work, i.e. docbook-xsl should upper-case the text first, and replace U+0027 with \*(Aq afterwards. Regards, S -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages docbook-xsl depends on: ii xml-core 0.13+nmu2 Versions of packages docbook-xsl recommends: ii docbook-xml 4.5-7.3 Versions of packages docbook-xsl suggests: pn dbtoepub ii docbook-xsl-doc-html [docbook-xsl-doc] 1.78.1-1 pn docbook-xsl-saxon ii fop 1:2.1-3 ii libsaxon-java 1:6.5.5-10 ii libxalan2-java 2.7.1-9 pn libxslthl-java pn xalan -- no debconf information From ondrej at debian.org Mon Apr 18 21:00:07 2016 From: ondrej at debian.org (=?UTF-8?Q?Ond=C5=99ej_?= =?UTF-8?Q?Sur=C3=BD?=) Date: Mon, 18 Apr 2016 23:00:07 +0200 Subject: [xml/sgml-pkgs] Bug#821645: refdb-www: PHP 7.0 Transition Message-ID: <20160418210007.82265.58871.reportbug@lettie.labs.nic.cz> Package: refdb-www Version: 1.0.2-3 Severity: important User: pkg-php-maint at lists.alioth.debian.org Usertags: php7.0-transition -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Dear maintainer(s), this bug is a part of ongoing php7.0 transition. It is filled as important, but the severity will be bumped to serious within quite short (~month) timeframe as the transition was announced almost 3 months ago. The refdb-www package currently depends on libapache2-mod-php5 php5 php5-xsl . PHP 7.0 has landed in unstable with substantial changes to the packaging: 1. Every package built from src:phpMAJOR.MINOR now include phpMAJOR.MINOR in the name, so f.e. php5-fpm is now php7.0-fpm. 2. Accompanying src:php-defaults builds 1:1 mapping to a default MAJOR.MINOR version, e.g. php-fpm depends on php7.0-fpm. When you specify a dependency, please use the generic name, unless you absolutely know that won't work for you. 3. Every path in the system has been changed to a versioned, e.g. /etc/php5/cli is now /etc/php/7.0/cli 4. dh_php5 is now dh_php 5. php-pear is not built from independent source package. 6. master-7.0 branches of several extensions (php-apcu, xdebug, php-apcu-bc) can be used as a template how to change the PHP extension packaging. It's mostly cut&paste since the d/rules tries to figure-out most of the variables from debian/ directory. 7. pkg-php-tools package now supports PHP 7.0 packaging and if your package uses pkg-php-tools a simple binNMU is all it might need 8. PHP 7.0 has changed extension API, so most-if-not-all extensions need work from upstream to be compatible with PHP 7.0. 9. We expect to ship next Debian release (stretch) only with PHP 7.0, that means that all packages needs to be made compatible with PHP 7.0. Fortunately the PHP 7.0 is mostly compatible with properly maintained software. However some extensions has been deprecated (f.e. mysql) and thus old unmaintained software will stop working and it will have to be either patched or removed from stable Debian. So what you need to do: Replace every occurence of php5 with just php, e.g. if you depend on 'php5' then you just need to depend on 'php'. Also if you package a web application and depend on specific SAPI, I would recommend depending just on 'php' package and let the user decide whether he will install php-fpm, libapache2-mod-php or php-cgi. The script that was used to get the list of packages for MBF was not a particular smart one (so it doesn't detect alternatives, etc.), so if there's a false positive, please excuse me and just close the bug with short explanation. The other options that might be used with packages that don't and won't support PHP 7.0 is to remove the software from Debian by changing the title of this bugreport to: RM: refdb-www -- ROM; doesn't support PHP 7.0 reassigning it to ftp.debian.org pseudo-package and changing severity to 'normal'. Also feel free to contact the maintainers at one of the lists: pkg-php-pear at lists.alioth.debian.org -- for PEAR related packages pkg-php-pecl at lists.alioth.debian.org -- for PHP extensions pkg-php-maint at lists.alioth.debian.org -- main PHP packaging and catch-all Cheers, Ondrej - -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-35-generic (SMP w/24 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXFUrWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHl5sP/jPths6o21212NtMwwhyJunt DJnMbQV2nSwXkLAdm1Fx0VeIQUEqAE0IU5vCStimEa/YHi8zX0GT5GwLFlXHYzS7 9w0EhlPZkv/cCDrSqDzXLoOtD2Nmdc5Zw651o4HJowezJjSAh6D7gXRJQTbnVFq0 qwcHGBk9tAGxqMArj3hMQ4cWwoz5DTz62U3EilYeJR3Kun7Mo/6er7ArUUDFtqv1 qhox0ANi7KiRSOr8pSqZWrBmdcnpYJmJ1qnOYqlev9y/6QLWiKWwiYExa3GoXiTl f8gk8Y9MHRcaqIMDWcBv+Cf0E3PclHow5vSsoYx3ZQG8956OSJDRhBWBPkth/DHi EtnhIm3KM4H2y+RXjNP87ea8vJJmmf4wZCOKS8HLJsV6aDqR9kwvkaJytdCjsRHG LqjSZTI+/wH7Awe4mOGOVWbIy32eOdrLlgdrfCPfWnUrgUaOUjLJ6qa8ucCI1kL4 PL6ceMi1U1d6R6W1Sos1epdeopVR+wcgYuGbL4vHbFt0cDhRiLyYW/EQTvHybCA+ aKdTL9yTt/qfsZgZEPZNCZga4hQbcMkrgPG3FbwwEDxT72SA9Dtjc2dDNICqobyy Zmt9C/MEDEmVJkAj6Bn5m1D5Fc4ds1fJqD1WBPEMiX2JqnvM7gmthYuGFpMA4Ig9 r08c2+r9gm1csCZXs3fK =EgRu -----END PGP SIGNATURE----- From dfc at douglasfcalvert.net Wed Apr 27 22:47:01 2016 From: dfc at douglasfcalvert.net (Douglas F. Calvert) Date: Wed, 27 Apr 2016 18:47:01 -0400 Subject: [xml/sgml-pkgs] Bug#822822: html-xml-utils: new upstream version 7.0 Message-ID: <146179722139.9028.2106756934383711829.reportbug@ronin.llamahaus> Package: html-xml-utils Version: 6.9-1 Severity: normal Hello, Please package the latest version from upstream. Changes: 2016-04-14 Bert Bos * Released version 7.0. * hxwls.c: Added option -a to output URLs in ASCII (using punycode and %-escaping if needed). Converting Internationalized Domain Names to ASCII (with punycode) requires libidn or libidn2. 2016-04-08 Bert Bos * wls3.sh, wls5.sh: Tests for hxwls (entity expansion, ASCII conversion) * hxwls.c: Expand entities in URLs, into ASCII characters if possible, or into %-escaped UTF-8 octets otherwise. 2016-03-10 Bert Bos * tree.c (main): dumptree() now takes a FILE argument. 2016-03-07 Bert Bos * hxnormalize.c: Attempt at inserting into