[pkg-java] r11025 - trunk/lucene2/debian
Jan-Pascal van Best
janpascal-guest at alioth.debian.org
Fri Nov 6 12:41:34 UTC 2009
Author: janpascal-guest
Date: 2009-11-06 12:41:34 +0000 (Fri, 06 Nov 2009)
New Revision: 11025
Modified:
trunk/lucene2/debian/changelog
trunk/lucene2/debian/control
Log:
Change JRE depends to the -headless versions
Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog 2009-11-06 12:39:26 UTC (rev 11024)
+++ trunk/lucene2/debian/changelog 2009-11-06 12:41:34 UTC (rev 11025)
@@ -1,4 +1,4 @@
-lucene2 (2.9.0+ds1-3) UNRELEASED; urgency=low
+lucene2 (2.9.0+ds1-3) unstable; urgency=low
* Fix contrib/ant unit test for running under pbuilder
* Disable backwards compatibility tests because these download older versions
@@ -13,8 +13,9 @@
libcommons-compress-java, libcommons-digester-java,
libcommons-logging-java: contrib/benchmark
libdb4.7-java, libdb-je-java: contrib/db
+ * Changed JRE depends to the -headless versions
- -- Jan-Pascal van Best <janpascal at vanbest.org> Thu, 05 Nov 2009 22:03:04 +0100
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Thu, 05 Nov 2009 22:49:39 +0100
lucene2 (2.9.0+ds1-2) unstable; urgency=low
Modified: trunk/lucene2/debian/control
===================================================================
--- trunk/lucene2/debian/control 2009-11-06 12:39:26 UTC (rev 11024)
+++ trunk/lucene2/debian/control 2009-11-06 12:41:34 UTC (rev 11025)
@@ -27,7 +27,7 @@
Package: liblucene2-java
Architecture: all
Depends: ${misc:Depends},
- openjdk-6-jre | java5-runtime,
+ openjdk-6-jre-headless | java5-runtime-headless,
Recommends: libcommons-beanutils-java (>= 1.7.0),
libcommons-collections3-java (>= 3.1),
libcommons-compress-java (>= 1.0),
More information about the pkg-java-commits
mailing list