[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919
David Paleino
dapal at debian.org
Sat Dec 1 19:41:45 UTC 2012
The following commit has been merged in the master branch:
commit bda88cee5a12ec28976d175f3c57e10124e9e313
Author: David Paleino <dapal at debian.org>
Date: Thu Nov 29 21:44:19 2012 +0100
SONAME bump: from libspatialite3 to libspatialite5.
diff --git a/debian/changelog b/debian/changelog
index 1e0385a..2e88455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ spatialite (4.0.0-1) UNRELEASED; urgency=low
* Debhelper compatibility bumped to 9.
* Standards-Version bump to 3.9.4, no changes needed.
* Also build a debugging symbols package: libspatialite3-dbg.
+ * SONAME bump: from libspatialite3 to libspatialite5.
- -- David Paleino <dapal at debian.org> Thu, 04 Oct 2012 11:40:53 +0200
+ -- David Paleino <dapal at debian.org> Thu, 29 Nov 2012 21:43:17 +0100
spatialite (3.1.0~rc2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 83f1714..74367d0 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: http://www.gaia-gis.it/spatialite/
Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git
-Package: libspatialite3
+Package: libspatialite5
Architecture: any
Section: libs
Breaks: spatialite-bin (<< 3.0.0-1~)
@@ -40,7 +40,7 @@ Package: libspatialite-dev
Architecture: any
Section: libdevel
Depends:
- libspatialite3 (= ${binary:Version})
+ libspatialite5 (= ${binary:Version})
, ${shlibs:Depends}
, ${misc:Depends}
, libsqlite3-dev (>= 3.3.6)
@@ -54,11 +54,11 @@ Description: Geospatial extension for SQLite - development files
.
This package contains development (static libraries and header files).
-Package: libspatialite3-dbg
+Package: libspatialite5-dbg
Architecture: any
Section: debug
Depends:
- libspatialite3 (= ${binary:Version})
+ libspatialite5 (= ${binary:Version})
, ${shlibs:Depends}
, ${misc:Depends}
Description: Geospatial extension for SQLite - debugging symbols
diff --git a/debian/libspatialite3.install b/debian/libspatialite5.install
similarity index 100%
rename from debian/libspatialite3.install
rename to debian/libspatialite5.install
diff --git a/debian/libspatialite3.symbols b/debian/libspatialite5.symbols
similarity index 100%
rename from debian/libspatialite3.symbols
rename to debian/libspatialite5.symbols
diff --git a/debian/rules b/debian/rules
index 29bf22f..8fc5089 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,4 +37,4 @@ override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
override_dh_strip:
- dh_strip --dbg-package=libspatialite3-dbg
+ dh_strip --dbg-package=libspatialite5-dbg
--
geospatial extension for SQLite
More information about the Pkg-grass-devel
mailing list