[libsgmls-perl] 01/09: debian/control: change "Depends: sp" to "Suggests: opensp | sp".

gregor herrmann gregoa at debian.org
Fri Nov 13 16:47:03 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsgmls-perl.

commit 8c483dd253d36d182a55fdda589514b1bc1bb3bf
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Nov 13 17:07:20 2015 +0100

    debian/control: change "Depends: sp" to "Suggests: opensp | sp".
    
    sp is replaced by opensp, and the package doesn't actually use it, it just
    can process its output.
    
    Thanks: Neil Roeth for the bug report.
    Closes: #804941
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 63c75e9..96c7f94 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsgmls-perl.git
 Package: libsgmls-perl
 Architecture: all
 Depends: ${perl:Depends},
- ${misc:Depends},
- sp
-Suggests: sgmlspl, sgmls-doc
+ ${misc:Depends}
+Suggests: sgmlspl, sgmls-doc, opensp | sp
 Description: Perl modules for processing SGML parser output
  This is a set of Perl5 routines for processing the output from the
  sgmls and nsgmls SGML parsers.  To make sensible use of this package

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



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