[java-package] 04/05: add --jce-policy to the manpage

Tony Mancill tmancill at moszumanska.debian.org
Sat Sep 10 18:37:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository java-package.

commit d3337d23812f45b5f7758d1b7dc2ded92253915b
Author: tony mancill <tmancill at debian.org>
Date:   Sat Sep 10 11:35:05 2016 -0700

    add --jce-policy to the manpage
    
    Update ordering of options in --help to more closely match manpage.
---
 make-jpkg   | 5 ++---
 make-jpkg.1 | 3 +++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/make-jpkg b/make-jpkg
index 48f2028..0533b95 100755
--- a/make-jpkg
+++ b/make-jpkg
@@ -80,15 +80,14 @@ Supported java binary distributions currently include:
 
 The following options are recognized:
 
-  --jce-policy FILE    Replace cryptography files with unlimited strength versions
-                       from downloaded archive
   --full-name NAME     full name used in the maintainer field of the package
   --email EMAIL        email address used in the maintainer field of the package
+  --distribution       Define the distribution to use in the changelog
   --changes            create a .changes file
   --revision           add debian revision
   --source             build a source package instead of a binary deb package
   --with-system-certs  integrate with the system's keystore
-  --distribution       Define the distribution to use in the changelog
+  --jce-policy FILE    Replace cryptography files with versions from FILE
 
   --help               display this help and exit
   --version            output version information and exit
diff --git a/make-jpkg.1 b/make-jpkg.1
index 1d62f0d..e8af5a7 100644
--- a/make-jpkg.1
+++ b/make-jpkg.1
@@ -60,6 +60,9 @@ Replace the JVMs keystore with a softlink to the system's keystore,
 (/etc/ssl/certs/java/cacerts) which is managed automatically by the
 ca-certificates and ca-certificates-java packages.
 .TP
+.B --jce-policy \fIJCE_POLICY_FILE\fR
+Replace cryptography files with versions
+from the specified JCE_POLICY_FILE.
 .B --help
 display help text and exit
 .TP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git



More information about the pkg-java-commits mailing list