[libterralib] 06/07: Include SOVERSION in library package name.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon Aug 3 18:25:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libterralib.
commit a62067152a5026a9e997f4ab4766b78d60336598
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Aug 2 02:02:21 2015 +0200
Include SOVERSION in library package name.
---
debian/changelog | 2 ++
debian/control | 10 +++++-----
debian/rules | 6 +++---
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 208b296..d61bd32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libterralib (4.3.0+dfsg.1-3) UNRELEASED; urgency=medium
* Add Vcs-Browser & Vcs-Git URLs for new git repository on Alioth.
* Add gbp.conf to use pristine-tar by default.
* Restructure control file with cme.
+ * Include SOVERSION in library package name.
+ (closes: #701143)
-- Bas Couwenberg <sebastic at debian.org> Sun, 02 Aug 2015 01:08:50 +0200
diff --git a/debian/control b/debian/control
index d503c4c..cbf6dcf 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Package: libterralib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libterralib (= ${binary:Version}),
+Depends: libterralib3 (= ${binary:Version}),
${misc:Depends}
Suggests: libterralib-doc
Conflicts: libterralib1-dev,
@@ -39,7 +39,7 @@ Description: C++ library for Geographical Information Systems -- development pac
.
This package contains development files for terralib.
-Package: libterralib
+Package: libterralib3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
@@ -47,9 +47,9 @@ Depends: ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends}
Suggests: libterralib-doc
Conflicts: libterralib1c2a,
- libterralib3
Replaces: libterralib1c2a,
- libterralib3
+ libterralib (<< 4.3.0+dfsg.1-3~)
+Breaks: libterralib (<< 4.3.0+dfsg.1-3~)
Description: C++ library for Geographical Information Systems
TerraLib enables quick development of custom-built geographical applications
using spatial databases. As a research tool, TerraLib is aimed at providing a
@@ -65,7 +65,7 @@ Package: libterralib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Recommends: libterralib
+Recommends: libterralib3
Replaces: libterralib3-doc
Description: C++ library for Geographical Information Systems -- documentation package
TerraLib enables quick development of custom-built geographical applications
diff --git a/debian/rules b/debian/rules
index b07b1eb..b5e98ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,9 @@ override_dh_auto_build:
override_dh_auto_install:
dh_install
# Install into Multarch directories
- dh_install -p libterralib Release/linux-g++/libterralib.so.* usr/lib/$(DEB_HOST_MULTIARCH)
- dh_install -p libterralib Release/linux-g++/libte_utils.so.* usr/lib/$(DEB_HOST_MULTIARCH)
- dh_install -p libterralib Release/linux-g++/libte_functions.so.* usr/lib/$(DEB_HOST_MULTIARCH)
+ dh_install -p libterralib3 Release/linux-g++/libterralib.so.* usr/lib/$(DEB_HOST_MULTIARCH)
+ dh_install -p libterralib3 Release/linux-g++/libte_utils.so.* usr/lib/$(DEB_HOST_MULTIARCH)
+ dh_install -p libterralib3 Release/linux-g++/libte_functions.so.* usr/lib/$(DEB_HOST_MULTIARCH)
dh_install -p libterralib-dev libterralib.a usr/lib/$(DEB_HOST_MULTIARCH)
dh_install -p libterralib-dev libte_utils.a usr/lib/$(DEB_HOST_MULTIARCH)
dh_install -p libterralib-dev libte_functions.a usr/lib/$(DEB_HOST_MULTIARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libterralib.git
More information about the Pkg-grass-devel
mailing list