[routino] 09/13: Add packages for routino shared libraries.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Sep 13 22:33:08 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 ca5c7dca300df96a6af8c33a4cce286f82dda1bf
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 13 18:11:27 2015 +0200

    Add packages for routino shared libraries.
---
 debian/changelog               |  1 +
 debian/control                 | 34 ++++++++++++++++++++++++++++++++++
 debian/libroutino-dev.install  |  1 +
 debian/libroutino-slim.install |  1 +
 debian/libroutino.install      |  1 +
 5 files changed, 38 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8e03307..dbd87fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ routino (3.0-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Override dh_install to use --list-missing.
   * Refresh patches, mark as Forwarded: not-needed.
+  * Add packages for routino shared libraries.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 13 Sep 2015 10:47:14 +0200
 
diff --git a/debian/control b/debian/control
index cb0bdd5..d47d969 100644
--- a/debian/control
+++ b/debian/control
@@ -42,3 +42,37 @@ Description: Web frontend for routino
  .
  This is the web frontend to the router.
 
+Package: libroutino
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Routino routing library
+ Routino is an application for finding a route between two points
+ using the dataset of topographical information collected by
+ OpenStreetMap
+ .
+ This package provides the libroutino shared library.
+
+Package: libroutino-slim
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Routino slim routing library
+ Routino is an application for finding a route between two points
+ using the dataset of topographical information collected by
+ OpenStreetMap
+ .
+ This package provides the libroutino-slim shared library.
+
+Package: libroutino-dev
+Architecture: any
+Depends: libroutino (= ${binary:Version}),
+         libroutino-slim (= ${binary:Version}),
+         ${misc:Depends}
+Description: Routino library development headers
+ Routino is an application for finding a route between two points
+ using the dataset of topographical information collected by
+ OpenStreetMap
+ .
+ This package provides the routino headers.
+
diff --git a/debian/libroutino-dev.install b/debian/libroutino-dev.install
new file mode 100644
index 0000000..e43b95c
--- /dev/null
+++ b/debian/libroutino-dev.install
@@ -0,0 +1 @@
+usr/include
diff --git a/debian/libroutino-slim.install b/debian/libroutino-slim.install
new file mode 100644
index 0000000..cf19407
--- /dev/null
+++ b/debian/libroutino-slim.install
@@ -0,0 +1 @@
+usr/lib/libroutino-slim.so
diff --git a/debian/libroutino.install b/debian/libroutino.install
new file mode 100644
index 0000000..c7be451
--- /dev/null
+++ b/debian/libroutino.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