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 e9f8fc4e8baa983b0187e7511c5922ef854ab68d Author: Christian Bayle <[email protected]> Date: Thu Feb 19 20:29:01 2004 +0000 New upstream --- debian/changelog | 13 +++++++++++++ debian/control | 2 +- debian/rules | 8 ++++---- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c8639a..00eccf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libitext-java (1.02b-3) unstable; urgency=low + + * Rebuild with .orig tarball + + -- Christian Bayle <[email protected]> Thu, 19 Feb 2004 21:13:08 +0100 + +libitext-java (1.02b-1) unstable; urgency=low + + * Removed depend on gij-3.2 (closes #232871) + * New upstream version + + -- Christian Bayle <[email protected]> Thu, 19 Feb 2004 20:40:48 +0100 + libitext-java (1.00-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 2fb4858..b91feac 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.5.8 Package: libitext-java Section: contrib/libs Architecture: all -Depends: gij-3.2 | j2re1.4 | java1-runtime | java2-runtime +Depends: java2-runtime Description: Java Library to generate PDF on the Fly iText is a library that allows you to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, diff --git a/debian/rules b/debian/rules index a2be9b6..93be79c 100755 --- a/debian/rules +++ b/debian/rules @@ -16,10 +16,10 @@ #export JAVAC=/usr/bin/jikes-sablevm #export CLASSPATH=/usr/share/sablevm/classes # Blackdown -export JAVA_HOME=/usr/lib/j2se/1.4 -export JAVA=/usr/lib/j2se/1.4/bin/java -export JAVAC=/usr/lib/j2se/1.4/bin/javac -export CLASSPATH=/usr/lib/j2se/1.4/jre/lib/rt.jar +export JAVA_HOME=/usr/lib/j2sdk1.4 +export JAVA=/usr/lib/j2sdk1.4/bin/java +export JAVAC=/usr/lib/j2sdk1.4/bin/javac +export CLASSPATH=/usr/lib/j2sdk1.4/jre/lib/rt.jar # GCJ #export CLASSPATH=/usr/share/java/libgcj.jar #export JAVAC=/usr/bin/jikes-gij -- 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

