This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit ce5f9f3a18f6fb2e4d50a04280b29fafe6b28683 Author: gregor herrmann <[email protected]> Date: Sun Sep 30 21:31:14 2007 +0000 Use Debian packages of libraries instead of shipped precompiled libraries (closes: #389068). --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3f3950..81f46d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ jabref (2.3~beta2-2) unstable; urgency=low * Remove debian/manpages. * Clean up debian/rules. * Move upstream URL from the description to the new Homepage field. + * Use Debian packages of libraries instead of shipped precompiled + libraries (closes: #389068). - -- gregor herrmann <[email protected]> Fri, 21 Sep 2007 13:49:22 +0200 + -- gregor herrmann <[email protected]> Sun, 30 Sep 2007 23:22:24 +0200 jabref (2.3~beta2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ca02794..2d94c90 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp - if [ -d build ] ; then rm -r build; fi + ant clean dh_clean install: build -- 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

