[pkg-java] r7138 - branches/solr/1.2.0+ds2/debian
janpascal-guest at alioth.debian.org
janpascal-guest at alioth.debian.org
Mon Oct 13 10:38:11 UTC 2008
Author: janpascal-guest
Date: 2008-10-13 10:38:10 +0000 (Mon, 13 Oct 2008)
New Revision: 7138
Modified:
branches/solr/1.2.0+ds2/debian/changelog
branches/solr/1.2.0+ds2/debian/control
Log:
Added dm-upload-allowed flag; restricted lucene dependency
Modified: branches/solr/1.2.0+ds2/debian/changelog
===================================================================
--- branches/solr/1.2.0+ds2/debian/changelog 2008-10-13 09:28:19 UTC (rev 7137)
+++ branches/solr/1.2.0+ds2/debian/changelog 2008-10-13 10:38:10 UTC (rev 7138)
@@ -2,8 +2,10 @@
* Fix Swedish translation of debconf messages by renaming se.po to sv.po
(closes: #483416).
+ * Added DM-Upload-Allowed: yes to debian/control
+ * Restricted dependency on liblucene2-java to version << 2.4.0
- -- Jan-Pascal van Best <janpascal at vanbest.org> Mon, 13 Oct 2008 11:27:29 +0200
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Mon, 13 Oct 2008 11:54:46 +0200
solr (1.2.0+ds2-1) unstable; urgency=low
Modified: branches/solr/1.2.0+ds2/debian/control
===================================================================
--- branches/solr/1.2.0+ds2/debian/control 2008-10-13 09:28:19 UTC (rev 7137)
+++ branches/solr/1.2.0+ds2/debian/control 2008-10-13 10:38:10 UTC (rev 7138)
@@ -3,6 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jan-Pascal van Best <janpascal at vanbest.org>
+DM-Upload-Allowed: yes
Homepage: http://lucene.apache.org/solr/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/solr/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/solr/
@@ -15,7 +16,7 @@
libcommons-fileupload-java (>= 1.2),
libcommons-io-java (>= 1.3.1),
libservlet2.4-java (>= 5.0.30),
- liblucene2-java (>= 2.3.2),
+ liblucene2-java (>= 2.3.2), liblucene2-java (<< 2.4.0),
libxpp3-java (>= 1.1.3.4.0)
Standards-Version: 3.8.0
@@ -28,7 +29,7 @@
libcommons-fileupload-java (>= 1.2),
libcommons-io-java (>= 1.3.1),
libservlet2.4-java (>= 5.0.30),
- liblucene2-java (>= 2.3),
+ liblucene2-java (>= 2.3), liblucene2-java (<< 2.4.0),
libxpp3-java (>= 1.1.3.4.0)
Recommends: solr-tomcat5.5 (>= ${binary:Version}) | solr-jetty (>= ${binary:Version})
Description: enterprise search server based on Lucene - common files
More information about the pkg-java-commits
mailing list