[Python-modules-commits] [mmllib] 09/12: Add docs and examples.

Dominik George natureshadow-guest at moszumanska.debian.org
Sun Jan 29 13:33:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository mmllib.

commit 4e2fba268b394cc08bc66f546e9b65def272b0d2
Author: Dominik George <nik at naturalnet.de>
Date:   Sun Jan 29 14:05:23 2017 +0100

    Add docs and examples.
---
 debian/pypy-mmllib.docs        | 2 ++
 debian/pypy-mmllib.examples    | 1 +
 debian/python-mmllib.docs      | 2 ++
 debian/python-mmllib.examples  | 1 +
 debian/python3-mmllib.docs     | 2 ++
 debian/python3-mmllib.examples | 1 +
 debian/rules                   | 4 ++++
 7 files changed, 13 insertions(+)

diff --git a/debian/pypy-mmllib.docs b/debian/pypy-mmllib.docs
new file mode 100644
index 0000000..309c170
--- /dev/null
+++ b/debian/pypy-mmllib.docs
@@ -0,0 +1,2 @@
+README.rst
+MMLFILE.rst
diff --git a/debian/pypy-mmllib.examples b/debian/pypy-mmllib.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/pypy-mmllib.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/python-mmllib.docs b/debian/python-mmllib.docs
new file mode 100644
index 0000000..309c170
--- /dev/null
+++ b/debian/python-mmllib.docs
@@ -0,0 +1,2 @@
+README.rst
+MMLFILE.rst
diff --git a/debian/python-mmllib.examples b/debian/python-mmllib.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python-mmllib.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/python3-mmllib.docs b/debian/python3-mmllib.docs
new file mode 100644
index 0000000..309c170
--- /dev/null
+++ b/debian/python3-mmllib.docs
@@ -0,0 +1,2 @@
+README.rst
+MMLFILE.rst
diff --git a/debian/python3-mmllib.examples b/debian/python3-mmllib.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python3-mmllib.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
index 55c6733..a184528 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,7 @@ override_dh_auto_install:
 	mkdir -p debian/mmllib-tools/usr/bin
 	mv debian/python3-mmllib/usr/bin/* debian/mmllib-tools/usr/bin
 	rm -rf debian/py*-mmllib/usr/bin
+
+override_dh_installdocs:
+	dh_installdocs -pmmllib-tools --link-doc=python3-mmllib
+	dh_installdocs --remaining-packages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mmllib.git



More information about the Python-modules-commits mailing list