Your message dated Sun, 08 Mar 2020 23:34:14 +0000
with message-id <e1jb5r0-000bou...@fasolo.debian.org>
and subject line Bug#874915: fixed in heimdall-flash 1.4.2+dfsg-1
has caused the Debian Bug report #874915,
regarding [heimdall-flash] Future Qt4 removal from Buster
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 ow...@bugs.debian.org
immediately.)


-- 
874915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874915
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: heimdall-flash
Version: 1.4.1-2
Severity: wishlist
User: debian-qt-...@lists.debian.org
Usertags: qt4-removal


Hi! As you might know we the Qt/KDE team are preparing to remove Qt4
as [announced] in:

[announced] 
<https://lists.debian.org/debian-devel-announce/2017/08/msg00006.html>

Currently Qt4 has been dead upstream and we are starting to have problems
maintaining it, like for example in the [OpenSSL 1.1 support] case.

[OpenSSL 1.1 support] <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828522>

In order to make this move, all packages directly or indirectly depending on
the Qt4 libraries have to either get ported to Qt5 or eventually get
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a Qt5
port of your application
- if there are no activities regarding porting, investigate whether there are
suitable alternatives for your users
- if there is a Qt5 port that is not yet packaged, consider packaging it
- if both the Qt4 and the Qt5 versions already coexist in the Debian
archives, consider removing the Qt4 version

= Porting =

Some of us where involved in various Qt4 to Qt5 migrations [migration] and we
know for sure that porting stuff from Qt4 to Qt5 is much much easier and less
painful than it was from Qt3 to Qt4.

We also understand that there is still a lot of software still using Qt4.

Don't forget to take a look at the C++ API changes page [apichanges] whenever
you start porting your application.

[migration] http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html
[apichanges] http://doc.qt.io/qt-5/sourcebreaks.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE
team at debian-qt-...@lists.debian.org

The removal is being tracked in <https://wiki.debian.org/Qt4Removal>

Lisandro,
on behalf of the Qt4 maintainers

