[pkg-java] r6062 - in tags/lucene2: . 2.3.1+ds1-1/debian

janpascal-guest at alioth.debian.org janpascal-guest at alioth.debian.org
Tue Apr 1 10:00:46 UTC 2008


Author: janpascal-guest
Date: 2008-04-01 10:00:45 +0000 (Tue, 01 Apr 2008)
New Revision: 6062

Added:
   tags/lucene2/2.3.1+ds1-1/
   tags/lucene2/2.3.1+ds1-1/debian/ant.properties
   tags/lucene2/2.3.1+ds1-1/debian/changelog
Removed:
   tags/lucene2/2.3.1+ds1-1/debian/ant.properties
   tags/lucene2/2.3.1+ds1-1/debian/changelog
Log:
Tagged release 2.3.1+ds1-1

Copied: tags/lucene2/2.3.1+ds1-1 (from rev 6030, trunk/lucene2)

Deleted: tags/lucene2/2.3.1+ds1-1/debian/ant.properties
===================================================================
--- trunk/lucene2/debian/ant.properties	2008-03-26 06:02:19 UTC (rev 6030)
+++ tags/lucene2/2.3.1+ds1-1/debian/ant.properties	2008-04-01 10:00:45 UTC (rev 6062)
@@ -1,19 +0,0 @@
-# Ant properties file for Debian lucene source package
-
-# Version number for upstream source; errors in the 
-# upstream source require that it be overridden.
-version=2.3.0
-
-# javacc settings used by Lucene build
-#javacc.jar.dir=/usr/share/java
-javacc.home=/usr/share/java
-javacc.jar=/usr/share/java/javacc.jar
-
-# javac settings used by Lucene compilation
-javac.debug=on
-javac.nowarn=off
-javac.verbose=yes
-# build.rmic=kaffe
-build.compiler=javac1.5
-compile.debug=on
-compile.optimize=on

Copied: tags/lucene2/2.3.1+ds1-1/debian/ant.properties (from rev 6031, trunk/lucene2/debian/ant.properties)
===================================================================
--- tags/lucene2/2.3.1+ds1-1/debian/ant.properties	                        (rev 0)
+++ tags/lucene2/2.3.1+ds1-1/debian/ant.properties	2008-04-01 10:00:45 UTC (rev 6062)
@@ -0,0 +1,19 @@
+# Ant properties file for Debian lucene source package
+
+# Version number for upstream source; errors in the 
+# upstream source require that it be overridden.
+version=2.3.1
+
+# javacc settings used by Lucene build
+#javacc.jar.dir=/usr/share/java
+javacc.home=/usr/share/java
+javacc.jar=/usr/share/java/javacc.jar
+
+# javac settings used by Lucene compilation
+javac.debug=on
+javac.nowarn=off
+javac.verbose=yes
+# build.rmic=kaffe
+build.compiler=javac1.5
+compile.debug=on
+compile.optimize=on

