Package: xul-ext-firetray Version: 0.6.1+dfsg-1.1 Severity: grave Tags: patch Justification: renders package unusable
Alas, with the new thunderbird upload, the extension stopped working again. Fortunately, no code changes are needed, but the supported version still needs updating. The fix to #906852 I NMUed recently says: <em:maxVersion>60.0</em:maxVersion> which is no good for a point release of 60. Alas, we can't bump the version too far, as Thunderbird's upstream debates whether to drop XUL or not; it's likely they will as it's hard to support it without help from Mozilla. So far the last version reported to work is 62; Debian doesn't upload non-LTS thunderbirds so this doesn't really matter. Still, it'd be good to declare future point releases of 62 as supported. Thus, here's a patch that sets the maxVersion to 62.9999. Meow! -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (150, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-rc7-debug-00188-gbf54891e3ef1 (SMP w/6 CPU cores) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages xul-ext-firetray depends on: ii thunderbird 1:60.2.1-1 Versions of packages xul-ext-firetray recommends: pn libappindicator3-1 <none> xul-ext-firetray suggests no packages. -- no debconf information
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 <kilob...@angband.pl> --- 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>