This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit df247b85313c9049b0a82edb656a490dd8fbe792 Author: gregor herrmann <[email protected]> Date: Tue Nov 20 18:37:54 2012 +0100 add libpostgresql-jdbc-java to runtime dependencies and update jars in wrapper Git-Dch: Ignore --- debian/control | 1 + debian/jabref-wrapper | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6b5577d..f6dc305 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,7 @@ Depends: ${misc:Depends}, libmicroba-java, libmysql-java, libpdfbox-java (>= 1:1.5.0), + libpostgresql-jdbc-java, libspin-java, openjdk-7-jre | java6-runtime, velocity diff --git a/debian/jabref-wrapper b/debian/jabref-wrapper index 4673b2b..837e31b 100644 --- a/debian/jabref-wrapper +++ b/debian/jabref-wrapper @@ -6,6 +6,23 @@ # We need openjdk7/6 or sun6 runtime. find_java_runtime openjdk sun6 -find_jars jabref antlr antlr3 jgoodies-looks jgoodies-forms spin glazedlists microba pdfbox jempbox mysql-connector-java JPFCodeGenerator-rt jpf jpf-boot commons-logging jgoodies-common +find_jars \ + jabref \ + JPFCodeGenerator-rt \ + antlr \ + antlr3 \ + commons-logging \ + glazedlists \ + jempbox \ + jgoodies-common \ + jgoodies-forms \ + jgoodies-looks \ + jpf \ + jpf-boot \ + microba \ + mysql-connector-java \ + pdfbox \ + postgresql \ + spin run_java net.sf.jabref.JabRefMain "$@" -- 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

