[qtiplot] 01/01: Use dh_sip to set the right python-sip version.

Scott Sheridan Howard showard at moszumanska.debian.org
Tue Apr 29 18:36:59 UTC 2014


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

showard pushed a commit to branch master
in repository qtiplot.

commit 6a047a277e4aef73e2eaa36bbfb79daaec5cbdcb
Author: Scott Howard <showard314 at gmail.com>
Date:   Tue Apr 29 14:36:44 2014 -0400

    Use dh_sip to set the right python-sip version.
---
 debian/changelog | 7 +++++++
 debian/control   | 5 ++---
 debian/rules     | 4 ++++
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f136137..ef1add7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qtiplot (0.9.8.9-9) unstable; urgency=low
+
+  * Use dh_sip to set the right python-sip version.
+  * Debian S-V 3.9.5, no changes.
+
+ -- Scott Howard <showard at debian.org>  Tue, 29 Apr 2014 09:37:55 -0400
+
 qtiplot (0.9.8.9-8) unstable; urgency=low
 
   * Fix FTBFS from new sip version (Closes: #728642, LP: #1243269)
diff --git a/debian/control b/debian/control
index a6dbc46..35a45dd 100644
--- a/debian/control
+++ b/debian/control
@@ -11,15 +11,14 @@ Build-Depends: debhelper (>= 9), dblatex, docbook-utils, doxygen,
  libqt4-opengl-dev, libboost-thread-dev, libboost-system-dev, libqtassistantclient-dev,
  libalglib-dev (>=3.7.0), libtamuanova-dev, libqtexengine-dev, texlive-lang-european, 
  texlive-lang-italian, imagemagick
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://soft.proindependent.com/qtiplot.html
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/qtiplot.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/qtiplot.git
 
 Package: qtiplot
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-qt4, libqt4-opengl,
- python-sip (>=4.9-1), ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${sip:Depends}, ${python:Depends}
 Recommends: qt-assistant-compat, qtiplot-doc
 Description: data analysis and scientific plotting
  Qtiplot is a fully fledged plotting software similar to the OriginLab
diff --git a/debian/rules b/debian/rules
index 78161e0..fe34816 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,10 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 
+override_dh_python2:
+	dh_python2
+	dh_sip -pqtiplot
+
 override_dh_auto_build-arch:
 	$(MAKE)
 

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



More information about the debian-science-commits mailing list