This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 0167214f411bdf588415ad707839bbe4859f93d5 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 17 23:48:28 2018 +0200 debian/: add new palemoon.mime file, registering MIME types. --- debian/changelog | 1 + debian/palemoon.mime | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9fed0a2..cbd4283 100644 --- a/debian/changelog +++ b/debian/changelog @@ -119,6 +119,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add new palemoon.install file. - Add new palemoon.1 manpage. - Add new palemoon.manpages file, staging the man page into the package. + - Add new palemoon.mime file, registering MIME types. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/palemoon.mime b/debian/palemoon.mime new file mode 100644 index 0000000..a5d03b4 --- /dev/null +++ b/debian/palemoon.mime @@ -0,0 +1,5 @@ +text/html; /usr/bin/palemoon %s; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html; priority=5 +text/xml; /usr/bin/palemoon %s; description=XML Text; test=test -n "$DISPLAY"; nametemplate=%s.xml; priority=5 +image/png; /usr/bin/palemoon %s; description=PNG Image; test=test -n "$DISPLAY"; nametemplate=%s.png; priority=2 +image/jpeg; /usr/bin/palemoon %s; description=JPEG Image; test=test -n "$DISPLAY"; nametemplate=%s.jpeg; priority=2 +image/gif; /usr/bin/palemoon %s; description=GIF Image; test=test -n "$DISPLAY"; nametemplate=%s.gif; priority=2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git