[osgearth] 09/13: Bump SOVERSION to 5.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jul 26 21:27:25 UTC 2015


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

sebastic pushed a commit to branch master
in repository osgearth.

commit 038890ce8a1ca26046212218dbf602e1e308c301
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jul 26 17:08:47 2015 +0200

    Bump SOVERSION to 5.
---
 debian/changelog                                   |  1 +
 debian/control                                     | 24 +++++++++++-----------
 .../{libosgearth4.install => libosgearth5.install} |  0
 ...an-overrides => libosgearth5.lintian-overrides} |  2 +-
 .../{libosgearth4.symbols => libosgearth5.symbols} |  2 +-
 ...ion4.install => libosgearthannotation5.install} |  0
 ...ion4.symbols => libosgearthannotation5.symbols} |  2 +-
 ...tures4.install => libosgearthfeatures5.install} |  0
 ...tures4.symbols => libosgearthfeatures5.symbols} |  2 +-
 ...bosgearthqt4.install => libosgearthqt5.install} |  0
 ...bosgearthqt4.symbols => libosgearthqt5.symbols} |  2 +-
 ...logy4.install => libosgearthsymbology5.install} |  0
 ...logy4.symbols => libosgearthsymbology5.symbols} |  2 +-
 ...earthutil4.install => libosgearthutil5.install} |  0
 ...earthutil4.symbols => libosgearthutil5.symbols} |  2 +-
 debian/patches/soversion.patch                     |  2 +-
 debian/patches/version.patch                       |  2 +-
 17 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b61f944..01d5dda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ osgearth (2.7.0+dfsg-1~exp1) UNRELEASED; urgency=medium
     - Add license & copyright for fastdxt, rapidxml & splat files
   * Refresh patches.
   * Update symbols for amd64.
+  * Bump SOVERSION to 5.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 26 Jul 2015 13:49:42 +0200
 
diff --git a/debian/control b/debian/control
index 28ef66d..c818317 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (data)
  .
  This package contains data files.
 
