[osrm] 08/14: Add osrm-dev package with development files.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Dec 26 00:51:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osrm.
commit b0aa4d476fb722ceed8adf93a49f005fd59db570
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Dec 25 21:01:35 2015 +0100
Add osrm-dev package with development files.
---
debian/changelog | 1 +
debian/control | 12 ++++++++++++
debian/osrm-dev.install | 3 +++
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6dcc17c..0726edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ osrm (4.9.0+ds-1) UNRELEASED; urgency=medium
* Add license & copyright for fast-cpp-csv-parser to copyright file.
* Refresh patches.
* Use renamed CMake option (WITH_TOOLS -> BUILD_TOOLS).
+ * Add osrm-dev package with development files.
-- Bas Couwenberg <sebastic at debian.org> Fri, 25 Dec 2015 18:44:15 +0100
diff --git a/debian/control b/debian/control
index bacc1cb..8f6890c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Christopher Baines <mail at cbaines.net>,
Section: misc
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
+ dh-exec,
dh-systemd,
cmake,
libboost-dev,
@@ -60,3 +61,14 @@ Description: tools for use with osrm
This package contains the component analisis (osrm-components) tool
which generates statistics and a shapefile for unroutable roads in the OSM
data.
+
+Package: osrm-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSRM development files
+ The Open Source Routing Machine (OSRM) is a C++ implementation of a
+ high-performance routing engine for shortest paths in road networks.
+ .
+ This package contains the OSRM development files.
+
diff --git a/debian/osrm-dev.install b/debian/osrm-dev.install
new file mode 100755
index 0000000..8bf1ff2
--- /dev/null
+++ b/debian/osrm-dev.install
@@ -0,0 +1,3 @@
+#!/usr/bin/dh-exec
+usr/include/
+usr/lib/* usr/lib/${DEB_HOST_MULTIARCH}/
--
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