[SCM] efficient 2D data-plotting library branch, master, updated. debian/2.1.4-1-4-g1fe115c

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Mon Aug 8 19:16:10 UTC 2011


The following commit has been merged in the master branch:
commit 1fe115c43b470dedb143b349b5d17c355a0cadbe
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Aug 8 21:12:49 2011 +0200

    use dh_sphinxdoc

diff --git a/debian/changelog b/debian/changelog
index 7aea28d..8900f18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 guiqwt (2.1.4-2) UNRELEASED; urgency=low
 
+  * use dh_sphinxdoc
   * debian/control
     - fix the Vcs-Browser field
   * debian/copyright fixed using config-edit
diff --git a/debian/control b/debian/control
index 4c6461b..b1879a2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8.1.1),
 	       python-all-dev,
 	       python-numpy (>= 1.3),
 	       gfortran,
-	       python-sphinx,
+	       python-sphinx (>= 1.0.7+dfsg),
 	       python-guidata (>= 1.3.2),
 	       python-qwt5-qt4
 X-Python-Version: >= 2.6
@@ -22,13 +22,13 @@ Architecture: any
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ${python:Depends},
+	 ${sphinxdoc:Depends},
 	 python-qwt5-qt4 (>= 5.2),
 	 python-guidata (>= 1.3.2),
 	 python-numpy (>= 1.3),
 	 python-h5py,
 	 python-scipy (>= 0.7),
-	 python-imaging (>= 1.1.6),
-	 libjs-jquery
+	 python-imaging (>= 1.1.6)
 Recommends: python-dicom
 Suggests: spyder (>= 2.0.10)
 Provides: ${python:Provides}
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 62eaadf..0000000
--- a/debian/links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-guiqwt/html/_static/jquery.js
\ No newline at end of file
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index 098a814..02eee86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,6 @@ override_dh_clean:
 	rm -rf build
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --with sphinxdoc
 
 .PHONY: get-orig-source

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list