This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit cdf17232e8c835f4d9ea85baa7dd5e7b374170ee Author: Stuart Prescott <[email protected]> Date: Fri Jan 22 16:05:18 2010 +0000 * update copyright years * update copyright email address for upstream * manpage improvements --- debian/copyright | 6 +++--- debian/latexdraw.1 | 28 ++++++++++++++++++++-------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/debian/copyright b/debian/copyright index bbf8200..5cbe195 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=222 Upstream-Name: LaTeXDraw -Upstream-Maintainer: Arnaud BLOUIN <[email protected]> +Upstream-Maintainer: Arnaud BLOUIN <[email protected]> Upstream-Source: http://latexdraw.sourceforge.net/ X-Repackaged: The compiled java (*.class) and archives (*.jar) were stripped @@ -8,7 +8,7 @@ X-Repackaged: The compiled java (*.class) and archives (*.jar) were stripped See the file README.Debian-source for full details. Files: * -Copyright: © 2005-2009, Arnaud BLOUIN <[email protected]> +Copyright: © 2005-2010, Arnaud BLOUIN <[email protected]> License: GPL-2+ Files: latexDraw/ui/dialog/PictureChooser.java @@ -50,7 +50,7 @@ License: other nuclear facility. Files: debian/* -Copyright: © 2007-2009, Stuart Prescott <[email protected]> +Copyright: © 2007-2010, Stuart Prescott <[email protected]> License: GPL-2+ License: GPL-2+ diff --git a/debian/latexdraw.1 b/debian/latexdraw.1 index 260cd25..e9f265e 100644 --- a/debian/latexdraw.1 +++ b/debian/latexdraw.1 @@ -1,4 +1,9 @@ .TH LATEXDRAW 1 "July 7, 2007" + +.de FN +\fI\|\\$1\|\fP +.. + .SH NAME latexdraw \- vector drawing program for LaTeX using PSTricks @@ -18,14 +23,21 @@ accepts no command line options other than (optionally) the name of a file to open. .SH FILES -\fI /usr/share/latexdraw/templates/\fR - system-wide template repository -.br -\fI $HOME/.latexdraw/templates/\fR - user's template repository -.br -\fI $HOME/.latexdraw/.preferences\fR - user settings -.br -\fI $HOME/.latexdraw/.cache\fR, \fI $HOME/.latexdraw/.cacheShared\fR - cached jpeg images of the templates -.br +.TP +.FN /usr/share/latexdraw/templates/ +system-wide template repository +.TP +.FN $HOME/.latexdraw/templates/ +user's template repository +.TP +.FN $HOME/.latexdraw/.preferences.xml +user settings +.TP +.FN $HOME/.latexdraw/.cacheShared +cached jpeg images of system templates +.TP +.FN $HOME/.latexdraw/.cache +cached jpeg images of user's templates .SH AUTHOR .B latexdraw -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

