[SCM] geographiclib branch, master, updated. upstream/1.8-9-g7b0f67d

Francesco Paolo Lovergine frankie at debian.org
Tue Apr 26 15:33:43 UTC 2011


The following commit has been merged in the master branch:
commit 4535c8f5823c67dce8b9581c83710f064076e85b
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Apr 26 16:37:01 2011 +0200

    Fixed #624181 mainly.

diff --git a/debian/changelog b/debian/changelog
index 39e5f41..4ee0e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+geographiclib (1.8-3) unstable; urgency=low
+
+  * Added missing dependency from libgeographic5 in -dev package.
+    (closes: #624181)
+  * Policy bumped to 3.9.2, no changes.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 26 Apr 2011 16:36:02 +0200
+
 geographiclib (1.8-2) unstable; urgency=low
 
   * Fixed typo in changelog to make lintian happy.
diff --git a/debian/control b/debian/control
index 425e07b..e3b3d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: A C++ library to solve some geodesic problems -- library
 Package: libgeographiclib-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libgeographiclib5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: A C++ library to solve some geodesic problems -- development files
  GeographicLib is a small set of C++ classes for converting between                                                                                         
  geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,                                                                                     

-- 
A library to solve some geodesic problems



More information about the Pkg-grass-devel mailing list