CVS lucene/debian

Barry Hawkins barryh-guest@haydn.debian.org
Thu Mar 10 22:52:02 2005


Update of /cvsroot/pkg-java/lucene/debian
In directory haydn:/tmp/cvs-serv23684

Modified Files:
      Tag: RB_1_4_3
	changelog rules 
Log Message:
Update date of changelog entry.
Commented out dh_movefiles invocation to comply with DH_COMPAT level 4.
Removed verbosity directives for Ant and debhelper.


--- /cvsroot/pkg-java/lucene/debian/changelog	2005/03/11 02:34:22	1.3.2.2
+++ /cvsroot/pkg-java/lucene/debian/changelog	2005/03/11 05:51:46	1.3.2.3
@@ -5,7 +5,7 @@
   * Added use of dpatch for patch application/management
   * Added comments to README.Debian regarding use of the demo applications
 
- -- Barry Hawkins <barry@alltc.com>  Thu, 20 Jan 2005 22:24:14 -0500
+ -- Barry Hawkins <barry@alltc.com>  Fri, 11 Mar 2005 00:46:52 -0500
 
 lucene (1.4.3-2) unstable; urgency=low
 
--- /cvsroot/pkg-java/lucene/debian/rules	2005/03/11 02:18:54	1.3.2.4
+++ /cvsroot/pkg-java/lucene/debian/rules	2005/03/11 05:51:46	1.3.2.5
@@ -6,7 +6,7 @@
 export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
+export DH_COMPAT=4
 export LANG=C
 
 # Include dpatch stuff per the documentation
@@ -23,6 +23,7 @@
 # Set the invocation of the java command;
 # a stack size augmentation of -Xss 768k 
 # is necessary to address an issue with kjc
+# when it is used as the compiler.
 JAVACMD=${JAVA_HOME}/bin/java 
 
 # Class path: Ant requires and JAXP-compatible XML parser
@@ -39,7 +40,7 @@
 # place '-verbose' before -propertyfile to 
 # obtain detailed build output.
 ANT=${JAVACMD} -classpath ${ANT_CLASSPATH} \
-        org.apache.tools.ant.Main -verbose -propertyfile ${ANT_PROPS}
+        org.apache.tools.ant.Main -propertyfile ${ANT_PROPS}
 
 build: build-stamp
 
@@ -75,7 +76,7 @@
 	install -m 644	build/luceneweb.war \
 			$(CURDIR)/debian/lib$(PNAME)-java/var/lib/tomcat4/webapps
 
-	dh_movefiles --sourcedir=debian/lib${PNAME}-java
+#	dh_movefiles --sourcedir=debian/lib${PNAME}-java