This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libitext-java.
commit eed9a67d371212406a0a96287d0273263f0cd983 Author: Stephan Michels <[email protected]> Date: Thu Feb 23 07:17:33 2006 +0000 * debian/rules,debian/control: Depending on libservlet2.3-java --- debian/changelog | 11 ++++++----- debian/rules | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a113c42..2e795da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Mon, 20 Feb 2006 08:10:35 +0100 + -- Stephan Michels <[email protected]> Thu, 23 Feb 2006 07:28:32 +0100 libitext-java (1.02b-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 24dc745..5c174e9 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libitext-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

