This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-cli-java.
commit f6efd0f1f1f838b8299561765f0f9c1a32325ea9 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 15 13:08:59 2015 +0100 Shortened the description --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 91f22cb..ce9575a 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,6 @@ Description: Command line arguments and options parsing library . * POSIX like options (ie. tar -zxvf foo.tar.gz) * GNU like long options (ie. du --human-readable --max-depth=1) - * Java like properties (ie. java -Djava.awt.headless=true -Djava.net.useSystemProxies=true Foo) + * Java like properties (ie. java -Djava.awt.headless=true Foo) * Short options with value attached (ie. gcc -O2 foo.c) * long options with single hyphen (ie. ant -projecthelp) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

