[SCM] Packaging for ViTables branch, master, updated. debian/2.1-1-2-g2978439
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Mon Aug 8 19:29:19 UTC 2011
The following commit has been merged in the master branch:
commit 297843952ce1817befcfeeab5f82ba31c49ae4f2
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Mon Aug 8 21:29:08 2011 +0200
use dh_sphinxdoc
diff --git a/debian/changelog b/debian/changelog
index c9a6fea..28d3410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
vitables (2.1-2) UNRELEASED; urgency=low
+ * use dh_sphinxdoc
+ * debian/control
+ - Build-Depends
+ - python-sphynx (>= 1.0.7+dfsg)
* debian/copyright fixed using config-edit
- -- Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr> Mon, 25 Jul 2011 23:10:55 +0200
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Mon, 25 Jul 2011 23:10:55 +0200
vitables (2.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8829b5f..a758329 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>,
Picca Frédéric-Emmanuel <picca at debian.org>
Build-Depends: debhelper (>= 8),
python (>= 2.6.6-3~),
- python-sphinx
+ python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.2
Homepage: http://vitables.berlios.de
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/vitables.git
@@ -17,10 +17,10 @@ Section: python
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
+ ${sphinxdoc:Depends},
python-qt4 (>=4.4),
python-tables (>= 2.0),
- python-numpy,
- libjs-jquery
+ python-numpy
Description: graphical tool to browse and edit PyTables and HDF5 files
ViTables is a component of the PyTables family. It is a graphical
tool for browsing and editing files in both PyTables and HDF5
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 7a4fbaf..0000000
--- a/debian/links
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/vitables/vitables/htmldocs/_static/jquery.js
-usr/share/vitables/run-vitables.py /usr/bin/vitables
-usr/share/vitables/vitables/htmldocs usr/share/doc/vitables/html
diff --git a/debian/rules b/debian/rules
index 723a6f8..1914a37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@ --with python2 --with sphinxdoc
override_dh_auto_install:
dh_auto_install -- --install-lib=/usr/share/vitables \
--
Packaging for ViTables
More information about the debian-science-commits
mailing list