[libsgmls-perl] 05/06: Move sp to depends and split all depends to one-per-line

Daniel Lintott dlintott-guest at moszumanska.debian.org
Thu Apr 10 18:52:11 UTC 2014


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

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

commit 427aae896e6ca5ad304c4ea52cc317c8bc87f57f
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Mar 22 22:19:41 2014 +0000

    Move sp to depends and split all depends to one-per-line
---
 debian/control | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 417821f..be68ba5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsgmls-perl.git
 
 Package: libsgmls-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Recommends: sp
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ sp
 Suggests: sgmlspl, sgmls-doc
 Description: Perl modules for processing SGML parser output
  This is a set of Perl5 routines for processing the output from the
@@ -23,7 +24,9 @@ Description: Perl modules for processing SGML parser output
 Package: sgmlspl
 Section: text
 Architecture: all
-Depends: ${perl:Depends}, libsgmls-perl, ${misc:Depends}
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libsgmls-perl
 Suggests: sgmls-doc
 Description: SGMLS-based example Perl script for processing SGML parser output
  This is an example of a Perl script to post-process SGML parser output
@@ -34,7 +37,8 @@ Package: sgmls-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: libsgmls-perl, sgmlspl
+Suggests: libsgmls-perl,
+ sgmlspl
 Description: HTML documentation of libsgmls-perl and sgmlspl
  This package contains the documentation in HTML format of the
  packages libsgmls-perl and sgmlspl.

-- 
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