[SCM] Packaging for pytango branch, master, updated. debian/7.2.0-2-3-g3044ab4
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Mon Aug 8 19:22:03 UTC 2011
The following commit has been merged in the master branch:
commit 3044ab422f7cf3dad38e6db3c9690f6030ce183c
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Mon Aug 8 21:21:54 2011 +0200
use dh_sphinxdoc
diff --git a/debian/changelog b/debian/changelog
index 4341263..23daa06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
pytango (7.2.0-3) UNRELEASED; urgency=low
+ * use dh_sphinxdoc
* debian/control
+ - Build-Depends
+ - python-sphinx (>= 1.0.7+dfsg)
- add the Vcs- fields
- follow Debian Science policy for Maintainers
* debian/copyright fixed using config-edit
- -- Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr> Mon, 25 Jul 2011 23:05:59 +0200
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Mon, 25 Jul 2011 23:05:59 +0200
pytango (7.2.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1ad089b..6cdaa6a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8.0.0),
libboost-python-dev,
python-numpy,
ipython,
- python-sphinx,
+ python-sphinx (>= 1.0.7+dfsg),
graphviz
X-Python-Version: >= 2.5
Standards-Version: 3.9.2
@@ -24,9 +24,9 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
+ ${sphinxdoc:Depends},
python-numpy,
- ipython,
- libjs-jquery
+ ipython
Provides: ${python:Provides}
Description: API for the TANGO control system
TANGO is an object oriented distributed control system using CORBA,
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 23836c3..0000000
--- a/debian/links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-pytango/html/_static/jquery.js
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 90b4633..4253bab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ override_dh_clean:
dh_clean
%:
- dh $@ --with python2
+ dh $@ --with python2 --with sphinxdoc
--
Packaging for pytango
More information about the debian-science-commits
mailing list