Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Switch to Python 3.
· 51e335af
Bas Couwenberg
authored
Mar 30, 2019
51e335af
Add patch to fix clean target.
· 22dbec9d
Bas Couwenberg
authored
Mar 30, 2019
22dbec9d
Set distribution to experimental.
· e854fd38
Bas Couwenberg
authored
Mar 30, 2019
e854fd38
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e854fd38
python-pdal (2.1.8+ds-2
) UNRELEASED
; urgency=medium
python-pdal (2.1.8+ds-2
~exp1) experimental
; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Remove package name from lintian overrides.
* Switch to Python 3.
* Add patch to fix clean target.
-- Bas Couwenberg <sebastic@debian.org>
Tue, 25 Dec 2018 23:08:42
+0100
-- Bas Couwenberg <sebastic@debian.org>
Sat, 30 Mar 2019 15:46:16
+0100
python-pdal (2.1.8+ds-1) unstable; urgency=medium
...
...
debian/control
View file @
e854fd38
...
...
@@ -5,25 +5,25 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
cython,
libpdal-dev (>= 1.
8.0
),
libpdal-plugin-python (>= 1.
8.0
),
python-all-dev,
python-numpy,
python-packaging,
python-setuptools
cython
3
,
libpdal-dev (>= 1.
9~
),
libpdal-plugin-python (>= 1.
9~
),
python
3
-all-dev,
python
3
-numpy,
python
3
-packaging,
python
3
-setuptools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-pdal
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-pdal.git
Homepage: https://github.com/PDAL/python
Package: python-pdal
Package: python
3
-pdal
Architecture: any
Section: python
Depends: ${python:Depends},
Depends: ${python
3
:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Point Data Abstraction Library - Python
2
extension
Description: Point Data Abstraction Library - Python extension
PDAL is a BSD licensed library for translating and manipulating point
cloud data of various formats. PDAL can be used to read, write and
translate point cloud data in many formats. Support is included for
...
...
@@ -37,4 +37,4 @@ Description: Point Data Abstraction Library - Python 2 extension
facilities of PCL, but does not in general attempt to duplicate its
capabilities.
.
This package contains the PDAL extension for Python
2
.
This package contains the PDAL extension for Python.
debian/patches/clean-target.patch
0 → 100644
View file @
e854fd38
Description: Don't append library in clean target.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/PDAL/python/pull/24
--- a/setup.py
+++ b/setup.py
@@ -157,7 +157,7 @@
if DEBUG:
extra_compile_args += ['-g','-O0']
# readers.numpy doesn't exist until PDAL 1.8
-if PDALVERSION >= Version('1.8'):
+if PDALVERSION is not None and PDALVERSION >= Version('1.8'):
libraries.append('pdal_plugin_reader_numpy')
if os.name in ['nt']:
debian/patches/series
0 → 100644
View file @
e854fd38
clean-target.patch
debian/rules
View file @
e854fd38
...
...
@@ -8,11 +8,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pdal
%:
dh $@ --with python
2
--buildsystem pybuild --parallel
dh $@ --with python
3
--buildsystem pybuild --parallel
override_dh_install:
dh_install --list-missing
override_dh_python
2
:
dh_python
2
-ppython-pdal
dh_numpy -ppython-pdal
override_dh_python
3
:
dh_python
3
-ppython
3
-pdal
dh_numpy
3
-ppython
3
-pdal
debian/source/lintian-overrides
View file @
e854fd38
# Only a single Python version is supported by PDAL
python-foo-but-no-python3-foo python-pdal
# Not worth the effort
testsuite-autopkgtest-missing