[liblucene-queryparser-perl] 05/08: Remove inappropriate dependencies on perl-modules

dom at earth.li dom at earth.li
Sat Apr 23 23:21:53 UTC 2016


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

dom pushed a commit to branch master
in repository liblucene-queryparser-perl.

commit 5dc4491794f3139122f7af6a7e457a24214cd31b
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Apr 24 00:16:57 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index fc78f8a..df23409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ liblucene-queryparser-perl (1.04-3) UNRELEASED; urgency=medium
   * Set Maintainer to Debian Perl Group
   * Switch to dpkg-source 3.0 (quilt) format
   * Switch to minimal dh 9 rules
+  * Remove inappropriate dependencies on perl-modules
 
  -- Dominic Hargreaves <dom at earth.li>  Sun, 24 Apr 2016 00:14:41 +0100
 
diff --git a/debian/control b/debian/control
index 7ac917c..49aea40 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: liblucene-queryparser-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl (>= 5.6.10-12), perl-modules
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.7.3
@@ -12,7 +12,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucene-querypa
 
 Package: liblucene-queryparser-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Depends: ${perl:Depends}, ${misc:Depends}
 Description:  Turn a Lucene query into a Perl data structure
  This module parses a Lucene query. It deals with fields, types, phrases,
  subqueries, and so on; everything handled by the SimpleQuery class in

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



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