[liblingua-stem-snowball-perl] 03/10: Remove inappropriate dependencies on perl-modules

dom at earth.li dom at earth.li
Sun Apr 24 11:34:14 UTC 2016


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

dom pushed a commit to branch master
in repository liblingua-stem-snowball-perl.

commit b7aa8026c0cfd58cc097e0b3c3336561a298931e
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Apr 24 11:35:36 2016 +0100

    Remove inappropriate dependencies on perl-modules
---
 debian/changelog |  1 +
 debian/control   | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 38a1896..f0ae08a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ liblingua-stem-snowball-perl (0.952-3) UNRELEASED; urgency=medium
 
   * Change Maintainer to Debian Perl Group
   * debian/watch: use metacpan-based URL.
+  * Remove inappropriate dependencies on perl-modules
 
  -- Dominic Hargreaves <dom at earth.li>  Sun, 24 Apr 2016 11:27:40 +0100
 
diff --git a/debian/control b/debian/control
index a2d3b65..6e9870f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,11 @@
 Source: liblingua-stem-snowball-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6.0.7~), libmodule-build-perl, perl (>= 5.6.10-12), libextutils-cbuilder-perl, libextutils-parsexs-perl, perl-modules
+Build-Depends: debhelper (>= 6.0.7~),
+ libmodule-build-perl,
+ perl,
+ libextutils-cbuilder-perl,
+ libextutils-parsexs-perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.8.4
@@ -12,7 +16,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblingua-stem-sn
 
 Package: liblingua-stem-snowball-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: Perl interface to Snowball stemmers
  Stemming reduces related words to a common root form. For instance, "horse",
  "horses", and "horsing" all become "hors".  Most commonly, stemming is

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



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