Deleted: tags/lucene2/2.3.1+ds1-1/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog	2008-03-26 06:02:19 UTC (rev 6030)
+++ tags/lucene2/2.3.1+ds1-1/debian/changelog	2008-04-01 10:00:45 UTC (rev 6062)
@@ -1,60 +0,0 @@
-lucene2 (2.3.0+ds1-2) UNRELEASED; urgency=low
-
-  * Updated watch file to work with repackaged version number.
-
- -- Michael Koch <konqueror at gmx.de>  Tue, 05 Feb 2008 20:49:19 +0100
-
-lucene2 (2.3.0+ds1-1) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * New upstream release
-  * Enable bdb-je integration (Closes: #450569)
-  * debian/patches:
-    - Remove 55_disable-db-jre-compilation.dpatch
-    + Add 55_fix-contrib-db-je-libs.dpatch to enable bdb-je integration
-  * Move the following patches to old dir as they are no longer applicable:
-    + old/20_remove-gdata-server.dpatch
-    + old/81_fix-javadocs-links.dpatch
-    + old/82_fix-javadoc-external-link-for-gcj.dpatch
-    + old/80_fix-javadocs-classpath.dpatch
-  * debian/control:
-    + Add libdb-je-java to Build-Depends-Indep
-    + Add Homepage header and replace XS-Vcs with Vcs
-    + Bump debhelper compat to 6
-    + Bump Standards-Version to 3.7.3
-
-  [ Jan-Pascal van Best ]
-  * Removed generated (javacc) files from orig.tar.gz.
-  * Updated Debian version to x.y.z+ds1-1, since it is a repackaged source
-  * Install the class documentation into the -doc package instead of into the
-    main package
-  * Added Debian packaging copyright information
-  * Added missing descriptions to patch files
-  * Prevent the test run to download anything, which would not work for
-    autobuilders
-
- -- Jan-Pascal van Best <janpascal at vanbest.org>  Fri, 01 Feb 2008 14:18:11 +0100
-
-lucene2 (2.2.0-2) unstable; urgency=low
-
-  * Use libdb4.5-java instead of libdb4.3-java, which is removed from Debian.
-  * Move to cdbs
-  * Expanded man page a little
-
- -- Jan-Pascal van Best <janpascal at vanbest.org>  Tue, 04 Sep 2007 21:02:06 +0200
-
-lucene2 (2.2.0-1) unstable; urgency=low
-
-  * New upstream release (2.2.0)
-  * Repackaged source tarball, removing third party jars
-  * Added links in lucene javadocs to locally installed ant and regexp javadocs
-  * Updated README.Debian for running the example webapp with tomcat5.5
-
- -- Jan-Pascal van Best <janpascal at vanbest.org>  Sat, 14 Jul 2007 12:42:29 +0200
-
-lucene2 (2.1.0-1) unstable; urgency=low
-
-  * New upstream release (2.1.0)
-  * Fixes compilation of lucli, dbd, dbd-je, regex contrib jar files
-
- -- Jan-Pascal van Best <janpascal at vanbest.org>  Tue, 10 Apr 2007 14:23:52 +0200

Copied: tags/lucene2/2.3.1+ds1-1/debian/changelog (from rev 6061, trunk/lucene2/debian/changelog)
===================================================================
--- tags/lucene2/2.3.1+ds1-1/debian/changelog	                        (rev 0)
+++ tags/lucene2/2.3.1+ds1-1/debian/changelog	2008-04-01 10:00:45 UTC (rev 6062)
@@ -0,0 +1,64 @@
+lucene2 (2.3.1+ds1-1) unstable; urgency=low
+
+  [ Michael Koch ]
+  * Updated watch file to work with repackaged version number.
+
+  [ Jan-Pascal van Best ]
+  * New upstream release 
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Thu, 27 Mar 2008 06:47:48 +0100
+
+lucene2 (2.3.0+ds1-1) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * New upstream release
+  * Enable bdb-je integration (Closes: #450569)
+  * debian/patches:
+    - Remove 55_disable-db-jre-compilation.dpatch
+    + Add 55_fix-contrib-db-je-libs.dpatch to enable bdb-je integration
+  * Move the following patches to old dir as they are no longer applicable:
+    + old/20_remove-gdata-server.dpatch
+    + old/81_fix-javadocs-links.dpatch
+    + old/82_fix-javadoc-external-link-for-gcj.dpatch
+    + old/80_fix-javadocs-classpath.dpatch
+  * debian/control:
+    + Add libdb-je-java to Build-Depends-Indep
+    + Add Homepage header and replace XS-Vcs with Vcs
+    + Bump debhelper compat to 6
+    + Bump Standards-Version to 3.7.3
+
+  [ Jan-Pascal van Best ]
+  * Removed generated (javacc) files from orig.tar.gz.
+  * Updated Debian version to x.y.z+ds1-1, since it is a repackaged source
+  * Install the class documentation into the -doc package instead of into the
+    main package
+  * Added Debian packaging copyright information
+  * Added missing descriptions to patch files
+  * Prevent the test run to download anything, which would not work for
+    autobuilders
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Fri, 01 Feb 2008 14:18:11 +0100
+
+lucene2 (2.2.0-2) unstable; urgency=low
+
+  * Use libdb4.5-java instead of libdb4.3-java, which is removed from Debian.
+  * Move to cdbs
+  * Expanded man page a little
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Tue, 04 Sep 2007 21:02:06 +0200
+
+lucene2 (2.2.0-1) unstable; urgency=low
+
+  * New upstream release (2.2.0)
+  * Repackaged source tarball, removing third party jars
+  * Added links in lucene javadocs to locally installed ant and regexp javadocs
+  * Updated README.Debian for running the example webapp with tomcat5.5
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Sat, 14 Jul 2007 12:42:29 +0200
+
+lucene2 (2.1.0-1) unstable; urgency=low
+
+  * New upstream release (2.1.0)
+  * Fixes compilation of lucli, dbd, dbd-je, regex contrib jar files
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Tue, 10 Apr 2007 14:23:52 +0200




More information about the pkg-java-commits mailing list