[SCM] geographiclib branch, master, updated. upstream/1.2-7-g487ca3a

Francesco Paolo Lovergine frankie at debian.org
Thu Feb 24 17:14:25 UTC 2011


The following commit has been merged in the master branch:
commit 487ca3ac1b8f70e2124e2c775bfa207e4aa36aab
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Feb 24 18:07:21 2011 +0100

    Library API transition and other minor changes.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index e67b937..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,12 +0,0 @@
-geographiclib for Debian
-------------------------
-
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.  Please see:
-
-	 /usr/share/doc/quilt/README.source
-
-for more information on how to apply the patches, modify patches, or
-remove a patch.
-
diff --git a/debian/changelog b/debian/changelog
index e79089e..97f7058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ geographiclib (1.8-1) unstable; urgency=low
   * Changed to source format 3.0 and dropped quilt build-dep.
   * Policy changed to 3.9.1 without changes.
   * Now using level 8 for debhelper.
+  * API changes from 1 to 5, changed binary package names as result.
+  * Removed README.source.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 24 Feb 2011 17:52:04 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 24 Feb 2011 18:06:44 +0100
 
 geographiclib (1.2-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 8cc924d..425e07b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), autotools-dev, doxygen
+Build-Depends: cdbs, debhelper (>= 8), autotools-dev, doxygen
 Standards-Version: 3.9.1
 Homepage: http://geographiclib.sf.net/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/geographiclib.git
@@ -22,7 +22,7 @@ Description: A C++ library to solve some geodesic problems -- tools
  .
  This package contains some core tools based on the GeographicLib library.
 
-Package: libgeographiclib1
+Package: libgeographiclib5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libgeographiclib1.install b/debian/libgeographiclib1.install
deleted file mode 100644
index f3a22f8..0000000
--- a/debian/libgeographiclib1.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/libGeographic.so.1
-usr/lib/libGeographic.so.1.*
diff --git a/debian/libgeographiclib5.install b/debian/libgeographiclib5.install
new file mode 100644
index 0000000..8083fb2
--- /dev/null
+++ b/debian/libgeographiclib5.install
@@ -0,0 +1,2 @@
+usr/lib/libGeographic.so.5
+usr/lib/libGeographic.so.5.*

-- 
A library to solve some geodesic problems



More information about the Pkg-grass-devel mailing list