[libtext-ngrams-perl] 02/05: Organize dependencies fields in d/control

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 2 14:50:49 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libtext-ngrams-perl.

commit fb399d00330226e0d71ea6a260dd1cc3b91b9b54
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jan 2 12:09:45 2016 -0200

    Organize dependencies fields in d/control
---
 debian/changelog | 1 +
 debian/control   | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7710b1b..11e2fac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libtext-ngrams-perl (2.005-2) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Declare compliance with Debian policy 3.9.6
+  * Organize dependencies fields in d/control
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 02 Jan 2016 12:07:09 -0200
 
diff --git a/debian/control b/debian/control
index 664dfcf..0af214d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: libtext-ngrams-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9), perl
+Build-Depends: debhelper (>= 9),
+               perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
 Standards-Version: 3.9.6
@@ -11,7 +12,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-ngrams-pe
 
 Package: libtext-ngrams-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for flexible N-gram analysis of text
  Text::Ngrams is a module for flexible N-gram analysis of text.  It supports
  character n-grams, word n-grams, and many more types of n-grams.  It allows

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



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