> Alas, with the new thunderbird upload, the extension stopped working again.
NMU in delayed/2; debdiff attached. Please yell if anything... Meow! -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢰⠒⠀⣿⡁ 10 people enter a bar: 1 who understands binary, ⢿⡄⠘⠷⠚⠋⠀ 1 who doesn't, D who prefer to write it as hex, ⠈⠳⣄⠀⠀⠀⠀ and 1 who narrowly avoided an off-by-one error.
diff -Nru firetray-0.6.1+dfsg/debian/changelog firetray-0.6.1+dfsg/debian/changelog --- firetray-0.6.1+dfsg/debian/changelog 2018-09-17 00:58:46.000000000 +0200 +++ firetray-0.6.1+dfsg/debian/changelog 2018-10-13 23:49:59.000000000 +0200 @@ -1,3 +1,11 @@ +firetray (0.6.1+dfsg-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Bump supported version of Thunderbird to 62.9999, to work with future + point releases until that. + + -- Adam Borowski <[email protected]> Sat, 13 Oct 2018 23:49:59 +0200 + firetray (0.6.1+dfsg-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru firetray-0.6.1+dfsg/debian/patches/0005-TB-version.patch firetray-0.6.1+dfsg/debian/patches/0005-TB-version.patch --- firetray-0.6.1+dfsg/debian/patches/0005-TB-version.patch 1970-01-01 01:00:00.000000000 +0100 +++ firetray-0.6.1+dfsg/debian/patches/0005-TB-version.patch 2018-10-13 23:49:54.000000000 +0200 @@ -0,0 +1,17 @@ +Description: bump TB versions + Current thunderbird in unstable, 60.2.1-1, already fails the version check. + The newest reported version that Firetray works with is 62; let's use + "62.9999" then (no idea if there's some equivalent of ~ for Mozilla). +Author: Adam Borowski <[email protected]> + +--- firetray-0.6.1+dfsg.orig/src/install.rdf ++++ firetray-0.6.1+dfsg/src/install.rdf +@@ -23,7 +23,7 @@ + <Description> + <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> + <em:minVersion>57.0</em:minVersion> +- <em:maxVersion>60.0</em:maxVersion> ++ <em:maxVersion>62.9999</em:maxVersion> + </Description> + </em:targetApplication> + diff -Nru firetray-0.6.1+dfsg/debian/patches/series firetray-0.6.1+dfsg/debian/patches/series --- firetray-0.6.1+dfsg/debian/patches/series 2018-09-17 00:54:26.000000000 +0200 +++ firetray-0.6.1+dfsg/debian/patches/series 2018-10-13 23:47:47.000000000 +0200 @@ -2,3 +2,4 @@ 0002-Do-not-display-release-notes-after-installation.patch 0003-Do-not-ship-useless-winnt-files.patch 0004-TB60.patch +0005-TB-version.patch

