[routino] 03/03: Rename library packages to include SONAME.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Sep 14 23:06:28 UTC 2015


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

sebastic pushed a commit to branch master
in repository routino.

commit 11d6bc6759a72aad49f2e26e908af2613776ede5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 15 01:00:18 2015 +0200

    Rename library packages to include SONAME.
---
 debian/control                  | 12 ++++++------
 debian/libroutino-dev.install   |  1 +
 debian/libroutino-slim.install  |  1 -
 debian/libroutino-slim0.install |  1 +
 debian/libroutino.install       |  1 -
 debian/libroutino0.install      |  1 +
 6 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index d76fe4c..b327d6e 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Description: Web frontend for routino
  .
  This is the web frontend to the router.
 
-Package: libroutino
+Package: libroutino0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -56,7 +56,7 @@ Description: Routino routing library
  .
  This package provides the libroutino shared library.
 
-Package: libroutino-slim
+Package: libroutino-slim0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -71,8 +71,8 @@ Description: Routino slim routing library
 Package: libroutino-dev
 Architecture: any
 Section: libdevel
-Depends: libroutino (= ${binary:Version}),
-         libroutino-slim (= ${binary:Version}),
+Depends: libroutino0 (= ${binary:Version}),
+         libroutino-slim0 (= ${binary:Version}),
          ${misc:Depends}
 Description: Routino library development headers
  Routino is an application for finding a route between two points
@@ -84,8 +84,8 @@ Description: Routino library development headers
 Package: routino-dbg
 Architecture: any
 Section: debug
-Depends: libroutino (= ${binary:Version}),
-         libroutino-slim (= ${binary:Version}),
+Depends: libroutino0 (= ${binary:Version}),
+         libroutino-slim0 (= ${binary:Version}),
          ${misc:Depends}
 Description: Debug symbols for Routino
  Routino is an application for finding a route between two points
diff --git a/debian/libroutino-dev.install b/debian/libroutino-dev.install
index e43b95c..e183cf9 100644
--- a/debian/libroutino-dev.install
+++ b/debian/libroutino-dev.install
@@ -1 +1,2 @@
 usr/include
+usr/lib/*.so
diff --git a/debian/libroutino-slim.install b/debian/libroutino-slim.install
deleted file mode 100644
index cf19407..0000000
--- a/debian/libroutino-slim.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libroutino-slim.so
diff --git a/debian/libroutino-slim0.install b/debian/libroutino-slim0.install
new file mode 100644
index 0000000..bafc223
--- /dev/null
+++ b/debian/libroutino-slim0.install
@@ -0,0 +1 @@
+usr/lib/libroutino-slim.so.*
diff --git a/debian/libroutino.install b/debian/libroutino.install
deleted file mode 100644
index c7be451..0000000
--- a/debian/libroutino.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libroutino.so
diff --git a/debian/libroutino0.install b/debian/libroutino0.install
new file mode 100644
index 0000000..32c9ea0
--- /dev/null
+++ b/debian/libroutino0.install
@@ -0,0 +1 @@
+usr/lib/libroutino.so.*

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



More information about the Pkg-grass-devel mailing list