[taurus] 06/06: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Aug 27 15:29:14 UTC 2016


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

picca pushed a commit to annotated tag debian/4.0.1+dfsg-1
in repository taurus.

commit 06945e4f5a0930c930ec10c061f77bbf2512b680
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Aug 27 16:14:47 2016 +0200

    release
---
 debian/changelog              |  9 ++++++++-
 debian/control                | 10 ++++++++--
 debian/python-taurus-doc.docs |  1 -
 debian/rules                  | 12 ++++--------
 4 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab3459e..25c5078 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
-taurus (4.0.1+dfsg-1) UNRELEASED; urgency=medium
+taurus (4.0.1+dfsg-1) unstable; urgency=medium
 
   * New upstream version 4.0.1+dfsg
+  * Standards-Version bump to 3.9.8 (nothing to do)
+  * Debian/control
+    + Updated the Vcs-X (git -> https)
+    + Depends:
+      + python-enum34, python-pint, python-pymca5,
+        python-setuptools, python-sphinx-rtd-theme (added)
+      + pymca (removed)
 
  -- Picca Frédéric-Emmanuel <picca at debian.org>  Sat, 27 Aug 2016 14:44:24 +0200
 
diff --git a/debian/control b/debian/control
index 3cdce33..799aa63 100644
--- a/debian/control
+++ b/debian/control
@@ -7,18 +7,22 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                graphviz,
                libqt4-dev,
-               pymca,
                pyqt4-dev-tools,
                python-all,
+	       python-enum34,
                python-guiqwt,
                python-h5py,
                python-lxml,
                python-numpy,
+	       python-pint,
                python-ply,
+               python-pymca5,
                python-pytango,
                python-qt4,
                python-qwt5-qt4,
+	       python-setuptools,
                python-sphinx,
+	       python-sphinx-rtd-theme,
                python-spyderlib,
                rdfind,
                symlinks,
@@ -35,15 +39,17 @@ Architecture: all
 Section: python
 Depends: ${misc:Depends},
          ${python:Depends},
+	 python-enum34,
          python-guiqwt,
          python-h5py,
          python-lxml,
+	 python-pint,
          python-ply,
          python-pytango,
          python-qt4,
          python-qwt5-qt4,
          python-spyderlib (>= 2.2)
-Recommends: pymca,
+Recommends: python-pymca5,
             qt4-designer
 Breaks: python-sardana (<< 1.4.0-1~)
 Provides: ${python:Provides}
diff --git a/debian/python-taurus-doc.docs b/debian/python-taurus-doc.docs
deleted file mode 100644
index 8ed30c1..0000000
--- a/debian/python-taurus-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-build/sphinx/html
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 81734ca..6fa33df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,19 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=taurus
-export PYBUILD_BUILD_ARGS=--no-doc --with-extra-widgets
-export PYBUILD_INSTALL_ARGS=--skip-build --no-doc
-
 
 %:
 	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
-        PYBUILD_SYSTEM=custom \
-        PYBUILD_BUILD_ARGS="cd doc && PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' xvfb-run {interpreter} -c \"import sys;from sphinx import main;sys.exit(main(sys.argv))\" -N -bhtml source build/html" dh_auto_build  # HTML generator
-        dh_installdocs "doc/build/html" -p python-taurus-doc
-        dh_sphinxdoc -O--buildsystem=pybuild
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_BUILD_ARGS="cd doc && PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' xvfb-run {interpreter} -c \"import sys;from sphinx import main;sys.exit(main(sys.argv))\" -N -bhtml source build/html" dh_auto_build  # HTML generator
+	dh_installdocs "doc/build/html" -p python-taurus-doc
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
 
 override_dh_installdocs:
-	dh_installdocs
 	# Replace duplicate files with symlinks
 	rdfind -outputname /dev/null -makesymlinks true debian/python-taurus-doc
 	# Fix those symlinks to make them relative

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



More information about the debian-science-commits mailing list