Package libapt-devel: Information

Binary package: libapt-devel
Version: 0.5.15lorg2-alt53.M80P.1
Architecture: i586
Build time:  May 22, 2019, 08:03 PM in the task #229283
Source package: apt
Category: Development/C
Report package bug
Home page: http://apt-rpm.org

License: GPL
Summary: Development files and documentation for APT's core libs
Description: 
This package contains the header files and libraries for developing with
APT's package manipulation library, modified for RPM.

This package is still under development.

Maintainer: Ivan Zakharyaschev


Last changed


May 13, 2019 Ivan Zakharyaschev 0.5.15lorg2-alt53.M80P.1
- Add buildtime to VerStrs (used by APT to identify package versions).
  This data is used in several manners:
  * by CheckDep() (only when matching a dependency with a real package);
  * rpm_name_conversion() (only when making up an id for a duplicated package);
  * and by *CmpVersion().
  The latter needs buildtime to determine the correct upgrade direction and
  can be called through the API with some externally supplied versions.
  In order to honor buildtime without changing the API and its clients, we pass
  buildtime inside the existing argument. (Also fixes ALT#36528)
- Cherry-picked individual changes from:
[0.5.15lorg2-alt63]
- archtable:
  + added ppc64le;
  + added trivial arch translation (%_target_cpu -> %_target_cpu).
[0.5.15lorg2-alt59]
- Fixed crash on fail to read package file.
[0.5.15lorg2-alt58]
- cherry-picked from Debian 0.7.22 (git://anonscm.debian.org/git/apt/apt.git)
  some fixes for http download method (ALT: 18925)
  * Fix pipeline handling on http.cc
  (closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413324)
  (thx Otavio Salvador).
  * show error details of failed methods
  * if a process aborts with signal, show signal number
  * in http method: ignore SIGPIPE, we deal with EPIPE elsewhere
  (closes: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/385144)
  (thx Michael Vogt).
[0.5.15lorg2-alt54]
- Backported fix for logic about package sizes.
Nov. 27, 2015 Ivan Zakharyaschev 0.5.15lorg2-alt53
- doc/: Add a note about APT_CONFIG in the -c description
  (Closes: Debian #578267) (thx David Kalnischkies).
May 29, 2015 Gleb Fotengauer-Malinovskiy 0.5.15lorg2-alt52
- Fixed apt usage with redefined rpm binary name.