This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit ae6e6bf3453fbd9bf782315aabe742ed5b39d7d0 Author: gregor herrmann <[email protected]> Date: Tue Oct 2 20:03:56 2007 +0000 debian/rules. Move ant from Build-Depends-Indep to Build-Depends. --- debian/changelog | 4 ++-- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9055abb..f188f30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,13 +4,13 @@ jabref (2.3~beta2-2) UNRELEASED; urgency=low * Clean up debian/rules. * Move upstream URL from the description to the new Homepage field. * Use ant clean instead of manually removing the build directory in - debian/rules. + 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, 02 Oct 2007 18:15:03 +0200 + -- gregor herrmann <[email protected]> Tue, 02 Oct 2007 22:03:30 +0200 jabref (2.3~beta2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index edb5404..20f425f 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: contrib/tex Priority: optional Maintainer: gregor herrmann <[email protected]> Uploaders: tony mancill <[email protected]> -Build-Depends: debhelper (>= 5.0.0), dpatch -Build-Depends-Indep: java-gcj-compat-dev, ant, imagemagick, liblog4j1.2-java, antlr, libjgoodies-looks-java, libjgoodies-forms-java, libspin-java, libglazedlists-java, libmicroba-java, libpdfbox-java, libjempbox-java +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 Standards-Version: 3.7.2 Homepage: http://jabref.sourceforge.net/ XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/jabref/trunk/ -- 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

