[javatools] 03/04: add -c --clean to list of supported options

Tony Mancill tmancill at moszumanska.debian.org
Fri Aug 14 04:42:34 UTC 2015


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 <tmancill at debian.org>
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



More information about the pkg-java-commits mailing list