[Python-modules-commits] r23556 - in packages/python-docutils/trunk/debian (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Feb 23 13:02:03 UTC 2013


    Date: Saturday, February 23, 2013 @ 13:02:00
  Author: mitya57-guest
Revision: 23556

debian/x-rst.xml: add mime file (for text/x-rst).

Added:
  packages/python-docutils/trunk/debian/x-rst.xml
Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/docutils-common.install

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2013-02-23 09:07:00 UTC (rev 23555)
+++ packages/python-docutils/trunk/debian/changelog	2013-02-23 13:02:00 UTC (rev 23556)
@@ -1,3 +1,9 @@
+python-docutils (0.10-2) UNRELEASED; urgency=low
+
+  * debian/x-rst.xml: add mime file (for text/x-rst).
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 23 Feb 2013 17:00:13 +0400
+
 python-docutils (0.10-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/python-docutils/trunk/debian/docutils-common.install
===================================================================
--- packages/python-docutils/trunk/debian/docutils-common.install	2013-02-23 09:07:00 UTC (rev 23555)
+++ packages/python-docutils/trunk/debian/docutils-common.install	2013-02-23 13:02:00 UTC (rev 23556)
@@ -2,3 +2,4 @@
 tools/editors/emacs/rst.el usr/share/emacs/site-lisp
 debian/50python-docutils.el etc/emacs/site-start.d
 docs/ref/*.dtd usr/share/xml/docutils/
+debian/x-rst.xml usr/share/mime/packages/

Added: packages/python-docutils/trunk/debian/x-rst.xml
===================================================================
--- packages/python-docutils/trunk/debian/x-rst.xml	                        (rev 0)
+++ packages/python-docutils/trunk/debian/x-rst.xml	2013-02-23 13:02:00 UTC (rev 23556)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+	<mime-type type="text/x-rst">
+		<sub-class-of type="text/plain"/>
+		<comment>reStructuredText document</comment>
+		<comment xml:lang="ca">Document reStructuredText</comment>
+		<comment xml:lang="cs">Dokument reStructuredText</comment>
+		<comment xml:lang="cy">Dogfen reStructuredText</comment>
+		<comment xml:lang="da">reStructuredText-dokument</comment>
+		<comment xml:lang="de">reStructuredText-Dokument</comment>
+		<comment xml:lang="es">Documento reStructuredText</comment>
+		<comment xml:lang="et">reStructuredText dokument</comment>
+		<comment xml:lang="eu">Dokumentua reStructuredText</comment>
+		<comment xml:lang="fr">Document reStructuredText</comment>
+		<comment xml:lang="it">Documento reStructuredText</comment>
+		<comment xml:lang="ja">ドキュメント reStructuredText</comment>
+		<comment xml:lang="pl">Dokument reStructuredText</comment>
+		<comment xml:lang="pt">Documento reStructuredText</comment>
+		<comment xml:lang="ru">Документ reStructuredText</comment>
+		<comment xml:lang="sk">Dokument reStructuredText</comment>
+		<comment xml:lang="ua">Документ reStructuredText</comment>
+		<comment xml:lang="zh_CN">reStructuredText 文档</comment>
+		<comment xml:lang="zh_TW">reStructuredText 文件</comment>
+		<glob pattern="*.rst"/>
+		<glob pattern="*.rest"/>
+	</mime-type>
+</mime-info>




More information about the Python-modules-commits mailing list