--- End Message ---
--- Begin Message ---
Source: heimdall-flash
Source-Version: 1.4.2+dfsg-1
Done: Nicholas D Steeves <nstee...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
heimdall-flash, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 874...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicholas D Steeves <nstee...@gmail.com> (supplier of updated heimdall-flash 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 08 Mar 2020 17:53:20 -0400
Source: heimdall-flash
Architecture: source
Version: 1.4.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Nicholas D Steeves <nstee...@gmail.com>
Changed-By: Nicholas D Steeves <nstee...@gmail.com>
Closes: 800573 872788 874915 946706
Changes:
 heimdall-flash (1.4.2+dfsg-1) unstable; urgency=medium
 .
   [Nicholas D Steeves]
   * Salvage heimdall-flash. (Closes: #946706)
   * Set myself as Maintainer.
   * New upstream release. (Closes: #872788)
     - Ben Hutchings, Matt Taggart, Mathias Behrle, and Michal Suchanek
       confirmed that this release solves issues with downloading a device's
       PIT. (Closes: #800573)
   * Build with Qt5. (Closes: #874915)
   * Add gbp.conf.
   * Drop remove-largefile-define.diff, to test if it is still needed.  The
     upstream build system now uses qmake via CMake, rather than directly
     using the native Qt build system, heimdall-frontend.pro has
     disappeared, and CMakeLists.txt:L48 appends QT_LARGEFILE_SUPPORT to
     COMPILE_DEFINITIONS.  Given Marcin's description and confirmation with
     Lisandro about QT_LARGEFILE_SUPPORT in Debian, it's unclear whether or
     not patching out QT_LARGEFILE_SUPPORT is still required.
   * Switch to debhelper-compat 12.  Cut "--parallel" from rules, because
     it is enabled by default with this dh version.
   * Drop all overrides from rules.
   * Drop get-orig-source from rules, because it does not appear to have
     been used since 1.4~rc1+dfsg-1, because it uses the old github remote,
     and because I do not want to maintain it.
   * Add CMake as a build-dep.
   * Modify heimdall-flash.install and heimdall-flash-frontend.install to
     source binaries from CMake build dir.
   * Update Vcs links to use the Debian project on salsa.
   * Override dh_auto_install to build man page from Linux README, and add
     txt2man as a build-dep.
   * Drop the version qualifier for libusb-1.0-0-dev build-dep, because
     even oldoldstable has the minimum required version of 2:1.0.19-1.
   * Install man page using heimdall-flash.manpages
   * Provide a man page for heimdall-frontend using
     heimdall-flash-frontend.links
   * Copyright: Use secure URLs.
   * Copyright: Add Steve Langasek and myself for debian/*
   * Rules: Stop parsing the changelog and instead use pkg-info.mk to get
     DEB_VERSION_UPSTREAM.
   * Declare Standards-Version: 4.5.0
     - Change Priority extra to optional.
   * Add lintian override for "appstream-metadata-missing-modalias-provide".
     See lintian-overrides for rationale.  Thanks to Moritz Mühlenhoff for the
     review and discussion on this package's lint.
   * Add zadig.exe to copyright's Files-Excluded, add +dfsg suffix to version,
     and adjust watch file for a DFSG-repacked orig.tarball.
   * Add Lintian override for hardening-no-bindnow.  See
     debian/lintian-overrides for rationale.
 .
   [Felix Lechner and Nicholas D Steeves]
   * Update watch file to use new gitlab.com upstream.
Checksums-Sha1:
 9f76a51c155432cfc044fe6db24a40547cade687 2100 heimdall-flash_1.4.2+dfsg-1.dsc
 2f7d7b5fa5fa930d5a253b079642f02854adf715 59208 
heimdall-flash_1.4.2+dfsg.orig.tar.xz
 b039adc9d46657d8706edb15221dfe1cfdf4cd52 4592 
heimdall-flash_1.4.2+dfsg-1.debian.tar.xz
 fa4919f1820eba54017e1a3d0520fcfa5f0d4c14 10858 
heimdall-flash_1.4.2+dfsg-1_source.buildinfo
Checksums-Sha256:
 0a6a4923efcf8474af62f8375bfbd57f64f074d4ef77b64bc96117eb97dd63c9 2100 
heimdall-flash_1.4.2+dfsg-1.dsc
 5cdf964b433257b163da643a8e6dddf73f3719d9a0619e87e8f3c6d8c90d6c99 59208 
heimdall-flash_1.4.2+dfsg.orig.tar.xz
 f017a65002b2a7f5be00f38b1d1173eeec6efa32d7860accf658cc2959ca9b14 4592 
heimdall-flash_1.4.2+dfsg-1.debian.tar.xz
 2e75af1e541ce8e28f1910fb59953c3dbe78ec927c13a9e8fc53df7ff6703a7c 10858 
heimdall-flash_1.4.2+dfsg-1_source.buildinfo
Files:
 7c092bbf9d4783fcb8de4ad6b91b73cb 2100 devel optional 
heimdall-flash_1.4.2+dfsg-1.dsc
 907cdd838fb60d42dd6213071f514da4 59208 devel optional 
heimdall-flash_1.4.2+dfsg.orig.tar.xz
 f195aba06f08835a434f4fb0b74a0b2b 4592 devel optional 
heimdall-flash_1.4.2+dfsg-1.debian.tar.xz
 90d6e5030e33952477001c125a61d671 10858 devel optional 
heimdall-flash_1.4.2+dfsg-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5le1UACgkQweDZLphv
fH79YhAAlPJm0wuMsIwWhF5h3Qei5vAoQhH4+At2zOF5mW+yIC4m8qPJTHZ6UP8N
vW/kRDLxekFbm0utIpDtUQcyNcuqYKuRTJ/d1s14+qIjIC22nL8Gu/zYGKR3TJYg
Ca1fXQ1M8lG3JNTmSsBjrUCDntJwSgbE/UnDlZVPgQfFWeRbSboJ4n+FsEDgsDuq
w1t5RGL1A5fKdyxD7zD7/zHWVqNIlqBbNia96riqdnmAQzjMAVliFeU/QMjSv+bI
Zzw+3q+j0nbFMGgX3SX6bsD0aL70McCN+bzCStMju+zKcPqtP64wM9d7Aii/m+tm
wp05dAy7kdHO/LKGEDmXF80JqHd/KztoLuS7rXXe/2KkxUTtmhndSMOdD1CEEoW9
jQrCrBte1kFizDfmYFLfK3AHMk/ImeTCjwn6jrGqQdOuMulWRikjn1heeX8obI00
XFju9LlBPWbqQ0XhBA+dwmxMC8nJHk9GYMcgsKb5DdW1Ew9fbdVpZDJClqfQcqJx
Sr94EEASBI4UVhsaS26QiPhfkYN+8+Loe75hAv8zpblxUwqRt21iiRK39uQNYUPD
bBjpHzOK/Kc2pnRbaPDgTWOTFiZp9DymbKs+j/NcVcwyWv0K09kGgz+PbFoJMnZZ
bTZkJTCigez2uoVmxiCVbJoLfAdx3iPGg/byGNKOaRWK10ZRRYE=
=knmm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to