This is an automated email from the git hooks/post-receive script. takaki pushed a commit to branch master in repository libmecab-java.
commit def78c6ad4641af4a67fb89b06e88db961ae7bcb Author: TANIGUCHI Takaki <[email protected]> Date: Mon Dec 26 11:05:14 2011 +0900 add Vcs; watch --- debian/changelog | 7 +++++++ debian/control | 2 ++ debian/watch | 25 +------------------------ 3 files changed, 10 insertions(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a16cb4..fa6f9bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libmecab-java (0.98-7) UNRELEASED; urgency=low + + * debian/watch: Upstream is moved to googlecode. + * debian/control: add Vcs-*. + + -- TANIGUCHI Takaki <[email protected]> Mon, 26 Dec 2011 11:03:54 +0900 + libmecab-java (0.98-6) unstable; urgency=low * debian/source/format: 3.0 (quilt) diff --git a/debian/control b/debian/control index d38939d..7886ccd 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,8 @@ Build-Depends: debhelper (>= 7.0.50~), cdbs, libmecab-dev, default-jdk, mecab-jumandic Standards-Version: 3.9.2 Homepage: http://sourceforge.net/projects/mecab/ +Vcs-Git: git://git.debian.org/collab-maint/libmecab-java.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/libmecab-java.git;a=summary Package: libmecab-java Architecture: all diff --git a/debian/watch b/debian/watch index e6dc660..2b82af6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,26 +1,3 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 - -# Uncomment to examine a Webpage -# <Webpage URL> <string match> -#http://www.example.com/downloads.php libmecab-java-(.*)\.tar\.gz - -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/libmecab-java-(.*)\.tar\.gz - -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/libmecab-java-(.*)\.tar\.gz debian uupdate - -# Uncomment to find new files on sourceforge, for devscripts >= 2.9 -# http://sf.net/libmecab-java/libmecab-java-(.*)\.tar\.gz opts="uversionmangle=s/pre/~pre/;s/rc/~rc/" \ - http://sf.net/mecab/mecab-java-(.*)\.tar\.gz - - -# Uncomment to find new files on GooglePages -# http://example.googlepages.com/foo.html libmecab-java-(.*)\.tar\.gz + http://googlecode.debian.net/p/mecab/mecab-java-(.*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libmecab-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