-Package: libosgearth4
+Package: libosgearth5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -78,7 +78,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (shared lib
  .
  This package contains the shared library libosgEarth.
 
-Package: libosgearthannotation4
+Package: libosgearthannotation5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -94,7 +94,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthAn
  .
  This package contains the shared library libosgEarthAnnotation.
 
-Package: libosgearthfeatures4
+Package: libosgearthfeatures5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -110,7 +110,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthFe
  .
  This package contains the shared library libosgEarthFeatures.
 
-Package: libosgearthqt4
+Package: libosgearthqt5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -126,7 +126,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthQt
  .
  This package contains the shared library libosgEarthQt.
 
-Package: libosgearthsymbology4
+Package: libosgearthsymbology5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -142,7 +142,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthSy
  .
  This package contains the shared library libosgEarthSymbology.
 
-Package: libosgearthutil4
+Package: libosgearthutil5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -175,12 +175,12 @@ Description: OpenSceneGraph plugins for osgEarth
 Package: libosgearth-dev
 Architecture: any
 Section: libdevel
-Depends: libosgearth4 (= ${binary:Version}),
-         libosgearthannotation4 (= ${binary:Version}),
-         libosgearthfeatures4 (= ${binary:Version}),
-         libosgearthqt4 (= ${binary:Version}),
-         libosgearthsymbology4 (= ${binary:Version}),
-         libosgearthutil4 (= ${binary:Version}),
+Depends: libosgearth5 (= ${binary:Version}),
+         libosgearthannotation5 (= ${binary:Version}),
+         libosgearthfeatures5 (= ${binary:Version}),
+         libosgearthqt5 (= ${binary:Version}),
+         libosgearthsymbology5 (= ${binary:Version}),
+         libosgearthutil5 (= ${binary:Version}),
          libopenscenegraph-dev,
          libgeos-dev,
          ${misc:Depends}
diff --git a/debian/libosgearth4.install b/debian/libosgearth5.install
similarity index 100%
rename from debian/libosgearth4.install
rename to debian/libosgearth5.install
diff --git a/debian/libosgearth4.lintian-overrides b/debian/libosgearth5.lintian-overrides
similarity index 73%
rename from debian/libosgearth4.lintian-overrides
rename to debian/libosgearth5.lintian-overrides
index 222e868..effcc90 100644
--- a/debian/libosgearth4.lintian-overrides
+++ b/debian/libosgearth5.lintian-overrides
@@ -1,4 +1,4 @@
 # Linking with libtinyxml is risky, because osgearth contains
 # patched version from CVS, compiled without TIXML_USE_STL.
 # libtinyxml provides only tinyxml with STL support.
-libosgearth4: embedded-library usr/lib/libosgEarth.so.*: tinyxml
+libosgearth5: embedded-library usr/lib/libosgEarth.so.*: tinyxml
diff --git a/debian/libosgearth4.symbols b/debian/libosgearth5.symbols
similarity index 99%
rename from debian/libosgearth4.symbols
rename to debian/libosgearth5.symbols
index 29e29c1..69f8e11 100644
--- a/debian/libosgearth4.symbols
+++ b/debian/libosgearth5.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.7.0 amd64
-libosgEarth.so.4 #PACKAGE# #MINVER#
+libosgEarth.so.5 #PACKAGE# #MINVER#
  _Z10TiXmlFOpenPKcS0_ at Base 2.4.0
  _Z29wrapper_propfunc_StringObjectPN5osgDB13ObjectWrapperE at Base 2.4.0
  _ZGVZN13DeclutterSort18sortImplementationEPN7osgUtil9RenderBinEE8s_zero_w at Base 2.5.0
diff --git a/debian/libosgearthannotation4.install b/debian/libosgearthannotation5.install
similarity index 100%
rename from debian/libosgearthannotation4.install
rename to debian/libosgearthannotation5.install
diff --git a/debian/libosgearthannotation4.symbols b/debian/libosgearthannotation5.symbols
similarity index 99%
rename from debian/libosgearthannotation4.symbols
rename to debian/libosgearthannotation5.symbols
index de76696..826420a 100644
--- a/debian/libosgearthannotation4.symbols
+++ b/debian/libosgearthannotation5.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.7.0 amd64
-libosgEarthAnnotation.so.4 #PACKAGE# #MINVER#
+libosgEarthAnnotation.so.5 #PACKAGE# #MINVER#
  _ZN15DraggerCallback17onPositionChangedEPKN8osgEarth10Annotation7DraggerERKNS0_8GeoPointE at Base 2.7.0
 #MISSING: 2.7.0# _ZN15DraggerCallback17onPositionChangedEPKN8osgEarth7DraggerERKNS0_8GeoPointE at Base 2.4.0
  _ZN15DraggerCallbackD0Ev at Base 2.4.0
diff --git a/debian/libosgearthfeatures4.install b/debian/libosgearthfeatures5.install
similarity index 100%
rename from debian/libosgearthfeatures4.install
rename to debian/libosgearthfeatures5.install
diff --git a/debian/libosgearthfeatures4.symbols b/debian/libosgearthfeatures5.symbols
similarity index 99%
rename from debian/libosgearthfeatures4.symbols
rename to debian/libosgearthfeatures5.symbols
index a55224a..e0524f2 100644
--- a/debian/libosgearthfeatures4.symbols
+++ b/debian/libosgearthfeatures5.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.7.0 amd64
-libosgEarthFeatures.so.4 #PACKAGE# #MINVER#
+libosgEarthFeatures.so.5 #PACKAGE# #MINVER#
 #MISSING: 2.7.0# _ZN14ClusterVisitor5applyERN3osg5GeodeE at Base 2.4.0
 #MISSING: 2.7.0# _ZN14ClusterVisitorD0Ev at Base 2.4.0
 #MISSING: 2.7.0# _ZN14ClusterVisitorD1Ev at Base 2.4.0
diff --git a/debian/libosgearthqt4.install b/debian/libosgearthqt5.install
similarity index 100%
rename from debian/libosgearthqt4.install
rename to debian/libosgearthqt5.install
diff --git a/debian/libosgearthqt4.symbols b/debian/libosgearthqt5.symbols
similarity index 99%
rename from debian/libosgearthqt4.symbols
rename to debian/libosgearthqt5.symbols
index d47974a..2ed9b35 100644
--- a/debian/libosgearthqt4.symbols
+++ b/debian/libosgearthqt5.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.7.0 amd64
-libosgEarthQt.so.4 #PACKAGE# #MINVER#
+libosgEarthQt.so.5 #PACKAGE# #MINVER#
  _Z21qInitResources_imagesv at Base 2.4.0
  _Z23qStringComparisonHelperRK7QStringPKc at Base 2.7.0
  _Z24qCleanupResources_imagesv at Base 2.4.0
diff --git a/debian/libosgearthsymbology4.install b/debian/libosgearthsymbology5.install
similarity index 100%
rename from debian/libosgearthsymbology4.install
rename to debian/libosgearthsymbology5.install
diff --git a/debian/libosgearthsymbology4.symbols b/debian/libosgearthsymbology5.symbols
similarity index 99%
rename from debian/libosgearthsymbology4.symbols
rename to debian/libosgearthsymbology5.symbols
index b1626f4..0f53067 100644
--- a/debian/libosgearthsymbology4.symbols
+++ b/debian/libosgearthsymbology5.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.7.0 amd64
-libosgEarthSymbology.so.4 #PACKAGE# #MINVER#
+libosgEarthSymbology.so.5 #PACKAGE# #MINVER#
  _ZN3agg10rasterizer15s_default_gammaE at Base 2.4.0
  _ZN3agg10rasterizer5gammaEPKh at Base 2.4.0
  _ZN3agg10rasterizer5gammaEd at Base 2.4.0
diff --git a/debian/libosgearthutil4.install b/debian/libosgearthutil5.install
similarity index 100%
rename from debian/libosgearthutil4.install
rename to debian/libosgearthutil5.install
diff --git a/debian/libosgearthutil4.symbols b/debian/libosgearthutil5.symbols
similarity index 99%
rename from debian/libosgearthutil4.symbols
rename to debian/libosgearthutil5.symbols
index bb5be1e..d710a35 100644
--- a/debian/libosgearthutil4.symbols
+++ b/debian/libosgearthutil5.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.7.0 amd64
-libosgEarthUtil.so.4 #PACKAGE# #MINVER#
+libosgEarthUtil.so.5 #PACKAGE# #MINVER#
  _Z10intersectsRKdS0_S0_S0_S0_S0_S0_S0_ at Base 2.4.0
  _Z17getHorizSRSStringPKN8osgEarth16SpatialReferenceE at Base 2.4.0
  _Z23getAllParentalNodePathsPN3osg4NodeES1_ at Base 2.7.0
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
index 65ab557..1c364d8 100644
--- a/debian/patches/soversion.patch
+++ b/debian/patches/soversion.patch
@@ -8,7 +8,7 @@ Author: Pirmin Kalberer <pka at sourcepole.ch>
  SET(OSGEARTH_MINOR_VERSION 6)
  SET(OSGEARTH_PATCH_VERSION 0)
 -SET(OSGEARTH_SOVERSION     0)
-+SET(OSGEARTH_SOVERSION     4)
++SET(OSGEARTH_SOVERSION     5)
  
  SET(OSGEARTH_PLUGIN_PREFIX "")
  
diff --git a/debian/patches/version.patch b/debian/patches/version.patch
index 5b8a444..3d48e0d 100644
--- a/debian/patches/version.patch
+++ b/debian/patches/version.patch
@@ -12,5 +12,5 @@ Applied-Upstream: https://github.com/gwaldron/osgearth/commit/90482f32cff6d61dcf
 -SET(OSGEARTH_MINOR_VERSION 6)
 +SET(OSGEARTH_MINOR_VERSION 7)
  SET(OSGEARTH_PATCH_VERSION 0)
- SET(OSGEARTH_SOVERSION     4)
+ SET(OSGEARTH_SOVERSION     5)
  

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



More information about the Pkg-grass-devel mailing list