[osm2pgsql] 07/18: Switch to CMake buildsystem.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Feb 27 15:33:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osm2pgsql.
commit 37b7c1d581cd5612350aad71356481cfdb8b4415
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Feb 27 14:55:19 2016 +0100
Switch to CMake buildsystem.
---
debian/changelog | 1 +
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e07903f..33bb23b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ osm2pgsql (0.90.0~rc1-1) UNRELEASED; urgency=medium
* New upstream release candidate.
* Update Vcs-Git URL to use HTTPS.
* Update Homepage & Donation URLs to use HTTPS.
+ * Switch to CMake buildsystem.
-- Bas Couwenberg <sebastic at debian.org> Sat, 27 Feb 2016 14:42:05 +0100
diff --git a/debian/control b/debian/control
index d01888d..065e252 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+ cmake,
libboost-dev,
libboost-system-dev,
libboost-filesystem-dev,
diff --git a/debian/rules b/debian/rules
index fa13a9e..0df5954 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ CXXFLAGS += $(CPPFLAGS)
%:
dh $@ \
- --with autoreconf \
+ --buildsystem cmake \
--parallel
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git
More information about the Pkg-grass-devel
mailing list