summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Sprickerhof <git@jochen.sprickerhof.de>2022-03-31 19:14:24 +0200
committerJochen Sprickerhof <git@jochen.sprickerhof.de>2022-03-31 19:14:24 +0200
commitdf37aaf7189ebfb2f9ed665146796f98bd4953eb (patch)
tree8ed91f88aeb75a2770be43c28f169040bf7ac723
parent040a0d033bc909736cb04d3fc2f9412588d24672 (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (9.15) quilt-fixup]
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/update-for-vtk-9.1.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 0f1ff82..d0d28e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ add-support-for-pcl-1.10.patch
use-pcl-1.11-api.patch
support-for-pcl-1.12.patch
fix-deprecated-collections-import-since-.patch
+update-for-vtk-9.1.patch
diff --git a/debian/patches/update-for-vtk-9.1.patch b/debian/patches/update-for-vtk-9.1.patch
new file mode 100644
index 0000000..37bf94e
--- /dev/null
+++ b/debian/patches/update-for-vtk-9.1.patch
@@ -0,0 +1,20 @@
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Thu, 31 Mar 2022 18:54:49 +0200
+X-Dgit-Generated: 0.3.0~rc1+dfsg-11 040a0d033bc909736cb04d3fc2f9412588d24672
+Subject: Update for VTK 9.1
+
+Closes: #1008731
+
+---
+
+--- python-pcl-0.3.0~rc1+dfsg.orig/setup.py
++++ python-pcl-0.3.0~rc1+dfsg/setup.py
+@@ -546,7 +546,7 @@ else:
+ # ext_args['include_dirs'].append('/usr/include/vtk')
+ # ext_args['include_dirs'].append('/usr/local/include/vtk')
+ # pcl 1.7(Ubuntu)
+- ext_args['include_dirs'].append('/usr/include/vtk-9.0')
++ ext_args['include_dirs'].append('/usr/include/vtk-9.1')
+ ext_args['library_dirs'].append('/usr/lib')
+ # ext_args['libraries'].append('libvtk*.so')
+ # pcl 1.8.1(MacOSX)