Skip to content
Commits on Source (11)
liblas (1.8.1-7) UNRELEASED; urgency=medium
* Update copyright-format URL to use HTTPS.
* Fix deprecated source override location.
* Update watch file to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Bump Standards-Versiont to 4.1.4, no changes.
* Require at least libgdal-dev 2.3.0~ for experimental builds.
* Add patch to use C++11 for compatibility with GDAL 2.3.0.
-- Bas Couwenberg <sebastic@debian.org> Sat, 20 Jan 2018 22:08:28 +0100
liblas (1.8.1-6) unstable; urgency=medium
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sun, 17 Dec 2017 12:36:23 +0100
liblas (1.8.1-6~exp1) experimental; urgency=medium
* Strip trailing whitespace from changelog.
......
......@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
cmake,
chrpath,
libgeotiff-dev,
libgdal-dev (>= 2.2.3),
libgdal-dev (>= 2.3.0~),
libtiff-dev,
libboost-dev,
libboost-filesystem-dev,
......@@ -25,9 +25,9 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/liblas.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/liblas.git -b experimental
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/liblas
Vcs-Git: https://salsa.debian.org/debian-gis-team/liblas.git -b experimental
Homepage: http://liblas.org/
X-Python-Version: >= 2.5
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: LibLAS
Upstream-Contact: libLAS developers <liblas-devel@lists.osgeo.org>
Source: http://download.osgeo.org/liblas/
Source: https://download.osgeo.org/liblas/
Files: *
Copyright: 2007, Martin Isenburg <isenburg@cs.unc.edu>
......
Description: Use C++11 for compatibility with GDAL 2.3.0.
Author: Bas Couwenberg <sebastic@debian.org>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,7 +155,7 @@ else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${LIBLAS_COMMON_CXX_FLAGS}")
if (CMAKE_COMPILER_IS_GNUCXX)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++98 -ansi")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
endif()
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" OR "${CMAKE_CXX_COMPILER}" MATCHES "clang")
# download.osgeo.org is not available via HTTPS
liblas source: debian-watch-uses-insecure-uri *
# Only a single Python version is supported during the build
liblas source: python-foo-but-no-python3-foo python-liblas
......@@ -2,5 +2,5 @@ version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
http://download.osgeo.org/liblas/ \
https://download.osgeo.org/liblas/ \
(?:.*?/)?(?:libLAS)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))