Пакет apt-basic-checkinstall: Информация

    Бинарный пакет: apt-basic-checkinstall
    Версия: 0.5.15lorg2-alt82
    Архитектура: noarch
    Собран:  10 ноября 2022 г. 19:13 в задании #306076
    Исходный пакет: apt
    Категория: Прочее
    Сообщить об ошибке в пакете
    Домашняя страница: http://apt-rpm.org

    Лицензия: GPL-2.0-or-later
    О пакете: Immediately test apt when installing this package (only basic tests)
    Описание: 
    Immediately test apt when installing this package.
    
    The set of testcases is limited (just to the file method).

    Сопровождающий: Ivan Zakharyaschev


    Последнее изменение


    2 сентября 2022 г. Ivan Zakharyaschev 0.5.15lorg2-alt82
    - tests:
      + Enhanced to be able to work with test packages containing some files.
        (This will be useful for testing the work with large RPM archives.)
      + Shortened the run time of apt-xxtra-heavy-load-checkinstall.
      + Shortened the run time of other *-checkinstall scripts
        (by shortening the the test with zillion packages).
    3 августа 2022 г. Ivan Zakharyaschev 0.5.15lorg2-alt81
    - Fixed bad behavior when satisfying "Conflicts" or "Obsoletes" dependencies
      (discovered in ALT#42415), namely:
      + "Obsoletes" causing the deletion of its "virtual" targets (i.e.,
        providing packages) whereas this behavior is expected for Conflicts only;
      + versioned "Conflicts" (or "Obsoletes") causing the deletion of packages
        with non-matching version.
    - Enriched the output of Debug::pkgMarkInstall with the versions of
      the dependency targets and the targets being considered during the search.
    - Complemented it with new options (Debug::pkgMarkAllCalls,
      Debug::pkgMarkShallow) -- to understand better why the result of
      resolving a broken dep is unexpected in some cases.
    2 июня 2022 г. Ivan Zakharyaschev 0.5.15lorg2-alt80
    - Fixed the new compilation warnings by simplifying the ALT-specific code
      in pkgcache.cc (AllTargets) from 0.5.15lorg2-alt31. (Discovered by gcc12.)