This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository javatools.
commit 7bd71665e432cebb5614f708d66eacbbfb3abb68 Author: tony mancill <[email protected]> Date: Thu Aug 13 21:35:28 2015 -0700 add -c --clean to list of supported options Closes: #785779 --- jh_makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jh_makepkg b/jh_makepkg index 4d964e5..bc01413 100755 --- a/jh_makepkg +++ b/jh_makepkg @@ -54,7 +54,7 @@ maven_not_supported() exit 1 } -ARGS="p package m maintainer e email v upstream l library a app t ant k makefile n none g gcj o openjdk o7 openjdk7 M maven d default" parseargs "$@" +ARGS="c clean p package m maintainer e email v upstream l library a app t ant k makefile n none g gcj o openjdk o7 openjdk7 M maven d default" parseargs "$@" if [ -n "`getarg M maven`" ]; then maven_not_supported -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

