~ubuntu-branches/ubuntu/saucy/python-docutils/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/x-rst.xml

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2013-05-17 16:47:30 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130517164730-5ux7p59z0jdku6pf
Tags: 0.10-3ubuntu1
* Merge with Debian unstable, remaining changes:
  - Use dh_python2 instead of dh_pysupport.
  - Backport patch to support embedded aliases in references
    (support-aliases-in-references.diff).
* disable_py33_failing_tests.diff: dropped, the issue is now
  properly fixed in Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
3
 
        <mime-type type="text/x-rst">
4
 
                <sub-class-of type="text/plain"/>
5
 
                <comment>reStructuredText document</comment>
6
 
                <comment xml:lang="ca">Document reStructuredText</comment>
7
 
                <comment xml:lang="cs">Dokument reStructuredText</comment>
8
 
                <comment xml:lang="cy">Dogfen reStructuredText</comment>
9
 
                <comment xml:lang="da">reStructuredText-dokument</comment>
10
 
                <comment xml:lang="de">reStructuredText-Dokument</comment>
11
 
                <comment xml:lang="es">Documento reStructuredText</comment>
12
 
                <comment xml:lang="et">reStructuredText dokument</comment>
13
 
                <comment xml:lang="eu">Dokumentua reStructuredText</comment>
14
 
                <comment xml:lang="fr">Document reStructuredText</comment>
15
 
                <comment xml:lang="it">Documento reStructuredText</comment>
16
 
                <comment xml:lang="ja">ドキュメント reStructuredText</comment>
17
 
                <comment xml:lang="pl">Dokument reStructuredText</comment>
18
 
                <comment xml:lang="pt">Documento reStructuredText</comment>
19
 
                <comment xml:lang="ru">Документ reStructuredText</comment>
20
 
                <comment xml:lang="sk">Dokument reStructuredText</comment>
21
 
                <comment xml:lang="ua">Документ reStructuredText</comment>
22
 
                <comment xml:lang="zh_CN">reStructuredText 文档</comment>
23
 
                <comment xml:lang="zh_TW">reStructuredText 文件</comment>
24
 
                <glob pattern="*.rst"/>
25
 
                <glob pattern="*.rest"/>
26
 
        </mime-type>
27
 
</mime-info>