- 20 Jun, 2021 3 commits
-
-
Carsten Schoenert authored
Just a formal correction for the previous commit. Enclose variables within {} signs.
-
Kevin Locke authored
Running `thunderbird -g` produces the following error: INFO -> Starting Thunderbird with GDB ... INFO -> LANG= /usr/bin/gdb -ex "handle SIG38 nostop" -ex "handle SIGPIPE nostop" -ex "run" /usr/lib/thunderbird/thunderbird /usr/bin/thunderbird: line 254: /usr/bin/gdb -ex "handle SIG38 nostop" -ex "handle SIGPIPE nostop" -ex "run" /usr/lib/thunderbird/thunderbird : No such file or directory This occurs because exec is passed a single argument, which it interprets as a file name that does not exist. Instead, use the following steps: 1. Build a command string which combines ${TB_GDB_DEFAULT_OPTS} and ${TB_ARGS[@]} (using `printf ' %q'`). 2. Print the command string with output_info. 3. Run it using `eval` (for word splitting) and `exec` (to replace the shell process with gdb, as before). Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
Carsten Schoenert authored
There is some fishy upstream with the usage of an external libnss3 library. The configure system for thunderbird requires libnss3-dev >= 3.51.1, we have 3.61 around but while built we did use 3.67. This results in malfunctions for SSL/TLS operations as obviously we would have needed a greater libnnss3 version on the system thunderbird is running. Given we are short before the full freeze and the 78 ESR circle is nearly over, a rebuild thunderbird package which is using the internal NSS source is fully working we switch the built to use the internal NSS source. Closes: #989839, #989843, #989979, #989983, #989922, #990012
-
- 17 Jun, 2021 1 commit
-
-
Carsten Schoenert authored
Rework of the man page as especially the debug call has changed for while and this wasn't put into modifying thunderbird(1).
-
- 03 Jun, 2021 1 commit
-
-
Carsten Schoenert authored
-
- 30 May, 2021 2 commits
-
-
Carsten Schoenert authored
Update to upstream version '78.11.0' with Debian dir 4ce032d42147ecb3d56d25cda93b427eb8340eed
-
Carsten Schoenert authored
-
- 20 May, 2021 1 commit
-
-
Carsten Schoenert authored
-
- 19 May, 2021 2 commits
-
-
Carsten Schoenert authored
Update to upstream version '78.10.2' with Debian dir 356679525912ec5dac1866ed2e4fbcefd7c0c6d0
-
Carsten Schoenert authored
-
- 19 Apr, 2021 3 commits
-
-
Carsten Schoenert authored
-
Carsten Schoenert authored
Update to upstream version '78.10.0' with Debian dir 1cf1539b61835469272c931bce45a882d7c54f5b
-
Carsten Schoenert authored
-
- 23 Mar, 2021 4 commits
-
-
Carsten Schoenert authored
-
Carsten Schoenert authored
Removed patch (included upstream): porting-s390x/Explicitly-instantiate-TIntermTraverser-traverse-TIntermN.patch
-
Carsten Schoenert authored
Update to upstream version '78.9.0' with Debian dir ba1c21ca81d832148cc61cdb6e4f8793fefc5afd
-
Carsten Schoenert authored
-
- 21 Mar, 2021 2 commits
-
-
Carsten Schoenert authored
-
Colomban Wendling authored
The lower case variant "thunderbird" is always used within StartupWMClass in contrary to the upper case string "Thunderbird" which is only available in some window managers. Adjust the setting within the dekstop file so we announce the always available string. Closes: #985366
-
- 25 Feb, 2021 1 commit
-
-
Carsten Schoenert authored
-
- 21 Feb, 2021 2 commits
-
-
Carsten Schoenert authored
Update to upstream version '78.8.0' with Debian dir 13c691f94aa82836d2b44be18a4e686c0446a4db
-
Carsten Schoenert authored
-
- 07 Feb, 2021 1 commit
-
-
Pino Toscano authored
The application icon is already installed in various sizes in the global hicolor icon theme; hence, there is no need to provide a symlink to it also in the legacy pixmaps location.
-
- 06 Feb, 2021 1 commit
-
-
Carsten Schoenert authored
-
- 05 Feb, 2021 2 commits
-
-
Carsten Schoenert authored
Update to upstream version '78.7.1' with Debian dir c3d6c96c23756211503054c3d8d5cabc4501062f
-
Carsten Schoenert authored
-
- 29 Jan, 2021 5 commits
-
-
Carsten Schoenert authored
-
Carsten Schoenert authored
removed patches (included upstream) porting-mips/Bug-1642265-MIPS64-Add-branchTestSymbol-and-fallibleUnbox.patch
-
Carsten Schoenert authored
Update to upstream version '78.7.0' with Debian dir dcd926cc3d18ee6eaee6cb3448f1a9f9c7e44ec9
-
Carsten Schoenert authored
-
Carsten Schoenert authored
-
- 16 Jan, 2021 8 commits
-
-
Carsten Schoenert authored
-
Carsten Schoenert authored
Update to upstream version '78.6.1' with Debian dir 4caed757e8e5a081e9163e0f7c65ff356baeaaf4
-
Carsten Schoenert authored
-
Carsten Schoenert authored
Doing some prefixing of local variables that using really generic names otherwise which might conflicht in case they have been set outside of the context from this script.
-
Carles Pina i Estany authored
The package thunderbird-dbg isn't build anymore, point the usage output instead to the correct package thunderbird-dbgsym.
-
Carles Pina i Estany authored
If the user who launched thunderbird had exported DEBUG=1 the launcher didn't launch anything (because DEBUGGER was not set). Closes: #960230
-
Carsten Schoenert authored
(cherry picked from commit 24c009c9)
-
Carsten Schoenert authored
The folder third_party/python/coverage is licensed undwer teh Apache 2.0 license and requires the installation of the NOTICE.txt file due the rules of Apache 2.0. (cherry picked from commit dfafc89d)
-
- 15 Dec, 2020 1 commit
-
-
Carsten Schoenert authored
-