[python-qwt] 02/04: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Oct 4 07:21:11 UTC 2015


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

picca pushed a commit to branch master
in repository python-qwt.

commit ce33a185cd03801d29d36bde1c05a18c779bfca4
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Oct 3 21:56:40 2015 +0200

    release
---
 debian/TODO                    |  1 -
 debian/changelog               |  2 +-
 debian/control                 |  5 ++++-
 debian/python-qwt-doc.doc-base | 14 ++++++++++++++
 debian/python-qwt-doc.docs     |  3 +++
 debian/python-qwt-doc.install  |  2 --
 debian/rules                   |  2 +-
 7 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644
index 778629b..0000000
--- a/debian/TODO
+++ /dev/null
@@ -1 +0,0 @@
-todo doc
diff --git a/debian/changelog b/debian/changelog
index 0a5b6a2..0d66604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-qwt (0.1.1-1~exp1) experimental; urgency=low
+python-qwt (0.2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #796955)
 
diff --git a/debian/control b/debian/control
index 12f00c9..7056433 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,13 @@ Build-Depends: debhelper (>= 9),
 	       python-qt4,
                python-setuptools,
 	       python-sip,
+               python-sphinx,
                python3-all,
 	       python3-numpy,
 	       python3-pyqt4,
                python3-setuptools,
-	       python3-sip
+	       python3-sip,
+               python3-sphinx,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-qwt.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-qwt.git
@@ -82,6 +84,7 @@ Package: python-qwt-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
 Description: Pure Python implementation of Qwt - Documentation
  The qwt package is a pure Python implementation of Qwt C++ library
  with the following limitations.
diff --git a/debian/python-qwt-doc.doc-base b/debian/python-qwt-doc.doc-base
new file mode 100644
index 0000000..a197515
--- /dev/null
+++ b/debian/python-qwt-doc.doc-base
@@ -0,0 +1,14 @@
+Document: python-qwt-manual
+Title: python-qwt documentation manual
+Author: pierre.raybaut at cea.fr
+Abstract: python-qwt_
+ The python-qwt project was initiated to solve -at least temporarily-
+ the obsolescence issue of PyQwt (the Python-Qwt C++ bindings library)
+ which is no longer maintained. The idea was to translate the original
+ Qwt C++ code to Python and then to optimize some parts of the code by
+ writing new modules based on NumPy and other libraries.
+Section: Text
+
+Format: HTML
+Index: /usr/share/doc/python-qwt-doc/html/index.html
+Files: /usr/share/doc/python-qwt-doc/html/*
diff --git a/debian/python-qwt-doc.docs b/debian/python-qwt-doc.docs
new file mode 100644
index 0000000..af70be5
--- /dev/null
+++ b/debian/python-qwt-doc.docs
@@ -0,0 +1,3 @@
+build/sphinx/html
+
+
diff --git a/debian/python-qwt-doc.install b/debian/python-qwt-doc.install
deleted file mode 100644
index 781b377..0000000
--- a/debian/python-qwt-doc.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/TODO
-
diff --git a/debian/rules b/debian/rules
index cdb2fd5..c7a052b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export PYBUILD_NAME=qwt
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the debian-science-commits mailing list