[Python-modules-commits] [nevow] 01/05: Ship verbatim documentation.
Vincent Bernat
bernat at moszumanska.debian.org
Fri Jan 1 07:15:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository nevow.
commit 75ff337fc800d7e3d1c391ac1545cc063fb91a8c
Author: Vincent Bernat <vincent at bernat.im>
Date: Fri Jan 1 07:54:28 2016 +0100
Ship verbatim documentation.
Lore doesn't exist anymore.
---
debian/changelog | 7 ++++++-
debian/python-nevow.doc-base | 4 ++--
debian/python-nevow.docs | 1 +
debian/rules | 9 +--------
4 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5047975..876a94f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
nevow (0.11.1-2) UNRELEASED; urgency=medium
+ [ Tristan Seligmann ]
* Enable uscan PGP signature checking now that the upstream release is
signed.
* Remove unnecessary Testsuite control field.
@@ -7,7 +8,11 @@ nevow (0.11.1-2) UNRELEASED; urgency=medium
* Add Lintian overrides about binaries in python-nevow.
* Update debian/copyright to machine-readable format.
- -- Tristan Seligmann <mithrandi at debian.org> Sun, 22 Jun 2014 23:46:29 +0200
+ [ Vincent Bernat ]
+ * Ship verbatim documentation. Lore is not available anymore in Debian
+ to transform it to HTML. Closes: #808506.
+
+ -- Vincent Bernat <bernat at debian.org> Fri, 01 Jan 2016 07:54:09 +0100
nevow (0.11.1-1) unstable; urgency=medium
diff --git a/debian/python-nevow.doc-base b/debian/python-nevow.doc-base
index 212b9ca..2fecc3f 100644
--- a/debian/python-nevow.doc-base
+++ b/debian/python-nevow.doc-base
@@ -7,5 +7,5 @@ Abstract: This document is an introduction to Nevow, a next-generation
Section: Programming/Python
Format: html
-Index: /usr/share/doc/python-nevow/howto/index.html
-Files: /usr/share/doc/python-nevow/howto/*.html
+Index: /usr/share/doc/python-nevow/howto/index.xhtml
+Files: /usr/share/doc/python-nevow/howto/*.xhtml
diff --git a/debian/python-nevow.docs b/debian/python-nevow.docs
new file mode 100644
index 0000000..9cbc2ec
--- /dev/null
+++ b/debian/python-nevow.docs
@@ -0,0 +1 @@
+doc/howto
diff --git a/debian/rules b/debian/rules
index 8298749..ab0df3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,9 @@ export PYBUILD_NAME=nevow
%:
dh $@ --with python2 --buildsystem=pybuild
-
override_dh_auto_install:
dh_auto_install
- mkdir -p debian/python-nevow/usr/share/doc/python-nevow
- mv debian/python-nevow/usr/doc/* debian/python-nevow/usr/share/doc/python-nevow
- rmdir debian/python-nevow/usr/doc
- cd debian/python-nevow/usr/share/doc/python-nevow/howto; find . -name '*.xhtml' | xargs lore
- find debian/python-nevow/usr/share/doc/python-nevow/howto -name '*.xhtml' -delete
- rm -r debian/python-nevow/usr/share/doc/python-nevow/man
-
+ rm -rf debian/python-nevow/usr/doc
override_dh_auto_test:
ln -s doc .pybuild/pythonX.Y_2.7/build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nevow.git
More information about the Python-modules-commits
mailing list