This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit c7e1162c94e5eae95149efdf42e28d86a5a7a03b Author: gregor herrmann <[email protected]> Date: Tue Oct 9 16:21:55 2007 +0000 don't try to use debian libraries at the moment --- debian/changelog | 6 +----- debian/control | 2 +- debian/patches/00list | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index ae078d2..95c6c12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,11 +7,7 @@ jabref (2.3~beta3-1) UNRELEASED; urgency=low * Use ant clean instead of manually removing the build directory in debian/rules. Move ant from Build-Depends-Indep to Build-Depends. - NOT YET WORKING: - * Use Debian packages of libraries instead of shipped precompiled - libraries (closes: #389068). - - -- gregor herrmann <[email protected]> Tue, 09 Oct 2007 00:14:14 +0200 + -- gregor herrmann <[email protected]> Tue, 09 Oct 2007 18:21:20 +0200 jabref (2.3~beta2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 20f425f..877354b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: gregor herrmann <[email protected]> Uploaders: tony mancill <[email protected]> Build-Depends: debhelper (>= 5.0.0), dpatch, ant -Build-Depends-Indep: java-gcj-compat-dev, imagemagick, liblog4j1.2-java, antlr, libjgoodies-looks-java, libjgoodies-forms-java, libspin-java, libglazedlists-java, libmicroba-java, libpdfbox-java, libjempbox-java +Build-Depends-Indep: java-gcj-compat-dev, imagemagick, liblog4j1.2-java Standards-Version: 3.7.2 Homepage: http://jabref.sourceforge.net/ XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/jabref/trunk/ diff --git a/debian/patches/00list b/debian/patches/00list index 8196c17..59e43cc 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,4 +1,3 @@ 01_free_javac -02_libs 03_external_apps 04_logger -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

