Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
w3c-sgml-lib (1.3-2) UNRELEASED; urgency=medium

* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on xml-core.
+ w3c-sgml-lib: Drop versioned constraint on w3c-markup-validator in Breaks.

-- Debian Janitor <janitor@jelmer.uk> Sat, 16 Oct 2021 18:27:35 -0000

w3c-sgml-lib (1.3-1) unstable; urgency=low

* New upstream release (Closes: #665298)
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: w3c-sgml-lib
Section: text
Priority: optional
Maintainer: Nicholas Bamber <nicholas@periapt.co.uk>
Build-Depends: debhelper (>= 9.20120909), xml-core (>= 0.13+nmu2~),
Build-Depends: debhelper (>= 9.20120909), xml-core,
libreadonly-perl, libxml-libxml-perl, libautodie-perl
Standards-Version: 3.9.4
Homepage: http://validator.w3.org/sgml-lib
Expand All @@ -12,7 +12,6 @@ Vcs-Browser: https://github.com/periapt/w3c-sgml-lib
Package: w3c-sgml-lib
Architecture: all
Depends: ${misc:Depends}
Breaks: w3c-markup-validator (<< 1.2+dfsg-6)
Conflicts: w3c-dtd-xhtml
Description: w3.org DTD and catalog files
This package consists of all the definition files used by the
Expand Down