[geographiclib] 01/01: Fixed some oversights related to geographiclib-get-* scripts.

Francesco Lovergine frankie at moszumanska.debian.org
Sun Mar 16 19:39:33 UTC 2014


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

frankie pushed a commit to branch master
in repository geographiclib.

commit 42ec8f4755641f447e457b8bbfd78ee56bc5e031
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Sun Mar 16 20:38:23 2014 +0100

    Fixed some oversights related to geographiclib-get-* scripts.
---
 debian/README.Debian   |  2 +-
 debian/changelog       |  9 +++++++++
 debian/patches/datadir | 21 +++++++++++++++++----
 3 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 610436b..0a2df9b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -3,7 +3,7 @@ geographiclib for Debian
 
 This package does not install required files for computing geoid height approximations.
 You have to download them explicitly by using the provided 
-/usr/bin/geographiclib-datasets-download script. Possible datasets at different 
+/usr/sbin/geographiclib-get-* script. Possible datasets at different 
 resolutions are:
 
     * EGM84, 30' grid
diff --git a/debian/changelog b/debian/changelog
index 3af912a..a9214bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+geographiclib (1.35-2) unstable; urgency=low
+
+  * Fixed README.Debian to document use of the new download scripts by
+    Charles K. instead of my previous scripts.
+  * Patch datadir updated to use the correct data path in geographic-get-* 
+    scripts.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 16 Mar 2014 20:29:01 +0100
+
 geographiclib (1.35-1) unstable; urgency=low
 
   * Sigh, license changed since 1.12 but it has never been annotated in 
diff --git a/debian/patches/datadir b/debian/patches/datadir
index 3397156..2ffe07c 100644
--- a/debian/patches/datadir
+++ b/debian/patches/datadir
@@ -1,7 +1,7 @@
 Index: geographiclib/src/Makefile.in
 ===================================================================
---- geographiclib.orig/src/Makefile.in	2014-03-12 12:21:05.000000000 +0100
-+++ geographiclib/src/Makefile.in	2014-03-12 12:21:05.000000000 +0100
+--- geographiclib.orig/src/Makefile.in	2014-03-16 20:33:29.290781502 +0100
++++ geographiclib/src/Makefile.in	2014-03-16 20:33:29.282781486 +0100
 @@ -358,7 +358,7 @@
  		../include/GeographicLib/Utility.hpp \
  		../include/GeographicLib/Config.h
@@ -13,8 +13,8 @@ Index: geographiclib/src/Makefile.in
  
 Index: geographiclib/include/Makefile.in
 ===================================================================
---- geographiclib.orig/include/Makefile.in	2014-03-12 12:16:00.000000000 +0100
-+++ geographiclib/include/Makefile.in	2014-03-12 12:21:29.000000000 +0100
+--- geographiclib.orig/include/Makefile.in	2014-03-16 20:33:29.290781502 +0100
++++ geographiclib/include/Makefile.in	2014-03-16 20:33:29.286781494 +0100
 @@ -283,7 +283,7 @@
  			GeographicLib/Utility.hpp \
  			GeographicLib/Config.h
@@ -24,3 +24,16 @@ Index: geographiclib/include/Makefile.in
  EXTRA_DIST = Makefile.mk GeographicLib/CMakeLists.txt GeographicLib/Config.h.in
  all: all-am
  
+Index: geographiclib/tools/Makefile.in
+===================================================================
+--- geographiclib.orig/tools/Makefile.in	2014-03-16 20:36:36.059145008 +0100
++++ geographiclib/tools/Makefile.in	2014-03-16 20:36:54.923172505 +0100
+@@ -450,7 +450,7 @@
+ 	geographiclib-get-gravity \
+ 	geographiclib-get-magnetic
+ 
+-geographiclib_data = $(datadir)/GeographicLib
++geographiclib_data = $(datadir)
+ CLEANFILES = $(sbin_SCRIPTS)
+ EXTRA_DIST = Makefile.mk CMakeLists.txt \
+ 	geographiclib-get-geoids.sh geographiclib-get-gravity.sh \

-- 
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