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

sebastic-guest pushed a commit to branch master
in repository qgis.

commit a5a9e9e8f3928575047b978a7a459d86ac39557c
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sat Feb 15 18:28:58 2014 +0100

    Run dh_sip only on python-qgis to fix the 'unused substitution variable 
${sip:Depends}' warnings.
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d7720f..2ecc701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 qgis (2.0.1-3) UNRELEASED; urgency=low
 
   * Consistent capitalization in globe plugin description synopsis.
+  * Run dh_sip only on python-qgis to fix the 'unused substitution variable
+    ${sip:Depends}' warnings.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sat, 15 Feb 2014 18:20:29 +0100
 
diff --git a/debian/control b/debian/control
index 072f20e..7e99c75 100644
--- a/debian/control
+++ b/debian/control
@@ -270,8 +270,7 @@ Depends: gdal-bin,
          python-gdal,
          python-matplotlib,
          ${python:Depends},
-         ${misc:Depends},
-         ${sip:Depends}
+         ${misc:Depends}
 Provides: ${python:Provides}
 Description: Python bindings to QGIS - architecture-independent files
  QGIS is a Geographic Information System (GIS) which manages, analyzes and
diff --git a/debian/rules b/debian/rules
index 1f1d031..e48b049 100755
--- a/debian/rules
+++ b/debian/rules
@@ -167,7 +167,7 @@ override_dh_installmime:
 
 override_dh_python2:
        dh_python2 --no-guessing-versions
-       dh_sip
+       dh_sip -ppython-qgis
 
 override_dh_compress:
        dh_compress --exclude=pdf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to