| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 
 | libhtml-tidy-perl (1.60-4) unstable; urgency=medium
  * Team upload.
  * Tighten build dependency on libtidy-dev again to 2:5.6.0-9.
    The -8 added a patch which conflicted with our patch, which is dropped in
    -9 again.
 -- gregor herrmann <gregoa@debian.org>  Sun, 09 Dec 2018 18:32:07 +0100
libhtml-tidy-perl (1.60-3) unstable; urgency=medium
  * Team upload.
  * Update debian/patches/tests-tidy-html5-5.6.patch.
    Debian's tidy-html5 2:5.6.0-7 contains cherry-picked upstream commits
    which change the output again. This needs a small tweak in t/opt-00.t.
    Thanks to Paul Gevers for noticing the failure on ci.debian.net.
  * Tighten versioned build dependency on libtidy-dev.
 -- gregor herrmann <gregoa@debian.org>  Thu, 15 Nov 2018 16:34:27 +0100
libhtml-tidy-perl (1.60-2) unstable; urgency=medium
  * Team upload.
  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org
  [ gregor herrmann ]
  * Add patch to adjust test suite to changes in tidy-html5 5.6.
    (Closes: #910943)
  * Bump versioned build dependency on libtidy-dev.
  * Declare compliance with Debian Policy 4.2.1.
  * Bump debhelper compatibility level to 10.
  * autopkgtest: enable syntax.t.
 -- gregor herrmann <gregoa@debian.org>  Thu, 25 Oct 2018 17:19:34 +0200
libhtml-tidy-perl (1.60-1) unstable; urgency=medium
  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!
  [ Florian Schlichting ]
  * Import upstream version 1.60
  * Add upstream metadata
  * Update copyright years
  * Add build-dependency on Test::Exception, needed for new tests
  * Update t-don-t-assert-that-tidy-will-add-a-HTML-3.2-doctype.patch for new
    test
  * Declare compliance with Debian Policy 4.1.0
 -- Florian Schlichting <fsfs@debian.org>  Sun, 24 Sep 2017 14:14:21 +0200
libhtml-tidy-perl (1.56-2) unstable; urgency=medium
  * Team upload.
  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.
  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  [ Simon McVittie ]
  * d/p/fix-error-message-in-webtidy: move to end of patch series.
    This is a firmly Debian-specific change that is not suitable for
    upstream.
  * d/patches: put all patches in the git style allowed by DEP-3,
    so they can be manipulated with gbp-pq
  * d/p/lib-ignore-tidy-html5-s-differently-formatted-summar.patch,
    d/p/t-allow-tidy-html5-as-generator.patch,
    d/p/t-don-t-assert-that-tidy-will-add-a-HTML-3.2-doctype.patch,
    d/p/t-unicode.t-don-t-assert-that-the-DOCTYPE-is-preserv.patch,
    d/p/t-use-a-pre-HTML5-DOCTYPE-to-get-warnings-about-unes.patch,
    d/p/t-venus.t-adjust-expected-result-for-tidy-html5.patch:
    add patches to make the tests pass with tidy-html5 providing libtidy
    (Closes: #829409)
  * d/p/tidy-not-tidyp.patch: alter to support either tidyp or
    tidy-html5, reinstating the (now somewhat misleadingly named)
    _tidyp_version function by using tidy-html5's tidyLibraryVersion().
    This is hopefully more palatable to upstream.
    - d/p/remove-tidy_version.patch: drop
  [ gregor herrmann ]
  * Set bindnow linker flag in debian/rules.
  * Mark package as autopkgtest-able.
  * Drop versioned Test::More build dependency.
    Already satisfied in oldstable.
  * Declare compliance with Debian Policy 3.9.8.
 -- gregor herrmann <gregoa@debian.org>  Sat, 23 Jul 2016 15:29:20 +0200
libhtml-tidy-perl (1.56-1) unstable; urgency=low
  [ Jonathan Yu ]
  * New upstream release (1.54)
  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.
  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.
  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"
  [ Florian Schlichting ]
  * Import Upstream version 1.56
  * Refresh patches
  * Add new tidy-not-tidyp.patch
  * Bump years of upstream copyright
  * Update stand-alone license paragraphs to commonly used version (not
    limiting Debian to GNU/Linux, directly linking to GPL-1)
  * Add build-dependency on Test::More 0.98
  * Switch to source format 3.0 (quilt)
  * Sort build-dependencies
  * Switch dh compatibility to level 9 to enable passing of hardening flags
  * Declare compliance with Debian Policy 3.9.4
  * Add myself to uploaders and copyright
 -- Florian Schlichting <fsfs@debian.org>  Fri, 04 Oct 2013 23:39:39 +0200
libhtml-tidy-perl (1.50-1) unstable; urgency=low
  [ Jonathan Yu ]
  * New upstream release
  * Standards-Version 3.8.4 (no changes)
  * Rewrite control description
  * Add myself to Uploaders and Copyright
  * Remove fix-segfault patch, it has been applied upstream
  * Add a patch to remove dependency on modified libtidy
  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.
  [ Ryan Niebur ]
  * Update ryan52's email address
  [ gregor herrmann ]
  * debian/copyright: update formatting and years of upstream copyright.
 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 20 Feb 2010 09:50:30 -0500
libhtml-tidy-perl (1.08-1) unstable; urgency=low
  * Initial Release. (Closes: #531138)
 -- Ryan Niebur <ryanryan52@gmail.com>  Tue, 02 Jun 2009 21:15:36 -0700
 |