Your message dated Wed, 13 Apr 2022 09:17:13 +0200
with message-id <[email protected]>
and subject line Re: paraview: Don't depend on PDAL
has caused the Debian Bug report #1007129,
regarding paraview: Don't depend on PDAL
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1007129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007129
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: paraview
Version: 5.10.0~rc1-1
Severity: important
Tags: patch
Dear Maintainer,
Your package build depends on PDAL, which is going to be removed.
The attached patch fixes the issue by dropping the package from the build
dependencies.
Kind Regars,
Bas
diff -Nru paraview-5.10.0~rc1/debian/changelog
paraview-5.10.0~rc1/debian/changelog
--- paraview-5.10.0~rc1/debian/changelog 2021-11-09 16:33:30.000000000
+0100
+++ paraview-5.10.0~rc1/debian/changelog 2022-03-11 17:55:45.000000000
+0100
@@ -1,3 +1,10 @@
+paraview (5.10.0~rc1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop PDAL from build dependencies, the package will be removed.
+
+ -- Bas Couwenberg <[email protected]> Fri, 11 Mar 2022 17:55:45 +0100
+
paraview (5.10.0~rc1-1) unstable; urgency=medium
* New upstream release
diff -Nru paraview-5.10.0~rc1/debian/control paraview-5.10.0~rc1/debian/control
--- paraview-5.10.0~rc1/debian/control 2021-11-09 16:33:30.000000000 +0100
+++ paraview-5.10.0~rc1/debian/control 2022-03-11 17:55:16.000000000 +0100
@@ -12,7 +12,6 @@
libopengl-dev,
libqt5opengl5-dev,
libqt5x11extras5-dev,
- libpdal-dev,
liblz4-dev,
qttools5-dev,
qttools5-dev-tools,
diff -Nru paraview-5.10.0~rc1/debian/rules paraview-5.10.0~rc1/debian/rules
--- paraview-5.10.0~rc1/debian/rules 2021-11-09 16:33:30.000000000 +0100
+++ paraview-5.10.0~rc1/debian/rules 2022-03-11 17:55:38.000000000 +0100
@@ -74,7 +74,6 @@
-DPARAVIEW_USE_PYTHON=ON \
-DPARAVIEW_ENABLE_VISITBRIDGE=OFF \
-DPARAVIEW_ENABLE_GDAL=ON \
- -DPARAVIEW_ENABLE_PDAL=ON \
-DPARAVIEW_ENABLE_XDMF3=ON \
-DPARAVIEW_ENABLE_MOTIONFX=ON \
-DPARAVIEW_PLUGIN_ENABLE_EyeDomeLighting=ON \
--- End Message ---
--- Begin Message ---
fixed 1007129 paraview/5.10.1-1
thanks
On 3/11/22 18:34, Bas Couwenberg wrote:
Your package build depends on PDAL, which is going to be removed.
The attached patch fixes the issue by dropping the package from the build
dependencies.
This was fixed in paraview (5.10.1-1) but it contained a typo in the
changelog:
* Don't depend on PDAL. Clases: #1007129, #1006910
#1006910 shouldn't be closed by paraview as it's assigned to src:pdal.
Kind Regards,
Bas
--
GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
--- End Message ---