This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository clojure.
commit 4dd7fc10faf0ac3cab60c4b09dbc03747d9bf5f1 Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 22 17:26:50 2016 +0100 Updated the man pages --- debian/changelog | 1 + debian/clojure.1 | 5 ++++- debian/clojurec.1 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a47c7b..eccbea0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ clojure (1.8.0-1) UNRELEASED; urgency=medium * New upstream release - Renamed the package to clojure - Increased the priority of the alternatives + - Updated the man pages * Moved the library to its own libclojure-java package * No longer use the system ASM to avoid runtime conflicts * Simplified the usage instructions for the command line tool diff --git a/debian/clojure.1 b/debian/clojure.1 index 66d2ce9..a8d5cbf 100644 --- a/debian/clojure.1 +++ b/debian/clojure.1 @@ -1,4 +1,4 @@ -.TH CLOJURE 1 "May 7, 2009" +.TH CLOJURE 1 .SH NAME clojure \- a JVM-based dynamic programming language .SH SYNOPSIS @@ -29,6 +29,9 @@ Load a file or resource at initialisation time. May be specified multiple times .B \-e, \-\-eval \fIstring\fP Evaluate expressions in string; print non-nil values. May be specified multiple times. .TP +.B \-m, \-\-main \fIns-name\fP +Call the -main function from a namespace with args +.TP .B \-r, \-\-repl Run a repl .TP diff --git a/debian/clojurec.1 b/debian/clojurec.1 index d4c87a8..e5de150 100644 --- a/debian/clojurec.1 +++ b/debian/clojurec.1 @@ -1,4 +1,4 @@ -.TH CLOJUREC 1 "January 2, 2009" +.TH CLOJUREC 1 .SH NAME clojurec \- Clojure compiler .SH SYNOPSIS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

