From 6f5703a5fe3d184fbe56050c3bf927603ea57c1b Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 15 Oct 2014 12:55:40 +0200 Subject: [PATCH] remove whitespace from package description --- cmake/CPackDebianConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CPackDebianConfig.cmake b/cmake/CPackDebianConfig.cmake index 065c42900..1d4b9b36a 100644 --- a/cmake/CPackDebianConfig.cmake +++ b/cmake/CPackDebianConfig.cmake @@ -32,7 +32,7 @@ SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Dennis Luxen ") SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional") SET(CPACK_DEBIAN_PACKAGE_SECTION "devel") SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Open Source Routing Machine (OSRM) is a high-performance routing engine. - It combines sophisticated routing algorithms with the open and free data of the OpenStreetMap." +It combines sophisticated routing algorithms with the open and free data of the OpenStreetMap." ) SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6-dev, libprotobuf-dev, libosmpbf-dev, libbz2-1.0, libstxxl1, libxml2, libzip2, liblua5.1-0, libtbb2, libboost-all-dev")