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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Tue May 14 15:00:58 UTC 2013


    Date: Tuesday, May 14, 2013 @ 15:00:55
  Author: mitya57-guest
Revision: 24362

Rename debian/x-rst.xml to debian/docutils.xml.

Added:
  packages/python-docutils/trunk/debian/docutils.xml
    (from rev 24361, packages/python-docutils/trunk/debian/x-rst.xml)
Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/docutils-common.install
Deleted:
  packages/python-docutils/trunk/debian/x-rst.xml

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2013-05-14 12:54:37 UTC (rev 24361)
+++ packages/python-docutils/trunk/debian/changelog	2013-05-14 15:00:55 UTC (rev 24362)
@@ -1,3 +1,9 @@
+python-docutils (0.10-3) UNRELEASED; urgency=low
+
+  * Rename debian/x-rst.xml to debian/docutils.xml.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 14 May 2013 18:53:48 +0400
+
 python-docutils (0.10-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: packages/python-docutils/trunk/debian/docutils-common.install
===================================================================
--- packages/python-docutils/trunk/debian/docutils-common.install	2013-05-14 12:54:37 UTC (rev 24361)
+++ packages/python-docutils/trunk/debian/docutils-common.install	2013-05-14 15:00:55 UTC (rev 24362)
@@ -2,4 +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/
+debian/docutils.xml usr/share/mime/packages/

Copied: packages/python-docutils/trunk/debian/docutils.xml (from rev 24361, packages/python-docutils/trunk/debian/x-rst.xml)
===================================================================
--- packages/python-docutils/trunk/debian/docutils.xml	                        (rev 0)
+++ packages/python-docutils/trunk/debian/docutils.xml	2013-05-14 15:00:55 UTC (rev 24362)
@@ -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>

Deleted: packages/python-docutils/trunk/debian/x-rst.xml
===================================================================
--- packages/python-docutils/trunk/debian/x-rst.xml	2013-05-14 12:54:37 UTC (rev 24361)
+++ packages/python-docutils/trunk/debian/x-rst.xml	2013-05-14 15:00:55 UTC (rev 24362)
@@ -1,27 +0,0 @@
-<?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