[Python-modules-commits] [python-pyld] 01/01: prepare for unstable

Wolfgang Borgert debacle at moszumanska.debian.org
Thu Oct 9 09:07:25 UTC 2014


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

debacle pushed a commit to branch master
in repository python-pyld.

commit a35fc6ac3449e360bf12c8dccefc9dc8600edfb6
Author: W. Martin Borgert <debacle at debian.org>
Date:   Thu Oct 9 10:49:16 2014 +0200

    prepare for unstable
---
 debian/changelog         | 4 ++--
 debian/control           | 2 +-
 debian/python-pyld.docs  | 1 +
 debian/python3-pyld.docs | 1 +
 debian/rules             | 6 +++++-
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b5ffec3..efe30dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-python-pyld (0.6.2-1) UNRELEASED; urgency=low
+python-pyld (0.6.2-1) unstable; urgency=low
 
   * Initial release (Closes: #764543)
 
- -- W. Martin Borgert <debacle at debian.org>  
+ -- W. Martin Borgert <debacle at debian.org>  Thu, 09 Oct 2014 08:48:22 +0000
diff --git a/debian/control b/debian/control
index dc70ebd..f56d731 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), python3-all, python3-setuptools
+Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), python3-all, python3-setuptools, python-sphinx, python3-sphinx
 Standards-Version: 3.9.6
 Homepage: https://github.com/digitalbazaar/pyld/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pyld.git
diff --git a/debian/python-pyld.docs b/debian/python-pyld.docs
new file mode 100644
index 0000000..e630348
--- /dev/null
+++ b/debian/python-pyld.docs
@@ -0,0 +1 @@
+docs/_build/text/index.txt
\ No newline at end of file
diff --git a/debian/python3-pyld.docs b/debian/python3-pyld.docs
new file mode 100644
index 0000000..e630348
--- /dev/null
+++ b/debian/python3-pyld.docs
@@ -0,0 +1 @@
+docs/_build/text/index.txt
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 0db7ff7..5bb5d22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,8 @@
 export PYBUILD_NAME=pyld
 
 %:
-	dh $@ --buildsystem=pybuild --with python2,python3
+	dh $@ --buildsystem=pybuild --with python2,python3,sphinxdoc
+
+override_dh_installdocs:
+	cd docs/ ; $(MAKE) text
+	dh_installdocs

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



More information about the Python-modules-commits mailing list