Your message dated Thu, 04 Aug 2016 12:15:16 +0000
with message-id <[email protected]>
and subject line Bug#829182: fixed in tidy-html5 1:5.2.0-2
has caused the Debian Bug report #829182,
regarding tidy: package description still talks about HTML 4.0
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 [email protected]
immediately.)


-- 
829182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829182
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tidy
Version: 1:5.2.0-1.1
Severity: wishlist
Tags: patch

First, thank you for packaging tidy-html5!

My complaint is just that the package description hasn't been updated
this millennium.  A remarkable amount of it is still fine, but there's
one line that definitely needs updating, where it says that tidy
"[...] has a comprehensive knowledge of the attributes defined in the
HTML 4.0 recommendation from W3C, and [...]".

You might want to use the obvious minimal fix "s/4/5/", but it'll be
5.1 soon; and besides, tidy can handle more than just HTML, and knows
more about the specs than just the bits about "attributes".  My patch
rephrases it to say that tidy "[...] has a comprehensive knowledge of
the W3C recommendations for HTML/XHTML/XML, and [...]".

Oh, one other thing: there's what seems to be a surplus article in the
clause about encodings, where it says "and understands the US ASCII,
ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit encodings".  Given
that UTF-8 isn't 7-bit, it can't be saying "the X/Y/Z 7-bit
encodings"; it must be trying to say "X, Y, and the Z encodings", so
I've taken out the first article.  I've also added an IANA-conformant
hyphen to "US-ASCII".

It's possible that the final line saying "Tidy is a product of the
World Wide Web Consortium" may want an update to something explicitly
mentioning HTML5 and HTACG.  I'll leave that up to you.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages tidy depends on:
ii  dpkg      1.18.7
ii  libc6     2.22-11
ii  libtidy5  1:5.2.0-1.1

tidy recommends no packages.

tidy suggests no packages.

-- no debconf information

-- 
JBR     with qualifications in linguistics, experience as a Debian
        sysadmin, and probably no clue about this particular package
diff -ru tidy-html5-5.2.0.pristine/debian/control tidy-html5-5.2.0/debian/control
--- tidy-html5-5.2.0.pristine/debian/control	2016-06-08 14:09:39.000000000 +0100
+++ tidy-html5-5.2.0/debian/control	2016-06-27 11:42:57.221243947 +0100
@@ -13,9 +13,9 @@
 Description: HTML syntax checker and reformatter
  Corrects markup in a way compliant with the latest standards, and
  optimal for the popular browsers.  It has a comprehensive knowledge
- of the attributes defined in the HTML 4.0 recommendation from W3C,
- and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
- family of 7-bit encodings.  In the output:
+ of the W3C recommendations for HTML/XHTML/XML, and understands
+ US-ASCII, ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit
+ encodings.  In the output:
  .
   * HTML entity names for characters are used when appropriate.
   * Missing attribute quotes are added, and mismatched quotes found.

--- End Message ---
--- Begin Message ---
Source: tidy-html5
Source-Version: 1:5.2.0-2

