[python-qwt] 02/02: release
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Thu Nov 12 20:38:45 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 e2898f7df3b2dd6c1902d2aadbd525488c5a0583
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Thu Nov 12 21:11:31 2015 +0100
release
---
debian/changelog | 6 ++++++
debian/python-qwt-doc.docs | 4 +---
debian/rules | 11 +++++++----
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5d9960d..b29fded 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-qwt (0.5.1-1) unstable; urgency=medium
+
+ * Imported Upstream version 0.5.1
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Thu, 12 Nov 2015 21:01:22 +0100
+
python-qwt (0.5.0-1) unstable; urgency=medium
* Imported Upstream version 0.5.0
diff --git a/debian/python-qwt-doc.docs b/debian/python-qwt-doc.docs
index af70be5..6d28621 100644
--- a/debian/python-qwt-doc.docs
+++ b/debian/python-qwt-doc.docs
@@ -1,3 +1 @@
-build/sphinx/html
-
-
+build/html
diff --git a/debian/rules b/debian/rules
index 3a3cefb..95b3846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,15 @@ export PYBUILD_NAME=qwt
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+override_dh_clean:
+ rm -rf build/html
+ dh_clean
+
override_dh_auto_install:
dh_auto_install
dh_numpy
dh_numpy3
-override_dh_install:
- dh_install
- # rename the script
- mv debian/python3-qwt/usr/bin/PythonQwt-tests debian/python3-qwt/usr/bin/PythonQwt-tests3
+override_dh_auto_build:
+ dh_auto_build
+ PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html # HTML generator
--
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