Control: tag -1 patch

Hi,

On Sat, 24 Apr 2021 19:03:45 +0200 Chris Hofstaedtler <z...@debian.org>
wrote:

> It appears this was intentional, but the binary package should also
> have been removed:
>
> > vtk6 (6.3.0+dfsg2-7) unstable; urgency=medium
> > * d/*: remove support for QT, no reverse deps, Closes: #975135
>
> Apparently vtk6 also Depends on libvtk6.3-qt for unknown reasons.

This change has been reverted by the maintainer according to the git log
on salsa [1].
The Qt build has been fixed then:

> commit b1230eac41e4c452ee0fbcff309e00197ab4328b
> Author: Anton Gladky <gl...@debian.org>
> Date:   Sat Dec 5 20:06:54 2020 +0100
>
>     Fix FTBFS due to QT. (Closes: #976424, #975135)
>
> commit 19ae6d5343f5e64e94803efe96e4ee2d94a2a1cd
> Author: Anton Gladky <gl...@debian.org>
> Date:   Sat Dec 5 20:03:39 2020 +0100
>
>     Revert "d/*: remove support for QT no reverse deps Closes: #975135"
>    
>     This reverts commit f613678eeaa3f440a5367ffbf8ca10a16ed124b3.

However, since then, the binary package libvtk6.3-qt seems to be empty
but it should contain the /usr/lib/*/*Qt*.so.* files. Another hint that
this is not intentional is that the libvtk6-qt-dev binary package is
correctly populated.

Please find attached the git patch that allows to fix this issue for
releasing bullseye.

[1] https://salsa.debian.org/science-team/vtk6.git

Best regards,

Romain, on behalf of the Debian Salzburg BSP.

>From 4c77fe07c6a8bec617c908f900247e437802bcec Mon Sep 17 00:00:00 2001
From: Romain Porte <micro...@microjoe.org>
Date: Sat, 24 Apr 2021 23:27:50 +0200
Subject: [PATCH] Fix empty libvtk6-qt package by populating it correctly

* Non-maintainer upload.
* Fix empty libvtk6-qt package by populating it correctly.
---
 debian/changelog            | 7 +++++++
 debian/libvtk6.3-qt.install | 1 +
 2 files changed, 8 insertions(+)
 create mode 100644 debian/libvtk6.3-qt.install

diff --git a/debian/changelog b/debian/changelog
index a8c219b7..4870f563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vtk6 (6.3.0+dfsg2-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix empty libvtk6-qt package by populating it correctly. Closes: #987462
+
+ -- Romain Porte <deb...@microjoe.org>  Sat, 24 Apr 2021 23:09:44 +0200
+
 vtk6 (6.3.0+dfsg2-8) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/libvtk6.3-qt.install b/debian/libvtk6.3-qt.install
new file mode 100644
index 00000000..4c7a2dd8
--- /dev/null
+++ b/debian/libvtk6.3-qt.install
@@ -0,0 +1 @@
+usr/lib/*/*Qt*.so.*
-- 
2.30.2

Reply via email to