[geographiclib] 01/04: Bump SONAME to 14 from 13
Ross Gammon
ross-guest at moszumanska.debian.org
Sat Dec 13 18:56:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository geographiclib.
commit 616cd554c2a89a6289dd0934aa1af0eb00a488aa
Author: Ross Gammon <rossgammon at mail.dk>
Date: Sat Dec 13 15:58:31 2014 +0100
Bump SONAME to 14 from 13
---
debian/control | 10 ++++++----
debian/libgeographic13.install | 2 --
debian/libgeographic14.install | 2 ++
debian/{libgeographic13.symbols => libgeographic14.symbols} | 0
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index c33612c..96917ca 100644
--- a/debian/control
+++ b/debian/control
@@ -32,14 +32,16 @@ Description: C++ library to solve some geodesic problems -- tools
.
This package contains some core tools based on the GeographicLib library.
-Package: libgeographic13
+Package: libgeographic14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: geographiclib-tools
-Conflicts: libgeographiclib10
-Replaces: libgeographiclib10
+Conflicts: libgeographiclib10,
+ libgeographic13
+Replaces: libgeographiclib10,
+ libgeographic13
Description: C++ library to solve some geodesic problems -- library
GeographicLib is a small set of C++ classes for converting between
geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
@@ -54,7 +56,7 @@ Architecture: any
Section: libdevel
Conflicts: libgeographiclib-dev
Replaces: libgeographiclib-dev
-Depends: libgeographic13 (= ${binary:Version}),
+Depends: libgeographic14 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: C++ library to solve some geodesic problems -- development files
diff --git a/debian/libgeographic13.install b/debian/libgeographic13.install
deleted file mode 100644
index 97cd664..0000000
--- a/debian/libgeographic13.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libGeographic.so.13
-usr/lib/*/libGeographic.so.13.*
diff --git a/debian/libgeographic14.install b/debian/libgeographic14.install
new file mode 100644
index 0000000..b62b554
--- /dev/null
+++ b/debian/libgeographic14.install
@@ -0,0 +1,2 @@
+usr/lib/*/libGeographic.so.14
+usr/lib/*/libGeographic.so.14.*
diff --git a/debian/libgeographic13.symbols b/debian/libgeographic14.symbols
similarity index 100%
rename from debian/libgeographic13.symbols
rename to debian/libgeographic14.symbols
--
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