[liblingua-en-tagger-perl] 01/03: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Thu May 28 22:07:22 UTC 2015


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

abe pushed a commit to branch master
in repository liblingua-en-tagger-perl.

commit 104c8f95f2a5d5c8fba35c769b08c140110f5782
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri May 29 00:04:19 2015 +0200

    Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 14 +++++++-------
 debian/copyright |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5291973..b2eb48a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ liblingua-en-tagger-perl (0.25-1) UNRELEASED; urgency=medium
     Herrmann to make build reproducible. (Closes: #787109)
   * Add debian/upstream/metadata
   * Imported upstream version 0.25
+  * Apply wrap-and-sort.
 
  -- Axel Beckert <abe at debian.org>  Thu, 28 May 2015 23:58:53 +0200
 
diff --git a/debian/control b/debian/control
index e44802d..5a6caf2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Uploaders: Chris Butler <chrisb at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libhtml-parser-perl,
+Build-Depends-Indep: libhtml-parser-perl,
                      liblingua-stem-perl,
-                     libmemoize-expirelru-perl
+                     libmemoize-expirelru-perl,
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblingua-en-tagger-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-en-tagger-perl.git
@@ -16,11 +16,11 @@ Homepage: https://metacpan.org/release/Lingua-EN-Tagger
 
 Package: liblingua-en-tagger-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libhtml-parser-perl,
+Depends: libhtml-parser-perl,
          liblingua-stem-perl,
-         libmemoize-expirelru-perl
+         libmemoize-expirelru-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: part-of-speech tagger for English natural language processing
  Lingua::EN::Tagger is a perl module which implements a probability based,
  corpus-trained tagger that assigns POS tags to English text based on a lookup
diff --git a/debian/copyright b/debian/copyright
index bdb55ed..785998e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,6 +16,6 @@ License: GPL-3
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License.
- . 
+ .
  On Debian systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-3'.

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



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