[libhtml-html5-sanity-perl] 03/18: Fix enhance (not recommend) libhtml-html5-parser-perl. Thanks to Kjetil Kjernsmo.

Jonas Smedegaard dr at jones.dk
Thu Aug 31 22:43:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libhtml-html5-sanity-perl.

commit a00c4eb648e4039c7c80779c20974b8608d36d35
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Aug 31 23:55:12 2017 +0200

    Fix enhance (not recommend) libhtml-html5-parser-perl. Thanks to Kjetil Kjernsmo.
---
 debian/control.in | 1 +
 debian/rules      | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/control.in b/debian/control.in
index 89c5729..96a381f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,6 +14,7 @@ Testsuite: autopkgtest-pkg-perl
 Package: libhtml-html5-sanity-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Enhances: ${cdbs:Enhances}
 Description: make HTML5 DOM trees less insane
  HTML::HTML5::Sanity is a Perl library tidying HTML::HTML5::Parser.
  .
diff --git a/debian/rules b/debian/rules
index 3d6684c..cedcb3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,5 +34,9 @@ deps +=, libxml-libxml-perl
 # Needed by upstream testsuite
 deps-test = libxml-libxml-debugging-perl
 
+# Improves these other packages
+enhances = libhtml-html5-parser-perl
+
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_ENHANCES_$(pkg) = $(enhances)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-html5-sanity-perl.git



More information about the Pkg-perl-cvs-commits mailing list