This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository argparse4j.
commit ababffd369a116bf4460c026ae6e5cb7b682f89c Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 4 09:00:54 2014 +0100 Added a watch file --- debian/rules | 3 +++ debian/watch | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 1f95c5c..47baa27 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,6 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --buildsystem=maven --with javahelper + +get-orig-source: + uscan --download-current-version --rename --force-download diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b2b144f --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/tatsuhiro-t/argparse4j/tags .*/argparse4j-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/argparse4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

