1. 22 Feb, 2026 2 commits
  2. 21 Feb, 2026 1 commit
  3. 12 Feb, 2026 1 commit
  4. 11 Feb, 2026 2 commits
  5. 07 Feb, 2026 2 commits
    • Жора Змейкин's avatar
      remove LibreOffice-still, replace virtual packages in libreoffice-latest · 0d72a3e4
      Жора Змейкин authored
      LibreOffice-still is a virtual package not present in Sisyphus
      (only in P11). Remove its list and group files entirely.
      
      In libreoffice-latest list, replace virtual package names with real
      ones (LibreOffice -> libreoffice, LibreOffice-langpack-ru ->
      libreoffice-langpack-ru, LibreOffice-gtk3 -> libreoffice-gtk3).
      Remove LibreOffice-common (provided by libreoffice).
      
      Rename installer group to "Офисный пакет LibreOffice" and set
      Required=yes (enabled by default).
      0d72a3e4
    • Жора Змейкин's avatar
      cleanup: add CLEANUP_AUTOMARK_LISTS for live-install package cleanup · ae350138
      Жора Змейкин authored
      CLEANUP_AUTO_PACKAGES worked only with LIVE_PACKAGES, but apps for the
      Live image (Telegram, LibreOffice, etc.) are specified via LIVE_LISTS.
      These packages remained in the installed system even when the user
      unchecked them in the installer.
      
      Add CLEANUP_AUTOMARK_PACKAGES and CLEANUP_AUTOMARK_LISTS variables.
      generate.mk converts lists into package names at build time.
      89-cleanup-live-preinstall marks real packages as auto-installed.
      90-cleanup-live-install-pkgs handles virtual packages separately
      (apt-mark cannot resolve them) by comparing resolved real names
      of automark and user-selected packages in postinstall.
      
      Based on a841e60e by Vitaly Lipatov.
      
      https://bugs.etersoft.ru/18827
      ae350138
  6. 16 Jan, 2026 32 commits