[geographiclib] 10/19: Fix unused substitution variable warnings.

Bas Couwenberg sebastic at xs4all.nl
Sun Dec 28 19:47:29 UTC 2014


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

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

commit faa576232edd18b05713f9c5387e0087cd056fc2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 28 18:41:14 2014 +0100

    Fix unused substitution variable warnings.
    
    Fix unused substitution variable warnings:
    - Add Pre-Depends: ${misc:Pre-Depends} for libgeographic14
    - Remove ${shlibs:Depends} for libgeographic-dev & python-geographiclib
---
 debian/changelog | 3 +++
 debian/control   | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebcad06..38b35ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,9 @@ geographiclib (1.40-1) UNRELEASED; urgency=medium
   * Use upstream version for symbols.
   * Install NEWS file as upstream changelog.
   * Use pkgkde-gensymbols & pkgkde-symbolshelper to handle C++ symbols.
+  * Fix unused substitution variable warnings:
+    - Add Pre-Depends: ${misc:Pre-Depends} for libgeographic14
+    - Remove ${shlibs:Depends} for libgeographic-dev & python-geographiclib
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 28 Dec 2014 16:26:34 +0100
 
diff --git a/debian/control b/debian/control
index ec29e76..2dea593 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Description: C++ library to solve some geodesic problems -- documentation
 Package: libgeographic14
 Architecture: any
 Section: libs
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Suggests: geographiclib-tools
@@ -72,7 +73,6 @@ Section: libdevel
 Conflicts: libgeographiclib-dev
 Replaces: libgeographiclib-dev
 Depends: libgeographic14 (= ${binary:Version}),
-         ${shlibs:Depends},
          ${misc:Depends}
 Suggests: geographiclib-doc
 Description: C++ library to solve some geodesic problems -- development files
@@ -87,11 +87,11 @@ Description: C++ library to solve some geodesic problems -- development files
 Package: python-geographiclib
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${python:Depends}
 Description: Python binding for GeographicLib
  GeographicLib is a small set of C++ classes for converting between
  geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
  for geoid calculations, and for computing geodesic. It is a suitable
  replacement for the core functionality provided by NGA Geotrans.
+

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



More information about the Pkg-grass-devel mailing list