[osrm] 05/06: Add dependency on lsb-base for init-functions.

Bas Couwenberg sebastic at debian.org
Mon Oct 10 15:06:46 UTC 2016


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

sebastic pushed a commit to branch master
in repository osrm.

commit 9bd5369c540dbf0e6849bf97f07814d915fa9b37
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Oct 10 16:46:53 2016 +0200

    Add dependency on lsb-base for init-functions.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f7c0079..3eaab65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osrm (5.4.1+ds-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Add dependency on lsb-base for init-functions.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 10 Oct 2016 16:28:32 +0200
 
diff --git a/debian/control b/debian/control
index da3c8cb..ee88c3c 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,8 @@ Homepage: http://project-osrm.org/
 
 Package: osrm
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: lsb-base (>= 3.0-6),
+         ${shlibs:Depends},
          ${misc:Depends}
 Suggests: osrm-tools
 Pre-Depends: adduser

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



More information about the Pkg-grass-devel mailing list