[SCM] dataset manipulation GUI generator branch, master, updated. debian/1.3.2-2-4-gcc47337
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Mon Aug 8 19:15:52 UTC 2011
The following commit has been merged in the master branch:
commit cc473372fd59d979fedab5909f18137642eedbc8
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Mon Aug 8 21:03:00 2011 +0200
switch to dh_sphinxdoc
diff --git a/debian/changelog b/debian/changelog
index eb49855..ec12787 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
guidata (1.3.2-3) 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 385d986..bce63aa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8.1.1),
python-all (>= 2.6.6-3~),
python-qt4,
python-spyderlib (>= 2.0.10)
-Build-Depends-Indep: python-sphinx
+Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg)
X-Python-Version: >= 2.6
Standards-Version: 3.9.2
Vcs-Git: git://anonscm.debian.org/debian-science/packages/guidata.git
@@ -19,9 +19,9 @@ Section: python
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
+ ${sphinxdoc:Depends},
python-h5py,
- python-spyderlib (>= 2.0.10),
- libjs-jquery
+ python-spyderlib (>= 2.0.10)
Provides: ${python:Provides}
Breaks: ${python:Breaks}
Description: dataset manipulation GUI generator
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 573df97..0000000
--- a/debian/links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-guidata/html/_static/jquery.js
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 469b8b0..cfc0c6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,6 @@ override_dh_clean:
dh_clean
%:
- dh $@ --with python2
+ dh $@ --with python2 --with sphinxdoc
.PHONY: get-orig-source
--
dataset manipulation GUI generator
More information about the debian-science-commits
mailing list