This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit ab0477b8eb63f58a2d520ab0396b51d43a2f6867 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 31 13:35:51 2015 +0200 Replaced the Debian man page with the upstream one --- debian/changelog | 1 + debian/gant.1 | 61 -------------------------------------------------------- debian/manpages | 2 +- 3 files changed, 2 insertions(+), 62 deletions(-) diff --git a/debian/changelog b/debian/changelog index a113155..24364c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ gant (1.9.11-1) UNRELEASED; urgency=medium * New upstream release - Removed 01_fix_ant_1.9_api_changes.diff (fixed upstream) * Transition to Groovy 2 + * Replaced the Debian man page with the upstream one * Standards-Version updated to 3.9.6 (no changes) * debian/watch: Track the release tags on GitHub * Switch to debhelper level 9 diff --git a/debian/gant.1 b/debian/gant.1 deleted file mode 100644 index cb349e6..0000000 --- a/debian/gant.1 +++ /dev/null @@ -1,61 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH GANT "1" "February 2008" "Gant version 1.1.0" "User Commands" -.SH NAME -Gant \- Groovy build framework based on scripting Ant tasks -.SH DESCRIPTION -usage: gant [option]* [target]* -.TP -\fB\-c\fR,\-\-usecache -Whether to cache the generated class and -perform modified checks on the file before re\-compilation. -.TP -\fB\-n\fR,\-\-dry\-run -Do not actually action any tasks. -.TP -\fB\-D\fR <name>=<value> -Define <name> to have value <value>. -Creates a variable named <name> for use in the scripts and a property -named <name> for the Ant tasks. -.TP -\fB\-P\fR,\-\-classpath <path> -Adds a path to search for jars and classes. -.TP -\fB\-T\fR,\-\-targets -Print out a list of the possible targets. -.TP -\fB\-V\fR,\-\-version -Print the version number and exit. -.TP -\fB\-d\fR,\-\-cachedir <cache\-file> -The directory where to cache generated -classes to. -.TP -\fB\-f\fR,\-\-gantfile <build\-file> -Use the named build file instead of the -default, build.gant. -.TP -\fB\-h\fR,\-\-help -Print out this message. -.TP -\fB\-l\fR,\-\-gantlib <library> -A directory that contains classes to be used -as extra Gant modules, -.TP -\fB\-p\fR,\-\-projecthelp -Print out a list of the possible targets. -.TP -\fB\-q\fR,\-\-quiet -Do not print out much when executing. -.TP -\fB\-s\fR,\-\-silent -Print out nothing when executing. -.TP -\fB\-v\fR,\-\-verbose -Print lots of extra information. -.SH "SEE ALSO" -.BR groovy (1) -.BR groovyc (1) -.SH AUTHOR -This manual page was generated using help2man and edited by Varun -Hiremath <[email protected]>, for the Debian project (but may be used -by others). diff --git a/debian/manpages b/debian/manpages index 3596424..5221d51 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1 +1 @@ -debian/gant.1 +documentation/gant.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

