Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
New upstream version 2.1.0+ds
· ae5bff81
Bas Couwenberg
authored
Nov 06, 2018
ae5bff81
Merge tag 'upstream/2.1.0+ds'
· efd455f1
Bas Couwenberg
authored
Nov 06, 2018
Upstream version 2.1.0+ds
efd455f1
New upstream release.
· 8f832171
Bas Couwenberg
authored
Nov 06, 2018
8f832171
Require at least libpdal-dev 1.8.0 and its python plugin.
· e11e82d7
Bas Couwenberg
authored
Nov 06, 2018
e11e82d7
Set distribution to experimental.
· 5e4b9a12
Bas Couwenberg
authored
Nov 06, 2018
5e4b9a12
Show whitespace changes
Inline
Side-by-side
PKG-INFO
View file @
5e4b9a12
Metadata-Version: 1.2
Name: PDAL
Version: 2.1.0
rc3
Version: 2.1.0
Summary: Point cloud data processing
Home-page: http://pdal.io
Author: Howard Butler
...
...
VERSION.txt
View file @
5e4b9a12
2.1.0rc3
\ No newline at end of file
2.1.0
\ No newline at end of file
debian/changelog
View file @
5e4b9a12
python-pdal (2.1.0
~rc3
+ds-1
) UNRELEASED
; urgency=medium
python-pdal (2.1.0+ds-1
~exp1) experimental
; urgency=medium
* New upstream release
candidate
.
* New upstream release.
* Bump Standards-Version to 4.2.1, no changes.
* Drop autopkgtests to test installability & module import.
* Add lintian override for testsuite-autopkgtest-missing.
* Update copyright years for Howard Butler.
* Remove package name from lintian overrides.
* Require at least libpdal-dev 1.8
~
and its python plugin.
* Require at least libpdal-dev 1.8
.0
and its python plugin.
-- Bas Couwenberg <sebastic@debian.org> T
h
u, 0
1
Nov 2018 1
4:23:07
+0100
-- Bas Couwenberg <sebastic@debian.org> Tu
e
, 0
6
Nov 2018 1
5:49:19
+0100
python-pdal (2.0.0+ds-2) unstable; urgency=medium
...
...
debian/control
View file @
5e4b9a12
...
...
@@ -6,8 +6,8 @@ Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
cython,
libpdal-dev (>= 1.8
~
),
libpdal-plugin-python (>= 1.8
~
),
libpdal-dev (>= 1.8
.0
),
libpdal-plugin-python (>= 1.8
.0
),
python-all-dev,
python-numpy,
python-packaging,
...
...
pdal/__init__.py
View file @
5e4b9a12
__version__
=
'
2.1.0
rc3
'
__version__
=
'
2.1.0
'
from
.pipeline
import
Pipeline
from
.array
import
Array
...
...