[Python-modules-commits] [python-markdown] 01/01: Add mkdocs.yml from upstream repository (add_mkdocs_config.diff).
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Jan 11 13:08:16 UTC 2018
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository python-markdown.
commit ba5c6260ca6bfc051ab11ba4a59420d8b0bb49be
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Jan 9 20:19:33 2018 +0300
Add mkdocs.yml from upstream repository (add_mkdocs_config.diff).
---
debian/changelog | 1 +
debian/patches/add_mkdocs_config.diff | 72 +++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 74 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8d06261..1fb2fcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-markdown (2.6.11-1) UNRELEASED; urgency=medium
* New upstream release.
* Remove Fredrik Steen from Uploaders list (closes: #877098).
* Add build-dependencies on setuptools.
+ * Add mkdocs.yml from upstream repository (add_mkdocs_config.diff).
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 28 Sep 2017 21:27:06 +0300
diff --git a/debian/patches/add_mkdocs_config.diff b/debian/patches/add_mkdocs_config.diff
new file mode 100644
index 0000000..86cb760
--- /dev/null
+++ b/debian/patches/add_mkdocs_config.diff
@@ -0,0 +1,72 @@
+From: Dmitry Shachnev <mitya57 at gmail.com>
+Date: Tue, 9 Jan 2018 20:11:43 +0300
+Subject: Add mkdocs.yml from upstream repository
+
+---
+ mkdocs.yml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 57 insertions(+)
+ create mode 100644 mkdocs.yml
+
+diff --git a/mkdocs.yml b/mkdocs.yml
+new file mode 100644
+index 0000000..95fa9a7
+--- /dev/null
++++ b/mkdocs.yml
+@@ -0,0 +1,57 @@
++site_name: Python-Markdown
++site_url: https://Python-Markdown.github.io/
++repo_url: https://github.com/Python-Markdown/markdown
++site_author: "The Python-Markdown Project"
++copyright: "Copyright © 2010-2017"
++
++use_directory_urls: true
++
++theme:
++ name: nature
++ icon: py.png
++ release: 2.6.11
++ issue_tracker: https://github.com/Python-Markdown/markdown/issues
++
++pages:
++ - Python-Markdown: index.md
++ - Installation: install.md
++ - Library Reference: reference.md
++ - Command Line: cli.md
++ - Extensions: extensions/index.md
++ - Officially Supported Extensions:
++ - Abbreviations: extensions/abbreviations.md
++ - Admonition: extensions/admonition.md
++ - Attribute Lists: extensions/attr_list.md
++ - CodeHilite: extensions/code_hilite.md
++ - Definition Lists: extensions/definition_lists.md
++ - Extra: extensions/extra.md
++ - Fenced Code Blocks: extensions/fenced_code_blocks.md
++ - Footnotes: extensions/footnotes.md
++ - HeaderId: extensions/header_id.md
++ - Meta-Data: extensions/meta_data.md
++ - New Line to Break: extensions/nl2br.md
++ - Sane Lists: extensions/sane_lists.md
++ - Smart Strong: extensions/smart_strong.md
++ - SmartyPants: extensions/smarty.md
++ - Table of Contents: extensions/toc.md
++ - Tables: extensions/tables.md
++ - WikiLinks: extensions/wikilinks.md
++ - Extension API: extensions/api.md
++ - Test Suite: test_suite.md
++ - Change Log: change_log/index.md
++ - Release Notes for v.2.6: change_log/release-2.6.md
++ - Release Notes for v.2.5: change_log/release-2.5.md
++ - Release Notes for v.2.4: change_log/release-2.4.md
++ - Release Notes for v.2.3: change_log/release-2.3.md
++ - Release Notes for v.2.2: change_log/release-2.2.md
++ - Release Notes for v.2.1: change_log/release-2.1.md
++ - Release Notes for v.2.0: change_log/release-2.0.md
++ - Authors: authors.md
++
++markdown_extensions:
++ - extra
++ - admonition
++ - smarty
++ - codehilite
++ - toc:
++ permalink: true
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eea7e8c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add_mkdocs_config.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-markdown.git
More information about the Python-modules-commits
mailing list