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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Uploaders: Dominic Hargreaves <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
