[osgearth] 18/19: Bump SOVERSION to 3.

Bas Couwenberg sebastic at xs4all.nl
Thu Feb 20 23:27:44 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository osgearth.

commit 1cb3b43df78cd497e04a4c68d99be77ada349f5e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 26 01:53:34 2014 +0100

    Bump SOVERSION to 3.
---
 debian/changelog                                   |  2 +-
 debian/control                                     | 24 +++++++++++-----------
 .../{libosgearth2.install => libosgearth3.install} |  0
 ...an-overrides => libosgearth3.lintian-overrides} |  4 ++--
 .../{libosgearth2.symbols => libosgearth3.symbols} |  2 +-
 debian/libosgearthannotation2.lintian-overrides    |  2 --
 ...ion2.install => libosgearthannotation3.install} |  0
 debian/libosgearthannotation3.lintian-overrides    |  2 ++
 ...ion2.symbols => libosgearthannotation3.symbols} |  2 +-
 debian/libosgearthfeatures2.lintian-overrides      |  2 --
 ...tures2.install => libosgearthfeatures3.install} |  0
 debian/libosgearthfeatures3.lintian-overrides      |  2 ++
 ...tures2.symbols => libosgearthfeatures3.symbols} |  2 +-
 debian/libosgearthqt2.lintian-overrides            |  2 --
 ...bosgearthqt2.install => libosgearthqt3.install} |  0
 ...-overrides => libosgearthqt3.lintian-overrides} |  2 +-
 ...bosgearthqt2.symbols => libosgearthqt3.symbols} |  2 +-
 debian/libosgearthsymbology2.lintian-overrides     |  2 --
 ...logy2.install => libosgearthsymbology3.install} |  0
 debian/libosgearthsymbology3.lintian-overrides     |  2 ++
 ...logy2.symbols => libosgearthsymbology3.symbols} |  2 +-
 ...earthutil2.install => libosgearthutil3.install} |  0
 ...verrides => libosgearthutil3.lintian-overrides} |  2 +-
 ...earthutil2.symbols => libosgearthutil3.symbols} |  2 +-
 debian/patches/soversion.patch                     |  6 +++---
 25 files changed, 32 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e588cf..c689035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ osgearth (2.5.0+dfsg-1) UNRELEASED; urgency=medium
   * Repack orig tarball with XZ compression.
   * Update Files-Excluded for osgEarth 2.5.
   * Add build dependencies on libv8-dev and libnoise-dev.
-  * Refresh soversion.patch.
+  * Refresh soversion.patch, bump SOVERSION to 3.
   * Enable KMZ support with libminizip from libkml.
   * Drop MPGeometry-OpenSceneGraph-3.1.8.patch, included in upstream.
   * Drop becuase-typo.patch, applied upstream.
diff --git a/debian/control b/debian/control
index fdff310..0e47752 100644
--- a/debian/control
+++ b/debian/control
@@ -59,7 +59,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (data)
  .
  This package contains data files.
 
