This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit fe8532cef5ffed4c14b637bdb139826013d8eabd Author: Stuart Prescott <[email protected]> Date: Thu Apr 23 20:32:38 2009 +0000 * update mime associations --- debian/changelog | 2 ++ debian/latexdraw.mime | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd0e048..4d77942 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ latexdraw (2.0.0+1-1) unstable; urgency=low * New upstream release + * Associate latexdraw with image/svg+xml since that is its new native image + format. -- Stuart Prescott <[email protected]> Thu, 23 Apr 2009 16:58:58 +0100 diff --git a/debian/latexdraw.mime b/debian/latexdraw.mime index 22a56b1..9671e6f 100644 --- a/debian/latexdraw.mime +++ b/debian/latexdraw.mime @@ -1 +1,2 @@ -application/x-latexdraw-project; /usr/bin/latexdraw %s; edit=/usr/bin/latexdraw %s; description="LaTeXDraw project"; nametemplate=%s.ldp; test=test -n "$DISPLAY" +application/x-latexdraw-project; latexdraw %s; description="LaTeXDraw project"; nametemplate=%s.ldp; test=test -n "$DISPLAY" ; edit=latexdraw %s; compose=latexdraw '%s' +image/svg+xml; latexdraw '%s'; description="Scalable Vector Graphics"; nametemplate=%s.svg; test=test -n "$DISPLAY"; edit=latexdraw '%s'; compose=latexdraw '%s' -- 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

