Package apt: Information

    Source package: apt
    Version: 0.5.15lorg2-alt71.3.1
    Build time:  Nov 22, 2020, 11:37 AM
    Report package bug
    Home page: http://apt-rpm.org

    License: GPL
    Summary: Debian's Advanced Packaging Tool with RPM support
    Description: 
    A port of Debian's APT tools for RPM based distributions,
    or at least for Conectiva. It provides the apt-get utility that
    provides a simpler, safer way to install and upgrade packages.
    APT features complete installation ordering, multiple source
    capability and several other unique features.
    
    This package is still under development.

    List of rpms provided by this srpm:
    apt (e2kv5, e2kv4, e2k)
    apt-debuginfo (e2kv5, e2kv4, e2k)
    apt-https (e2kv5, e2kv4, e2k)
    apt-https-debuginfo (e2kv5, e2kv4, e2k)
    apt-rsync (e2kv5, e2kv4, e2k)
    apt-rsync-debuginfo (e2kv5, e2kv4, e2k)
    libapt (e2kv5, e2kv4, e2k)
    libapt-debuginfo (e2kv5, e2kv4, e2k)
    libapt-devel (e2kv5, e2kv4, e2k)

    Maintainer: Ivan Zakharyaschev


      1. liblua5.3-devel
      2. bzlib-devel
      3. cvs
      4. cvs
      5. docbook-utils
      6. setproctitle-devel
      7. setproctitle-devel
      8. libgnutls-devel
      9. gcc-c++
      10. zlib-devel
      11. libreadline-devel
      12. librpm-devel

    Last changed


    Sept. 21, 2020 Ivan Zakharyaschev 0.5.15lorg2-alt71.3.1
    - Build the variant for E2K
      (where the pointer arithmetics works without errors on E2K).
    Sept. 21, 2020 Ivan Zakharyaschev 0.5.15lorg2-alt71.3
    - Fixed copying release information from cdrom (thx Aleksei Nikiforov).
      (Closes: #37531)
    Sept. 16, 2019 Ivan Zakharyaschev 0.5.15lorg2-alt71.1.1
    - Added debugging output for allocation and grow functions. (Thx darktemplar@)
    - Fixed dynamic memory allocation pointer arithmetics issue:
      + fixed some of the pointer recalculations which used to involve
        "non-integer" offset calculation;
      + improved alignment for the allocated structures. (Thx darktemplar@)