From: Víctor Seva <[email protected]> --- debian/changelog | 6 +++++- debian/control | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog index 3a936ce..766a9a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ solr (1.4.1+dfsg1-1) unstable; urgency=low + [ Thomas Koch ] * New upstream release (1.4.1). Closes: #602696. - -- Thomas Koch <[email protected]> Tue, 30 Nov 2010 11:19:37 +0100 + [ Victor Seva ] + * Added alternative tomcat6-user on solr-tomcat. (Closes: #606138) + + -- Victor Seva <[email protected]> Mon, 06 Dec 2010 17:25:41 +0100 solr (1.4.0+ds1-3) UNRELEASED; urgency=low diff --git a/debian/control b/debian/control index 1d6ce76..7e4e1a1 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,8 @@ Description: enterprise search server based on Lucene - common files Package: solr-tomcat Architecture: all -Depends: ${misc:Depends}, solr-common (= ${binary:Version}), tomcat6 (>= 6.0.20) +Depends: ${misc:Depends}, solr-common (= ${binary:Version}), + tomcat6 (>= 6.0.20) | tomcat6-user (>= 6.0.20) Conflicts: solr-jetty, solr-tomcat6 Description: enterprise search server based on Lucene - Tomcat integration Solr is an open source enterprise search server based on the Lucene -- 1.7.2.3 __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

