From df37aaf7189ebfb2f9ed665146796f98bd4953eb Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Thu, 31 Mar 2022 19:14:24 +0200 Subject: Commit Debian 3.0 (quilt) metadata [dgit (9.15) quilt-fixup] --- debian/patches/series | 1 + debian/patches/update-for-vtk-9.1.patch | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 debian/patches/update-for-vtk-9.1.patch 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 +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) -- cgit v1.2.3