[spatialite] 07/13: Rename library package to libspatialite7 to match fixed SONAME, rename debug package to libspatialite-dbg.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 19 19:18:16 UTC 2015


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

sebastic pushed a commit to branch experimental
in repository spatialite.

commit a8fda386ad950ed96961bc4d035e29f3336d0ac1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 19 18:30:38 2015 +0200

    Rename library package to libspatialite7 to match fixed SONAME, rename debug package to libspatialite-dbg.
---
 debian/changelog                                            |  2 ++
 debian/control                                              | 10 ++++++----
 debian/{libspatialite6.examples => libspatialite7.examples} |  0
 debian/{libspatialite6.install => libspatialite7.install}   |  0
 debian/{libspatialite6.symbols => libspatialite7.symbols}   |  2 +-
 debian/rules                                                |  2 +-
 6 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85a6612..86d7795 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ spatialite (4.3.0~rc0-1) UNRELEASED; urgency=medium
   * New upstream release candidate.
   * Drop patches applied upstream, refresh remaining patches.
   * Update copyright file for new files.
+  * Rename library package to libspatialite7 to match fixed SONAME,
+    rename debug package to libspatialite-dbg.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 19 Jun 2015 03:20:11 +0200
 
diff --git a/debian/control b/debian/control
index 3fada39..98543f9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/spatialite.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/spatialite.git -b experimental
 Homepage: https://www.gaia-gis.it/fossil/libspatialite
 
-Package: libspatialite6
+Package: libspatialite7
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -43,7 +43,7 @@ Package: libspatialite-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libspatialite6 (= ${binary:Version}),
+Depends: libspatialite7 (= ${binary:Version}),
          libsqlite3-dev,
          zlib1g-dev,
          ${misc:Depends}
@@ -57,13 +57,15 @@ Description: Geospatial extension for SQLite - development files
  .
  This package contains development files (static libraries and header files).
 
-Package: libspatialite6-dbg
+Package: libspatialite-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
 Priority: extra
-Depends: libspatialite6 (= ${binary:Version}),
+Depends: libspatialite7 (= ${binary:Version}),
          ${misc:Depends}
+Breaks: libspatialite6-dbg (<< 4.3.0~rc0-1~)
+Replaces: libspatialite6-dbg (<< 4.3.0~rc0-1~)
 Description: Geospatial extension for SQLite - debugging symbols
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
  in a way conformant to OpenGis specifications, with both WKT and WKB formats.
diff --git a/debian/libspatialite6.examples b/debian/libspatialite7.examples
similarity index 100%
rename from debian/libspatialite6.examples
rename to debian/libspatialite7.examples
diff --git a/debian/libspatialite6.install b/debian/libspatialite7.install
similarity index 100%
rename from debian/libspatialite6.install
rename to debian/libspatialite7.install
diff --git a/debian/libspatialite6.symbols b/debian/libspatialite7.symbols
similarity index 99%
rename from debian/libspatialite6.symbols
rename to debian/libspatialite7.symbols
index a0a5181..853ae8c 100644
--- a/debian/libspatialite6.symbols
+++ b/debian/libspatialite7.symbols
@@ -1,4 +1,4 @@
-libspatialite.so.6 libspatialite6 #MINVER#
+libspatialite.so.7 libspatialite7 #MINVER#
 #MISSING: 4.1.0# EwktLval at Base 3.0.0
  Ewkt_create_buffer at Base 3.0.0
  Ewkt_delete_buffer at Base 3.0.0
diff --git a/debian/rules b/debian/rules
index 2d3f88a..84f31f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ override_dh_shlibdeps:
 	dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
 
 override_dh_strip:
-	dh_strip --dbg-package=libspatialite6-dbg
+	dh_strip --dbg-package=libspatialite-dbg
 
 override_dh_install:
 	dh_install --list-missing

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



More information about the Pkg-grass-devel mailing list