[mipp] 04/04: Fix unused substitution variable warnings.

Bas Couwenberg sebastic at debian.org
Sat Aug 6 19:14:32 UTC 2016


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

sebastic pushed a commit to branch master
in repository mipp.

commit 02ab62156f882a117f9e520af3ebfca4d3f1dd72
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 6 21:00:39 2016 +0200

    Fix unused substitution variable warnings.
    
    - Drop ${shlibs:Depends} for Architecture: all packages
    - Add ${sphinxdoc:Depends} to python-mipp
---
 debian/changelog | 3 +++
 debian/control   | 7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ffe0f05..a1e14f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ mipp (0.10.0-1) unstable; urgency=medium
     - Drop .0 from GPL license shortname
   * Drop buildsystem option from dh_auto_* commands, set globally already.
   * Remove executable bit from test data.
+  * Fix unused substitution variable warnings:
+    - Drop ${shlibs:Depends} for Architecture: all packages
+    - Add ${sphinxdoc:Depends} to python-mipp
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 06 Aug 2016 17:46:41 +0000
 
diff --git a/debian/control b/debian/control
index a050663..6c7cf5f 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Homepage: https://github.com/loerum/mipp/tree/master/mipp
 
 Package: python-mipp
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${python:Depends},
+Depends: ${python:Depends},
+         ${sphinxdoc:Depends},
          ${misc:Depends},
          python-lxml,
          python-gdal,
@@ -47,8 +47,7 @@ Description: Meteorological data Ingest-Processing Package (mipp)
 
 Package: python-mipp-test
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${python:Depends},
+Depends: ${python:Depends},
          ${misc:Depends},
          python-mipp
 Description: Meteorological data Ingest-Processing Package (test suite)

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



More information about the Pkg-grass-devel mailing list