X-Debbugs-CC: Gürkan Myczko <gur...@phys.ethz.ch>

Dear Gürkan,

On Thu, 28 Nov 2019 20:50:08 +0000 nodiscc <nodi...@gmail.com> wrote:
> Thqnk you, is there any chance for this fix to land in Debian stable?
> Or do we have to wait for the next release (i believe it will be
> available in stable due to the high severity)

I am proposing to fix this bug in Stable via stable-proposed-updates mechanism
(https://www.debian.org/releases/proposed-updates). The full diff is as
follows. I have tested and this surely fixes Debian Bug 945602.

Please let me know if that works for you. I can help to initiate the pu
process and make upload onto p-u-new queue if everything is okay.

Thanks and looking forward to your reply.

-- 
Best,
Boyuan Yang



diff --git a/debian/changelog b/debian/changelog
index bff76ce..caab792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qwinff (0.2.1-1+deb10u1) buster; urgency=medium
+
+  * debian/rules: Export DATA_PATH to fix crashing caused by
+    incorrect file detection. (Closes: #945602)
+
+ -- Boyuan Yang <by...@debian.org>  Mon, 02 Dec 2019 16:50:26 -0500
+
 qwinff (0.2.1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #731153)
diff --git a/debian/rules b/debian/rules
index fef1c1c..48d906a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export QTDIR=/usr/share/qt5
 export QT_SELECT=qt5
+export DATA_PATH=\"/usr/share/qwinff/\"
 
 %:
        dh $@

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to