We believe that the bug you reported is fixed in the latest version of
tidy-html5, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel James <[email protected]> (supplier of updated tidy-html5 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 04 Aug 2016 09:55:19 +0000
Source: tidy-html5
Binary: tidy libtidy5 libtidy-dev
Architecture: source
Version: 1:5.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Jason Thomas <[email protected]>
Changed-By: Daniel James <[email protected]>
Description:
 libtidy-dev - HTML/XML syntax checker and reformatter - development
 libtidy5   - HTML/XML syntax checker and reformatter - library
 tidy       - HTML/XML syntax checker and reformatter
Closes: 355042 429582 461655 828632 829147 829182 830066
Changes:
 tidy-html5 (1:5.2.0-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Jason Thomas ]
   * Add define for TIDY_CONFIG_FILE & TIDY_USER_CONFIG_FILE (Closes: #830066)
   * Remove debian/tidy.1 and use tidy.1 built from source
 .
   [ Steve Langasek ]
   * Drop dependency on libdmalloc-dev to a Suggests:, not actually used without
     an extra #define. (Closes: #829147)
 .
   [ Daniel James ]
   * Update copyright notice after clarification with upstream
   * Remove obsolete instructions for building tarballs from CVS
   * Improve package descriptions in control file (Closes: #429582,
     Closes: #829182)
   * Copy upstream changelog to standard location (Closes: #355042,
     Closes: #461655)
   * Add machine-readable copyright file crediting University of Toronto
   * Reinstate Jason Thomas as maintainer.
 .
   [ Pino Toscano ]
   * Backport upstream commit 27143cc88e1d7cda7f08bdc4d78ce68dabf7575c to fix
     build on non-Linux architectures; patch
     upstream_Set-HAS_FUTIME-0-on-any-GNU-libc-platform.patch. (Closes: #828632)
   * Backport upstream commit 10281040ca6b3a54db7880eed9c67957d11622eb to avoid
     crashing in tidyCleanAndRepair if document was not loaded; patch
     upstream_Avoid-crash-in-tidyCleanAndRepair-if-document-was-no.patch.
 .
   [ Mattia Rizzolo ]
   * d/rules: wrap long line.
   * d/rules: enable parallel building
Checksums-Sha1:
 bdb8da334323ef1bf73c4426b9e21c9a2de0101b 1953 tidy-html5_5.2.0-2.dsc
 6e23c158c6d69ea03d68623cb11f139ab9dd3cd4 24624 tidy-html5_5.2.0-2.debian.tar.xz
Checksums-Sha256:
 d15613d6eb3ced611ffa7fcab73bcae361d2a34be50e0bf978fe0d65ecde8a88 1953 
tidy-html5_5.2.0-2.dsc
 4c03da541bc21f6ca794901c56a422267f8dce991dd1a49a59a631733aa46d45 24624 
tidy-html5_5.2.0-2.debian.tar.xz
Files:
 6bdeed219ed813a0a85a625b24eed759 1953 web optional tidy-html5_5.2.0-2.dsc
 8b65fb104171de15ab24e8e277b6f5bc 24624 web optional 
tidy-html5_5.2.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXoyjgAAoJEEsEP825REVApyUP/iMHYMuh7C8yTdz4CLLDJVLR
UKa6R7LBPaW+VvW1nyMosW9Trj3YRv1FXw1qjdJFIWm8XltKrSqR7PRT2i0Ajtd0
ciLn8kSnfVF4dmlZTTbjLNHKcN5XXnZ8I2mN6LHaC78qZbe2i+IzrgcDRkVR2xgS
RPYP+TREFWetKh8DIqpRcBdK3ZzCXY/f818M5BUglxyrSJTwUV15XBth0KLyNmNG
2+5ZQi6Nr1Im3irXD6siClfZw82fFoDe4PzusEcaF/y0tsYe+c6hlBCqfkUM0w/M
b36Amz5PiJE3Mh6Pfr+don6GUNOCjuySP2UFMSbR8VaShEEbesjhPA0zeqF8Xr0p
F1JEZlIX+ne8y6G3CUI5LB3q8LpHQubiGhzhMYGnlAsrW3l9bj0eeB6szCE8EnuK
+HbPlDAJ8VJFEbTjr66Go/narMYXeK807aSHtyLM+lRtD61g8TxA4VBk7HvmH2R/
xn51XCJ28fIfVUWWGdcWn3/Xqi0LgJvLqDS6WfvwmsDaWbcx1rleTsTAE3yew5Ai
AW2s/GNSRxXHHsOlBI7uuKHmRrwwtsIdA7KlhkFdcd1sPqzQ5lWS0t8nUsJCUb+/
Zu5Cmx+XBLYUnZ/vSpX+9Drbtu6s7cQoS4UxP29tD3A1wtIN152kBxReHtb/zW8t
XCR2wvDuVGJOW4VP6tpf
=j6Wm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to