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 4069b00ae24e8c3411d8345ead7e390146ec8872 Author: Dominic Hargreaves <[email protected]> Date: Sat Apr 19 15:56:57 2008 +0000 missing deps --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9bb4dd..0d6c245 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liblucene-queryparser-perl (1.04-2) unstable; urgency=low + + * Add missing dependencies on perl-modules + + -- Dominic Hargreaves <[email protected]> Sat, 19 Apr 2008 16:56:08 +0100 + liblucene-queryparser-perl (1.04-1) unstable; urgency=low * Initial Release. (Closes: #475477) diff --git a/debian/control b/debian/control index 40381aa..9d906a7 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: liblucene-queryparser-perl Section: perl Priority: optional Build-Depends: debhelper (>= 5) -Build-Depends-Indep: perl (>= 5.6.10-12) +Build-Depends-Indep: perl (>= 5.6.10-12), perl-modules Maintainer: Dominic Hargreaves <[email protected]> Standards-Version: 3.7.3 Homepage: http://search.cpan.org/dist/Lucene-QueryParser/ Package: liblucene-queryparser-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, ${misc:Depends}, perl-modules 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
