This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 620ec85dfc75dc7df9f5b9597f9de45b7e2cba32 Author: gregor herrmann <[email protected]> Date: Sat Jun 30 14:46:55 2007 +0000 * Adapt manpage to output of jabref --help. * Sync debian/copyright with output of Help/About. --- debian/changelog | 4 +++- debian/copyright | 7 ++++++- debian/jabref.1 | 35 +++++++++++++++++++---------------- 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6f88cc..127f15a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ jabref (2.3~beta1-1) unstable; urgency=low * New upstream release. * Adapt patch 03_external_apps. * Add suggests to ps- and pdfviewers. + * Adapt manpage to output of jabref --help. + * Sync debian/copyright with output of Help/About. - -- gregor herrmann <[email protected]> Sat, 30 Jun 2007 16:05:21 +0200 + -- gregor herrmann <[email protected]> Sat, 30 Jun 2007 16:45:44 +0200 jabref (2.2-01-6) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index c75f848..03b5624 100644 --- a/debian/copyright +++ b/debian/copyright @@ -33,6 +33,7 @@ Nizar N. Batada Michel Baylac Guillaume Gardey Cyrille d'Haese +S M Mahbub Murshed Raik Nagel Christopher Oezbek Ellen Reitmayr @@ -55,6 +56,7 @@ Fabrice Dessaint Nathan Dunn Brian Van Essen Alexis Gallagher +David Gleich Sascha Hunold Bernd Kalbfuss Martin Kähmer @@ -63,7 +65,9 @@ Krzysztof A. Kościuszkiewicz Christian Kopf Jeffrey Kuhn Alex Montgomery +S. M. Mahbub Murshed Ambrogio Oliva +Stephan Rave John Relph Hannes Restel Moritz Ringler @@ -115,7 +119,8 @@ The majority of icons are from the Crystal Clear icon set by Everaldo (http://www.everaldo.com), which is distributed under the terms of the Lesser General Public License. - +JabRef uses the JempBox and PDFBox libraries for PDF handling, both of which +are distributed under a BSD style license. [0] diff --git a/debian/jabref.1 b/debian/jabref.1 index 9974f1f..235aadb 100644 --- a/debian/jabref.1 +++ b/debian/jabref.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH JABREF 1 "July 14, 2006" +.TH JABREF 1 "June 30, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -30,20 +30,23 @@ the functionalities of BibKeeper (Morten O. Alver) and JBibtexManager (Nizar Batada) .SH OPTIONS .TP -\fB\-a\fR, \fB\-\-aux\fR=<STRING> -Subdatabase from aux: file[.aux],new[.bib] +\fB\-p\fR, \fB\-\-primp\fR=<STRING> +Import preferences from file .TP \fB\-o\fR, \fB\-\-output\fR=<STRING> Output or export file: filename[,export format] .TP -\fB\-x\fR, \fB\-\-prexp\fR=<STRING> -Export preferences to file +\fB\-v\fR, \fB\-\-version\fR=<BOOLEAN> +Displays version information .TP -\fB\-i\fR, \fB\-\-import\fR=<STRING> -Import file: filename[,import format] +\fB\-a\fR, \fB\-\-aux\fR=<STRING> +Subdatabase from aux: file[.aux],new[.bib] .TP -\fB\-v\fR, \fB\-\-version\fR -Displays version information. +\fB\-n\fR, \fB\-\-nogui\fR=<BOOLEAN> +No GUI. Only process command line options +.TP +\fB\-h\fR, \fB\-\-help\fR=<BOOLEAN> +Display help on command line options .TP \fB\-\-importToOpen\fR=<STRING> Import to open tab @@ -51,17 +54,17 @@ Import to open tab \fB\-b\fR, \fB\-\-blank\fR=<BOOLEAN> Do not open any files at startup .TP -\fB\-p\fR, \fB\-\-primp\fR=<STRING> -Import preferences from file -.TP -\fB\-h\fR, \fB\-\-help\fR=<BOOLEAN> -Display help on command line options +\fB\-i\fR, \fB\-\-import\fR=<STRING> +Import file: filename[,import format] .TP -\fB\-n\fR, \fB\-\-nogui\fR=<BOOLEAN> -No GUI. Only process command line options. +\fB\-x\fR, \fB\-\-prexp\fR=<STRING> +Export preferences to file .TP \fB\-l\fR, \fB\-\-loads\fR=<BOOLEAN> Load session +.TP +\fB\-s\fR, \fB\-\-nosplash\fR=<BOOLEAN> +Do not show splash window at startup .SH SEE ALSO the included help .br -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

