This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository icu4j.
commit c613c6f05249c94ffa27ada82d1ec426b5cf811f Author: Andreas Tille <[email protected]> Date: Tue Dec 16 09:51:06 2008 +0000 Make sure new major versions will be detected by uscan --- debian/changelog | 7 +++++++ debian/watch | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfc0820..b637b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +icu4j (4.0.0-1) UNRELEASED; urgency=low + + * Watch file now detects all versions even for new major + version change + + -- Andreas Tille <[email protected]> Tue, 16 Dec 2008 10:41:45 +0100 + icu4j (3.8.1-1) unstable; urgency=low * Initial upload to Debian diff --git a/debian/watch b/debian/watch index a3d658a..8ac1d1e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,7 @@ version=3 -http://www.icu-project.org/download/3.8.html http://download.icu-project.org/files/icu4j/.*/icu4j-([0-9]+)_([0-9])_([0-9])-src.jar debian +# http://www.icu-project.org/download/3.8.html http://download.icu-project.org/files/icu4j/.*/icu4j-([0-9]+)_([0-9])_([0-9])-src.jar debian +# workaround strange files directory +opts="uversionmangle=s?/files/?0.0.0?" \ +http://download.icu-project.org/files/icu4j/([0-9.]*)/icu4j-(.*)-src\.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

