This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 8c36526a0a97af9525893190151b9d34119c8f51 Author: gregor herrmann <[email protected]> Date: Tue Dec 25 00:30:45 2007 +0000 * Set Standards-Version to 3.7.3 (no changes required). * debian/rules: explicitly set JAVA_HOME. --- debian/changelog | 4 +++- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3cc736a..d245d4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ jabref (2.3.1-2) UNRELEASED; urgency=low * Change pdfviewer to pdf-viewer in Suggests:. + * Set Standards-Version to 3.7.3 (no changes required). + * debian/rules: explicitly set JAVA_HOME. - -- gregor herrmann <[email protected]> Thu, 20 Dec 2007 16:30:15 +0100 + -- gregor herrmann <[email protected]> Tue, 25 Dec 2007 01:09:10 +0100 jabref (2.3.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ad8d1c0..1b646bb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ 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 -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://jabref.sourceforge.net/ Vcs-Svn: http://svn.toastfreeware.priv.at/debian/jabref/trunk/ Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/jabref/trunk/ diff --git a/debian/rules b/debian/rules index e69b2de..1675913 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ configure-stamp: patch build: build-stamp build-stamp: configure-stamp dh_testdir - ant jars + JAVA_HOME=/usr/lib/jvm/java-gcj ant jars convert -geometry 32x32 src/images/JabRef-icon-48.png build/jabref32.xpm convert -geometry 16x16 src/images/JabRef-icon-48.png build/jabref16.xpm touch build-stamp @@ -35,7 +35,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean + dh_clean -k dh_installdirs touch install-stamp -- 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

