Debian Patches
Status for saclib/2.2.8-7
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| saclib-attr.patch | Add function prototypes and attributes for better optimization. | yes | https://src.fedoraproject.org/rpms/saclib/blob/ea389a5/f/saclib-attr.patch | 2021-08-18 | ||
| users-guide-license.patch | Replace license in User's Guide The User's Guide contained an out-of-date non-DFSG license. In an email, Chris Brown confirmed that the ISC license found in the root directory of the source is the correct one. We replace it to avoid confusion. |
Doug Torrance <dtorrance@debian.org> | yes | 2021-08-18 | ||
| maintain-sty-tabular.patch | Fix FTBFS with LaTeX2e 2026-06-01 maintain.sty keeps a private copy of the kernel's \@tabular (\@authortable) for typesetting the author block, but borrows the kernel's \endtabular via \let\endauthor@tabular=\endtabular. The 2026-06-01 LaTeX2e release removed the "fake math" wrapper from tabular -- \@array now uses \vcenter@text rather than \vcenter, so \@tabular no longer opens $ and \endtabular no longer closes it. The private opener still emits $, so \maketitle dies with "Extra }, or forgotten $". . Drop \@authortable and delegate to the kernel's \tabular, injecting the custom row break by \let-ting \@tabularcr beforehand, so opener and closer always come from the same LaTeX version. Tested against TeX Live 2023 and 2026. |
Claude Opus 5 <noreply@anthropic.com> | yes | debian | 2026-08-02 |
