This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit abe5ef5ce369999ed9f9b54198436545a3999d43 Author: gregor herrmann <[email protected]> Date: Sun Mar 16 19:44:35 2008 +0000 debian/watch: add uversionmangle to cope with upstream b(eta) releases. --- debian/changelog | 3 ++- debian/watch | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b7e285..a9f1465 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,9 @@ jabref (2.4~beta1-1) UNRELEASED; urgency=low install it from debian/rules. * Sync debian/copyright with output of Help/About. * Sync manpage with output of --help. + * debian/watch: add uversionmangle to cope with upstream b(eta) releases. - -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 17:46:02 +0100 + -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 20:35:27 +0100 jabref (2.3.1-2) unstable; urgency=low diff --git a/debian/watch b/debian/watch index d705dc9..f7b26bf 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ # Compulsory line, this is a version 3 file version=3 - +opts="uversionmangle=s/(\D)$/${1}1/;s/b(?:eta)?(\d)?$/~beta${1}/" \ http://sf.net/jabref/JabRef-(.*)-src\.tar\.bz2 -- 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

