[python-qwt] 03/03: add the examples

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Aug 28 11:27:22 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 30a50e9781a49609621c7c44e72206ce0433ec8f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Aug 28 13:16:23 2015 +0200

    add the examples
---
 debian/changelog               |  2 +-
 debian/control                 | 24 ++++++++++++++++++++++++
 debian/copyright               |  8 ++++++++
 debian/python-qwt-doc.doc-base | 10 ----------
 debian/python-qwt-doc.docs     |  1 -
 debian/python-qwt-doc.examples |  1 +
 debian/python-qwt-doc.install  |  1 +
 7 files changed, 35 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 675878e..9aa4cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-qwt (6.1.2~a5-1~exp1) experimental; urgency=low
+python-qwt (6.1.2~a6-1~exp1) experimental; urgency=low
 
   * Initial release (Closes: #796955)
 
diff --git a/debian/control b/debian/control
index fa39ce4..12f00c9 100644
--- a/debian/control
+++ b/debian/control
@@ -77,3 +77,27 @@ Description: Pure Python implementation of Qwt - Python 3
  large amount of data, there is no performance gain when zooming in).
  .
  This is the Python 3 version of the package.
+
+Package: python-qwt-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends},
+Description: Pure Python implementation of Qwt - Documentation
+ The qwt package is a pure Python implementation of Qwt C++ library
+ with the following limitations.
+ .
+ The following `Qwt` classes won't be reimplemented in `qwt` because most 
+ powerful features already exist in `guiqwt`:
+   * QwtPlotZoomer
+   * QwtCounter
+   * QwtEventPattern
+   * QwtPicker
+   * QwtPlotPicker
+ .
+ QwtClipper is not implemented yet (and it will probably be very
+ difficult or impossible to implement it in pure Python without
+ performance issues).  As a consequence, when zooming in a plot curve,
+ the entire curve is still painted (in other words, when working with
+ large amount of data, there is no performance gain when zooming in).
+ .
+ This is the documentation of the package.
diff --git a/debian/copyright b/debian/copyright
index 6b405e2..4cb4ada 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,6 +13,14 @@ Files: qwt/py3compat.py
 Copyright: © 2015 Pierre Raybaut <pierre.raybaut at gmail.com>
 License: Expat
 
+Files: qwt/toqimage.py
+Copyright: ???
+License: ???
+
+Files: examples/*
+Copyright: ???
+License: ???
+
 Files: debian/*
 Copyright: © 2015, Picca Frédéric-Emmanuel <picca at debian.org>
 License: Expat
diff --git a/debian/python-qwt-doc.doc-base b/debian/python-qwt-doc.doc-base
deleted file mode 100644
index c7d383f..0000000
--- a/debian/python-qwt-doc.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: python-qwt-manual
-Title: python-qwt documentation manual
-Author: pierre.raybaut at gmail.com
-Abstract: python-qwt_
- qwt is a pure Python implementation of Qwt C++ library, using PyQt and NumPy
-Section: Programming/Python
-
-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
deleted file mode 100644
index b2dbf19..0000000
--- a/debian/python-qwt-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-build/html
\ No newline at end of file
diff --git a/debian/python-qwt-doc.examples b/debian/python-qwt-doc.examples
new file mode 100644
index 0000000..1e107f5
--- /dev/null
+++ b/debian/python-qwt-doc.examples
@@ -0,0 +1 @@
+examples
diff --git a/debian/python-qwt-doc.install b/debian/python-qwt-doc.install
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/python-qwt-doc.install
@@ -0,0 +1 @@
+README

-- 
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