-Package: libosgearth2
+Package: libosgearth3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -79,7 +79,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (shared lib
  .
  This package contains the shared library libosgEarth.
 
-Package: libosgearthannotation2
+Package: libosgearthannotation3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -95,7 +95,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthAn
  .
  This package contains the shared library libosgEarthAnnotation.
 
-Package: libosgearthfeatures2
+Package: libosgearthfeatures3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -111,7 +111,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthFe
  .
  This package contains the shared library libosgEarthFeatures.
 
-Package: libosgearthqt2
+Package: libosgearthqt3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -127,7 +127,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthQt
  .
  This package contains the shared library libosgEarthQt.
 
-Package: libosgearthsymbology2
+Package: libosgearthsymbology3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -143,7 +143,7 @@ Description: Dynamic 3D terrain rendering toolkit for OpenSceneGraph (osgEarthSy
  .
  This package contains the shared library libosgEarthSymbology.
 
-Package: libosgearthutil2
+Package: libosgearthutil3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -176,12 +176,12 @@ Description: OpenSceneGraph plugins for osgEarth
 Package: libosgearth-dev
 Architecture: any
 Section: libdevel
-Depends: libosgearth2 (= ${binary:Version}),
-         libosgearthannotation2 (= ${binary:Version}),
-         libosgearthfeatures2 (= ${binary:Version}),
-         libosgearthqt2 (= ${binary:Version}),
-         libosgearthsymbology2 (= ${binary:Version}),
-         libosgearthutil2 (= ${binary:Version}),
+Depends: libosgearth3 (= ${binary:Version}),
+         libosgearthannotation3 (= ${binary:Version}),
+         libosgearthfeatures3 (= ${binary:Version}),
+         libosgearthqt3 (= ${binary:Version}),
+         libosgearthsymbology3 (= ${binary:Version}),
+         libosgearthutil3 (= ${binary:Version}),
          libopenscenegraph-dev,
          libgeos-dev,
          ${misc:Depends}
diff --git a/debian/libosgearth2.install b/debian/libosgearth3.install
similarity index 100%
rename from debian/libosgearth2.install
rename to debian/libosgearth3.install
diff --git a/debian/libosgearth2.lintian-overrides b/debian/libosgearth3.lintian-overrides
similarity index 68%
rename from debian/libosgearth2.lintian-overrides
rename to debian/libosgearth3.lintian-overrides
index 20506ee..21b3af1 100644
--- a/debian/libosgearth2.lintian-overrides
+++ b/debian/libosgearth3.lintian-overrides
@@ -1,7 +1,7 @@
 # Linking with libtinyxml is risky, because osgearth contains
 # patched version from CVS, compiled without TIXML_USE_STL.
 # libtinyxml provides only tinyxml with STL support.
-libosgearth2: embedded-library usr/lib/libosgEarth.so.*: tinyxml
+libosgearth3: embedded-library usr/lib/libosgEarth.so.*: tinyxml
 
 # Upstream provides only release notes.
-libosgearth2: no-upstream-changelog
+libosgearth3: no-upstream-changelog
diff --git a/debian/libosgearth2.symbols b/debian/libosgearth3.symbols
similarity index 99%
rename from debian/libosgearth2.symbols
rename to debian/libosgearth3.symbols
index bb270a7..e016350 100644
--- a/debian/libosgearth2.symbols
+++ b/debian/libosgearth3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.5.0 amd64 i386
-libosgEarth.so.2 #PACKAGE# #MINVER#
+libosgEarth.so.3 #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/libosgearthannotation2.lintian-overrides b/debian/libosgearthannotation2.lintian-overrides
deleted file mode 100644
index efde7bc..0000000
--- a/debian/libosgearthannotation2.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream provides only release notes.
-libosgearthannotation2: no-upstream-changelog
diff --git a/debian/libosgearthannotation2.install b/debian/libosgearthannotation3.install
similarity index 100%
rename from debian/libosgearthannotation2.install
rename to debian/libosgearthannotation3.install
diff --git a/debian/libosgearthannotation3.lintian-overrides b/debian/libosgearthannotation3.lintian-overrides
new file mode 100644
index 0000000..4922afe
--- /dev/null
+++ b/debian/libosgearthannotation3.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream provides only release notes.
+libosgearthannotation3: no-upstream-changelog
diff --git a/debian/libosgearthannotation2.symbols b/debian/libosgearthannotation3.symbols
similarity index 99%
rename from debian/libosgearthannotation2.symbols
rename to debian/libosgearthannotation3.symbols
index 91a9809..a7ae29c 100644
--- a/debian/libosgearthannotation2.symbols
+++ b/debian/libosgearthannotation3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.5.0 amd64 i386
-libosgEarthAnnotation.so.2 #PACKAGE# #MINVER#
+libosgEarthAnnotation.so.3 #PACKAGE# #MINVER#
 #MISSING: 2.5.0# _ZGVZN13DeclutterSort18sortImplementationEPN7osgUtil9RenderBinEE8s_zero_w at Base 2.4.0
 #MISSING: 2.5.0# _ZN13DeclutterDraw18drawImplementationEPN7osgUtil9RenderBinERN3osg10RenderInfoERPNS0_10RenderLeafE at Base 2.4.0
 #MISSING: 2.5.0# _ZN13DeclutterDrawD0Ev at Base 2.4.0
diff --git a/debian/libosgearthfeatures2.lintian-overrides b/debian/libosgearthfeatures2.lintian-overrides
deleted file mode 100644
index fbb1c11..0000000
--- a/debian/libosgearthfeatures2.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream provides only release notes.
-libosgearthfeatures2: no-upstream-changelog
diff --git a/debian/libosgearthfeatures2.install b/debian/libosgearthfeatures3.install
similarity index 100%
rename from debian/libosgearthfeatures2.install
rename to debian/libosgearthfeatures3.install
diff --git a/debian/libosgearthfeatures3.lintian-overrides b/debian/libosgearthfeatures3.lintian-overrides
new file mode 100644
index 0000000..c0e2aca
--- /dev/null
+++ b/debian/libosgearthfeatures3.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream provides only release notes.
+libosgearthfeatures3: no-upstream-changelog
diff --git a/debian/libosgearthfeatures2.symbols b/debian/libosgearthfeatures3.symbols
similarity index 99%
rename from debian/libosgearthfeatures2.symbols
rename to debian/libosgearthfeatures3.symbols
index 2fb9326..b5defc7 100644
--- a/debian/libosgearthfeatures2.symbols
+++ b/debian/libosgearthfeatures3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.5.0 amd64 i386
-libosgEarthFeatures.so.2 #PACKAGE# #MINVER#
+libosgEarthFeatures.so.3 #PACKAGE# #MINVER#
  _ZN14ClusterVisitor5applyERN3osg5GeodeE at Base 2.4.0
  _ZN14ClusterVisitorD0Ev at Base 2.4.0
  _ZN14ClusterVisitorD1Ev at Base 2.4.0
diff --git a/debian/libosgearthqt2.lintian-overrides b/debian/libosgearthqt2.lintian-overrides
deleted file mode 100644
index 3aab2f3..0000000
--- a/debian/libosgearthqt2.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream provides only release notes.
-libosgearthqt2: no-upstream-changelog
diff --git a/debian/libosgearthqt2.install b/debian/libosgearthqt3.install
similarity index 100%
rename from debian/libosgearthqt2.install
rename to debian/libosgearthqt3.install
diff --git a/debian/libosgearth1.lintian-overrides b/debian/libosgearthqt3.lintian-overrides
similarity index 51%
rename from debian/libosgearth1.lintian-overrides
rename to debian/libosgearthqt3.lintian-overrides
index e5767f7..c6785ba 100644
--- a/debian/libosgearth1.lintian-overrides
+++ b/debian/libosgearthqt3.lintian-overrides
@@ -1,2 +1,2 @@
 # Upstream provides only release notes.
-libosgearth1: no-upstream-changelog
+libosgearthqt3: no-upstream-changelog
diff --git a/debian/libosgearthqt2.symbols b/debian/libosgearthqt3.symbols
similarity index 99%
rename from debian/libosgearthqt2.symbols
rename to debian/libosgearthqt3.symbols
index 191a843..c34fb52 100644
--- a/debian/libosgearthqt2.symbols
+++ b/debian/libosgearthqt3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.5.0 amd64 i386
-libosgEarthQt.so.2 #PACKAGE# #MINVER#
+libosgEarthQt.so.3 #PACKAGE# #MINVER#
  _Z21qInitResources_imagesv at Base 2.4.0
  _Z23qStringComparisonHelperRK7QStringPKc at Base 2.4.0
  _Z24qCleanupResources_imagesv at Base 2.4.0
diff --git a/debian/libosgearthsymbology2.lintian-overrides b/debian/libosgearthsymbology2.lintian-overrides
deleted file mode 100644
index ef2d441..0000000
--- a/debian/libosgearthsymbology2.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream provides only release notes.
-libosgearthsymbology2: no-upstream-changelog
diff --git a/debian/libosgearthsymbology2.install b/debian/libosgearthsymbology3.install
similarity index 100%
rename from debian/libosgearthsymbology2.install
rename to debian/libosgearthsymbology3.install
diff --git a/debian/libosgearthsymbology3.lintian-overrides b/debian/libosgearthsymbology3.lintian-overrides
new file mode 100644
index 0000000..e1ab56d
--- /dev/null
+++ b/debian/libosgearthsymbology3.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream provides only release notes.
+libosgearthsymbology3: no-upstream-changelog
diff --git a/debian/libosgearthsymbology2.symbols b/debian/libosgearthsymbology3.symbols
similarity index 99%
rename from debian/libosgearthsymbology2.symbols
rename to debian/libosgearthsymbology3.symbols
index f348fc2..fa455e8 100644
--- a/debian/libosgearthsymbology2.symbols
+++ b/debian/libosgearthsymbology3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.5.0 amd64 i386
-libosgEarthSymbology.so.2 #PACKAGE# #MINVER#
+libosgEarthSymbology.so.3 #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/libosgearthutil2.install b/debian/libosgearthutil3.install
similarity index 100%
rename from debian/libosgearthutil2.install
rename to debian/libosgearthutil3.install
diff --git a/debian/libosgearthutil2.lintian-overrides b/debian/libosgearthutil3.lintian-overrides
similarity index 50%
rename from debian/libosgearthutil2.lintian-overrides
rename to debian/libosgearthutil3.lintian-overrides
index d0b7af1..a059679 100644
--- a/debian/libosgearthutil2.lintian-overrides
+++ b/debian/libosgearthutil3.lintian-overrides
@@ -1,2 +1,2 @@
 # Upstream provides only release notes.
-libosgearthutil2: no-upstream-changelog
+libosgearthutil3: no-upstream-changelog
diff --git a/debian/libosgearthutil2.symbols b/debian/libosgearthutil3.symbols
similarity index 99%
rename from debian/libosgearthutil2.symbols
rename to debian/libosgearthutil3.symbols
index 70495db..e16d868 100644
--- a/debian/libosgearthutil2.symbols
+++ b/debian/libosgearthutil3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.5.0 amd64 i386
-libosgEarthUtil.so.2 #PACKAGE# #MINVER#
+libosgEarthUtil.so.3 #PACKAGE# #MINVER#
  _Z10intersectsRKdS0_S0_S0_S0_S0_S0_S0_ at Base 2.4.0
  _Z17getHorizSRSStringPKN8osgEarth16SpatialReferenceE at Base 2.4.0
  (arch=ia64 powerpc s390 s390x sparc)_ZN11FeatureTile5splitEv at Base 2.4.0
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
index 8c24af8..0e02328 100644
--- a/debian/patches/soversion.patch
+++ b/debian/patches/soversion.patch
@@ -1,6 +1,6 @@
-Description: Bump SOVERSION to 2.
+Description: Bump SOVERSION to 3.
 Author: Pirmin Kalberer <pka at sourcepole.ch>
-Last-Update: 2013-07-09
+Last-Update: 2014-01-26
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -21,7 +21,7 @@ PROJECT(OSGEARTH)
@@ -8,7 +8,7 @@ Last-Update: 2013-07-09
  SET(OSGEARTH_MINOR_VERSION 5)
  SET(OSGEARTH_PATCH_VERSION 0)
 -SET(OSGEARTH_SOVERSION     0)
-+SET(OSGEARTH_SOVERSION     2)
++SET(OSGEARTH_SOVERSION     3)
  
  SET(OSGEARTH_PLUGIN_PREFIX "")
  

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