[lmfit-py] 02/04: add the doc package

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Mar 9 10:41:29 UTC 2014


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

picca pushed a commit to branch master
in repository lmfit-py.

commit 9e3ab3a3268ef8210a8498281a13146dcd9ff31f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Mar 9 10:32:44 2014 +0100

    add the doc package
---
 debian/control | 2 ++
 debian/rules   | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/control b/debian/control
index 8a5032f..3cf6364 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Section: science
 Priority: extra
 Build-Depends: debhelper (>= 9),
                dh-python,
+               ipython,
                python-all,
+               python-matplotlib,
                python-numpy,
                python-scipy,
                python-setuptools,
diff --git a/debian/rules b/debian/rules
index e03a842..996e120 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,11 @@ export PYBUILD_NAME=lmfit
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
+override_dh_clean:
+	rm -rf doc/_static/conf_interval2.png
+	rm -rf doc/_static/conf_interval.png
+	dh_clean
+
 override_dh_install:
 	dh_install
 	dh_numpy

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



More information about the debian-science-commits mailing list