1 2 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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
|
libhtml-lint-perl (2.20+dfsg-1) unstable; urgency=low
* Import Upstream version 2.20+dfsg.
* Bump dependency on HTML::Parser to 3.47.
* Bump years of upstream copyright.
* Bump Standards-Version to 3.9.3 (use copyright-format 1.0).
-- Florian Schlichting <fschlich@zedat.fu-berlin.de> Sat, 07 Apr 2012 22:51:42 +0200
libhtml-lint-perl (2.10+dfsg-1) unstable; urgency=low
[Florian Schlichting]
* Imported upstream version 2.10 (closes: #653326).
* Bumped Standards-Version to 3.9.2 (no change).
* Refreshed debian/copyright.
* Added myself to uploaders and copyright.
* Switched to perl-makemaker.mk in debian/rules (fixing
debian-rules-uses-deprecated-makefile lintian warning).
* Added Replaces: weblint to fix breaks-without-version warning.
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
[ gregor herrmann ]
* Set Standards-Version to 3.9.1; replace Conflicts with Breaks.
-- Florian Schlichting <fschlich@zedat.fu-berlin.de> Wed, 11 Jan 2012 22:46:52 +0100
libhtml-lint-perl (2.06+dfsg-1) unstable; urgency=low
[ Antonio Radici ]
* New upstream release
* debian/compat bumped to 7
* debian/control:
+ adding me to the Uploaders
+ debhelper compatibility bumped to 7
+ Standards-Version to 3.8.1
+ moved all deps except debhelper and cdbs to B-D-I
+ Homepage: s/::/-/
+ short description for libhtml-lint-perl is now a noun phrase
+ short description for weblint-perl: s/A //
+ long description for weblint-perl: s/This/weblint/
* debian/copyright:
+ switched to the new format
+ added the copyright note for repack.sh
* debian/watch:
+ removed "debian svn-upgrade"
+ added repack.sh to remove a testfile which contains a webpage we
cannot redistribute
[ gregor herrmann ]
* debian/watch: use dist-based URL.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
-- Antonio Radici <antonio@dyne.org> Sun, 14 Jun 2009 20:28:10 +0100
libhtml-lint-perl (2.04-2) unstable; urgency=medium
* Update tarball md5sum.
* Remove bogus noise from 2.04-1 changelog.
* Set urgency=medium as 2.04-1 included a FTBFS bugfix (similar to
bug#487066).
-- Jonas Smedegaard <dr@jones.dk> Sat, 28 Jun 2008 20:10:55 +0200
libhtml-lint-perl (2.04-1) unstable; urgency=low
* New upstream release.
* Update local cdbs tweaks:
+ Various updates to copyright-check.mk, most importantly relaxing
to only warn by default.
+ Drop wget options broken with recent versions of wget in
update-tarball.mk.
+ Cosmetic updates to README.cdbs-tweaks.
* Update debian/copyright-hints.
* Bump debhelper compatibility level to 6.
* Semi-auto-update debian/control to update build-dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-- Jonas Smedegaard <dr@jones.dk> Sat, 28 Jun 2008 19:22:37 +0200
libhtml-lint-perl (2.02-3) unstable; urgency=medium
[ Jonas Smedegaard ]
* Separate build-only dependencies from build-and-runtime-dependencies in
debian/rules build-dependency resolving.
[ gregor herrmann ]
* Add "-p" to txt2man invocation in debian/rules to get name, section,
etc. into the generated manpage; otherwise dh_installman errors out with
"Could not determine section for debian/weblint.1" (closes: #479921).
* Set urgency to medium because of the FTBFS bug.
-- gregor herrmann <gregoa@debian.org> Wed, 07 May 2008 19:17:21 +0200
libhtml-lint-perl (2.02-2) unstable; urgency=low
* Pass over maintenance of the package to the Perl group: Change Maintainer,
and add myself to Uploaders.
* Change debian/watch to use svn-upgrade (not uupdate).
* Move Homepage to own field (from pseudo-field in long description).
* Add Vcs-* fields.
* Bump up standards-version to 3.7.3 (no changes needed).
* Bump dephelper compatibility level to 5.
* Fix build-depends-indep -> build-depends.
* Update local cdbs tweaks:
+ Add new snippet update-tarball, implementing get-orig-source and more.
+ Major improvements to copyright-check, including new versioned
build-dependency on devscripts. Update debian/copyright_hints.
+ Drop auto-update.mk. Set DEB_AUTO_UPDATE_DEBIAN_CONTROL directly
instead when needed.
+ Fix buildinfo.mk invoking dh-buildinfo only once.
+ Add debian/README.cdbs-tweaks documenting local tweaks.
* Fix double cdbs build-dependencies in debian/rules.
* Semi-auto-update debian/control to apply changes contained in the above:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-- Jonas Smedegaard <dr@jones.dk> Thu, 21 Feb 2008 03:57:42 +0100
libhtml-lint-perl (2.02-1) unstable; urgency=low
* New upstream release. Closes: bug#338217 (thanks to Florian Ernst
<florian@uni-hd.de>).
* Update local cdbs snippet buildinfo.mk to fix namespace.
* Add and enable new local cdbs snippets copyright-check.mk and
auto-update.mk.
* Semi-auto-update debian/control.
* Simplify debian/watch (qa.debian.org gets confused by multiple
parantheses).
* Build-depend on libtest-pod-coverage-perl to complete all tests.
-- Jonas Smedegaard <dr@jones.dk> Thu, 16 Feb 2006 10:48:50 +0100
libhtml-lint-perl (2.0-1) unstable; urgency=low
* New upstream release. Closes: bug#329555 (thanks to Florian Ragwitz
<florian.ragwitz@s2004.tu-chemnitz.de>).
* Improve watch file (bump up to version 3, allow more suffixes and
add comment hinting at its use).
* Use cdbs debian/rules auto-update when DEB_BUILD_OPTIONS contains
"update".
* Auto-update debian/rules (and strip bogus build-essential
dependency).
* Bump up standards-version to 3.6.2 (no changes needed).
-- Jonas Smedegaard <dr@jones.dk> Thu, 22 Sep 2005 12:48:44 +0200
libhtml-lint-perl (1.30-1) unstable; urgency=low
* New upstream release.
* Use local cdbs snippet for dh-buildinfo.
-- Jonas Smedegaard <dr@jones.dk> Sat, 26 Mar 2005 07:16:39 +0100
libhtml-lint-perl (1.28-1) unstable; urgency=low
* New upstream release.
* Update debian/copyright:
+ Update copyright year to 2003
+ Cosmetic changes (syntactic sugar).
* Correct debian/watch.
* Build-depend on libtest-pod-perl to complete more tests (since
build-recommends is not supported...).
-- Jonas Smedegaard <dr@jones.dk> Sun, 28 Mar 2004 18:16:25 +0200
libhtml-lint-perl (1.24-1) unstable; urgency=low
* New upstream release.
* Fix watch file.
* Drop local cdbs hacks (they are included officially now).
* Wait moving files till they are actually installed (closes:
Bug#208377).
* Standards version 3.6.1 (no changes needed).
-- Jonas Smedegaard <dr@jones.dk> Sat, 13 Sep 2003 15:50:49 +0200
libhtml-lint-perl (1.22-1) unstable; urgency=low
* New upstream release.
* Switch to packaging using cdbs.
* Standards version 3.6.0 (no changes needed).
* Include (and build-depend on) dh_buildinfo.
* Fix debian/copyright to include URL to upstream source, and not
duplicate info in debian/changelog.
-- Jonas Smedegaard <dr@jones.dk> Thu, 24 Jul 2003 16:04:04 +0200
libhtml-lint-perl (1.21-2) unstable; urgency=low
* Build-depend (in addition to depend) on libhtml-parser-perl and
libhtml-tags-perl (closes: Bug#190777).
-- Jonas Smedegaard <dr@jones.dk> Fri, 25 Apr 2003 22:19:18 +0200
libhtml-lint-perl (1.21-1) unstable; urgency=low
* Initial Release.
* Have package weblint-perl replace and provide old weblint.
-- Jonas Smedegaard <dr@jones.dk> Sun, 13 Apr 2003 17:44:22 +0200
|