Author: tille Date: 2013-10-29 12:29:17 +0000 (Tue, 29 Oct 2013) New Revision: 15040
Added: trunk/packages/libace-perl/trunk/debian/ace.1 trunk/packages/libace-perl/trunk/debian/manpages Modified: trunk/packages/libace-perl/trunk/debian/changelog trunk/packages/libace-perl/trunk/debian/rules Log: Makes sure we will not end up with an empty manpage Added: trunk/packages/libace-perl/trunk/debian/ace.1 =================================================================== --- trunk/packages/libace-perl/trunk/debian/ace.1 (rev 0) +++ trunk/packages/libace-perl/trunk/debian/ace.1 2013-10-29 12:29:17 UTC (rev 15040) @@ -0,0 +1,135 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3. +.TH NAME "1" "October 2013" "Name "readline::rl_completion_function" used only once: possible typo at ./ace line 162." "User Commands" +.SH NAME +ace \- Interactive Perl client for ACEDB +.SH SYNOPSIS +.B ace +[\fIoptions\fR] [\fIURL\fR] +.SH DESCRIPTION +.PP + AcePerl is an object-oriented Perl interface for the AceDB + database. It provides functionality for connecting to remote AceDB + databases, performing queries, fetching ACE objects, and updating + databases. The programmer's API is compatible with the JADE Java API, + and interoperable with the API used by BoulderIO. +.SH OPTIONS +.TP +\fB\-host\fR <hostname> +Server host (localhost) +.TP +\fB\-port\fR <port> +Server port (200005) +.TP +\fB\-path\fR <db path> +Local database path (no default) +.TP +\fB\-url\fR +<url> Server URL (see below +.TP +\fB\-login\fR <user> +Username +.TP +\fB\-pass\fR <pass> +Password +.TP +\fB\-tcsh\fR +Use T\-shell completion mode +.TP +\fB\-save\fR +Save database updates automatically +.TP +\fB\-exec\fR <command> +Run a command and quit +.PP +Respects the environment variables $ACEDB_HOST and $ACEDB_PORT, if present. +You can edit the command line using the cursor keys and emacs style +key bindings. Use up and down arrows (or ^P, ^N) to access the history. +The tab key completes partial commands. In tcsh mode, the tab key cycles +among the completions, otherwise pressing the tab key a second time lists +all the possibilities. +.PP +You may use multiple \fB\-exec\fR switches to run a sequence of commands, or +separate multiple commands in a single string by semicolons: +.IP +ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*' \fB\-e\fR 'show' +ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*; show' +.SS "Server URLs:" +.TP +rpcace://hostname:port +RPC server +.TP +sace://hostname:port +Socket server +.TP +tace:/path/to/database +Local database +.TP +\fI/path/to/database\fP +Local database +.IP +Usernames can be provided as sace://user@hostname:port +.PP +Name "readline::rl_special_prefixes" used only once: possible typo at ./ace line 161. +Unknown option: version +Usage: ./ace [options] [URL] +Interactive Perl client for ACEDB +.SS "Options (can be abbreviated):" +.TP +\fB\-host\fR <hostname> +Server host (localhost) +.TP +\fB\-port\fR <port> +Server port (200005) +.TP +\fB\-path\fR <db path> +Local database path (no default) +.TP +\fB\-url\fR +<url> Server URL (see below +.TP +\fB\-login\fR <user> +Username +.TP +\fB\-pass\fR <pass> +Password +.TP +\fB\-tcsh\fR +Use T\-shell completion mode +.TP +\fB\-save\fR +Save database updates automatically +.TP +\fB\-exec\fR <command> +Run a command and quit +.PP +Respects the environment variables $ACEDB_HOST and $ACEDB_PORT, if present. +You can edit the command line using the cursor keys and emacs style +key bindings. Use up and down arrows (or ^P, ^N) to access the history. +The tab key completes partial commands. In tcsh mode, the tab key cycles +among the completions, otherwise pressing the tab key a second time lists +all the possibilities. +.PP +You may use multiple \fB\-exec\fR switches to run a sequence of commands, or +separate multiple commands in a single string by semicolons: +.IP +ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*' \fB\-e\fR 'show' +ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*; show' +.SS "Server URLs:" +.TP +rpcace://hostname:port +RPC server +.TP +sace://hostname:port +Socket server +.TP +tace:/path/to/database +Local database +.TP +\fI/path/to/database\fP +Local database +.IP +Usernames can be provided as sace://user@hostname:port +.SH AUTHOR +This manual page was created using help2man for the Debian distribution by +Andreas Tille <[email protected]>. It can be used freely for any other +distribution. Modified: trunk/packages/libace-perl/trunk/debian/changelog =================================================================== --- trunk/packages/libace-perl/trunk/debian/changelog 2013-10-29 10:55:44 UTC (rev 15039) +++ trunk/packages/libace-perl/trunk/debian/changelog 2013-10-29 12:29:17 UTC (rev 15040) @@ -11,6 +11,8 @@ * debian/rules: use short dh * debian/upstream: Take over content of reference (DOI was wrongly specified at URL so I decided to remove) + * debian/ace.1: automatically created manpage was broken - use help2man + to create some valid ace.1 -- Andreas Tille <[email protected]> Tue, 29 Oct 2013 11:08:14 +0100 Added: trunk/packages/libace-perl/trunk/debian/manpages =================================================================== --- trunk/packages/libace-perl/trunk/debian/manpages (rev 0) +++ trunk/packages/libace-perl/trunk/debian/manpages 2013-10-29 12:29:17 UTC (rev 15040) @@ -0,0 +1 @@ +debian/*.1 Modified: trunk/packages/libace-perl/trunk/debian/rules =================================================================== --- trunk/packages/libace-perl/trunk/debian/rules 2013-10-29 10:55:44 UTC (rev 15039) +++ trunk/packages/libace-perl/trunk/debian/rules 2013-10-29 12:29:17 UTC (rev 15040) @@ -40,7 +40,8 @@ # Add commands to install the package into $(TMP) $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr mv $(TMP)/usr/bin/ace.pl $(TMP)/usr/bin/ace - mv $(TMP)/usr/share/man/man1/ace.pl.1p $(TMP)/usr/share/man/man1/ace.1p + # Manpage is somehow empty and will be replaced by the manually edited debian/ace.1 + rm -f $(TMP)/usr/share/man/man1/ace.pl.1p [ ! -d $(TMP)/usr/share/perl5 ] || \ rmdir --ignore-fail-on-non-empty --parents --verbose \ $(TMP)/usr/share/perl5 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
