[routino] 01/02: Move XML files to routino-common package and have routino & libroutino{, -slim} depend on it.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Sep 17 21:39:24 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 63386b3861c0dcb7d151eec9c5de7ae6468ce3ed
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Sep 17 23:28:09 2015 +0200

    Move XML files to routino-common package and have routino & libroutino{,-slim} depend on it.
---
 debian/changelog              |  7 +++++++
 debian/control                | 19 ++++++++++++++++---
 debian/routino-common.install |  1 +
 debian/routino.install        |  1 -
 4 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ebaf95..8b2ddf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+routino (3.0-2) UNRELEASED; urgency=medium
+
+  * Move XML files to routino-common package and have routino &
+    libroutino{,-slim} depend on it.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 17 Sep 2015 23:27:02 +0200
+
 routino (3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 651fe2a..cdeba0b 100644
--- a/debian/control
+++ b/debian/control
@@ -23,13 +23,24 @@ Homepage: http://www.routino.org/
 
 Package: routino
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: routino-common,
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: Set of tools to find a path between two points
  Routino is an application for finding a route between two points
  using the dataset of topographical information collected by
  OpenStreetMap
 
+Package: routino-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Routino data
+ Routino is an application for finding a route between two points
+ using the dataset of topographical information collected by
+ OpenStreetMap
+ .
+ This package provides the common data for Routino.
+
 Package: routino-www
 Architecture: all
 Section: web
@@ -49,7 +60,8 @@ Description: Web frontend for routino
 Package: libroutino0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
+Depends: routino-common,
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: Routino routing library
  Routino is an application for finding a route between two points
@@ -61,7 +73,8 @@ Description: Routino routing library
 Package: libroutino-slim0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
+Depends: routino-common,
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: Routino slim routing library
  Routino is an application for finding a route between two points
diff --git a/debian/routino-common.install b/debian/routino-common.install
new file mode 100644
index 0000000..6e9572d
--- /dev/null
+++ b/debian/routino-common.install
@@ -0,0 +1 @@
+usr/share/routino/*.xml
diff --git a/debian/routino.install b/debian/routino.install
index 17f0b8c..ed424a6 100644
--- a/debian/routino.install
+++ b/debian/routino.install
@@ -1,3 +1,2 @@
 usr/bin
 usr/share/doc/routino
-usr/share/routino/*.xml

-- 
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