r1933 - trunk/libitext-java/debian
Stephan Michels
tashiro-guest at costa.debian.org
Thu Feb 23 07:17:33 UTC 2006
Author: tashiro-guest
Date: 2006-02-23 07:17:33 +0000 (Thu, 23 Feb 2006)
New Revision: 1933
Modified:
trunk/libitext-java/debian/changelog
trunk/libitext-java/debian/rules
Log:
* debian/rules,debian/control: Depending on libservlet2.3-java
Modified: trunk/libitext-java/debian/changelog
===================================================================
--- trunk/libitext-java/debian/changelog 2006-02-23 07:16:40 UTC (rev 1932)
+++ trunk/libitext-java/debian/changelog 2006-02-23 07:17:33 UTC (rev 1933)
@@ -1,16 +1,17 @@
libitext-java (1.02b-5) unstable; urgency=low
- * debian/rules,debian/control: Build package with Kaffe to be able
+ * debian/rules,debian/control: Build package with Kaffe to be able
to move the package to main.
* debian/rules: Converted rules to the cdbs
- * debian/libitext-java-doc.docs,libitext-java.dirs: Removed partly
+ * debian/libitext-java-doc.docs,libitext-java.dirs: Removed partly
generated files, and used the debhelpers direct in the rules.
- * debian/patches/01libitext-java-addbuildscript.patch: Used a patch
+ * debian/patches/01libitext-java-addbuildscript.patch: Used a patch
instead to have this file direct to the diff.gz
- * debian/rules: Renamed jar files like iTextXML.jar to
+ * debian/rules: Renamed jar files like iTextXML.jar to
itext-xml-1.02b.jar
+ * debian/rules,debian/control: Depending on libservlet2.3-java
- -- Stephan Michels <stephan at apache.org> Mon, 20 Feb 2006 08:10:35 +0100
+ -- Stephan Michels <stephan at apache.org> Thu, 23 Feb 2006 07:28:32 +0100
libitext-java (1.02b-4) unstable; urgency=high
Modified: trunk/libitext-java/debian/rules
===================================================================
--- trunk/libitext-java/debian/rules 2006-02-23 07:16:40 UTC (rev 1932)
+++ trunk/libitext-java/debian/rules 2006-02-23 07:17:33 UTC (rev 1933)
@@ -6,7 +6,7 @@
JAVA_HOME := /usr/lib/kaffe
ANT_HOME := /usr/share/ant
-DEB_JARS := servlet-api ant-optional ecj $(ANT_HOME)/lib/ant-launcher.jar
+DEB_JARS := servlet-2.3.jar ant-optional ecj $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_BUILD_TARGET := javadoc dist
DEB_ANT_COMPILER := org.eclipse.jdt.core.JDTCompilerAdapter
More information about the pkg-java-commits
mailing list