This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit a1d8b3be5f28d70f70998cd60113cc08d68d9c1d Author: gregor herrmann <[email protected]> Date: Mon Nov 27 16:25:28 2006 +0000 * Change wrapper script, as "-v" acts as expcted (cf. #378189 for details). * Remove debian/source.lintian-overrides from source package, there are no longer cvs remnants in the upstream tarball. --- debian/changelog | 8 ++++++++ debian/source.lintian-overrides | 1 - jabref | 5 +---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f95ea58..09ded22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +jabref (2.2~b2-2) UNRELEASED; urgency=low + + * Change wrapper script, as "-v" acts as expcted (cf. #378189 for details). + * Remove debian/source.lintian-overrides from source package, there are no longer + cvs remnants in the upstream tarball. + + -- gregor herrmann <[email protected]> Mon, 27 Nov 2006 17:22:50 +0100 + jabref (2.2~b2-1) unstable; urgency=low * New upstream release: diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides deleted file mode 100644 index 845a090..0000000 --- a/debian/source.lintian-overrides +++ /dev/null @@ -1 +0,0 @@ -jabref source: cvsignore-file-in-source diff --git a/jabref b/jabref index c2c2548..723500d 100644 --- a/jabref +++ b/jabref @@ -1,7 +1,4 @@ #!/bin/sh -if echo "$@" | grep -q "\-v" - ; then - EXTRA="-n" -fi +java -jar /usr/share/java/jabref.jar "$@" -java -jar /usr/share/java/jabref.jar "$@" "$EXTRA" -- 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

