Group :: System/Configuration/Packaging
Source RPM: apt
Built: over 1 year ago
Size: 48.6 KB
Repocop status:

Gear: http://git.altlinux.org/gears/a/apt.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/a/apt
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.
Current maintainer:
Gleb Fotengauer-Malinovskiy
List of contributors:
- ALT QA Team Robot
- Aleksei Nikiforov
- Alexander Myltsev
- Alexey I. Froloff
- Alexey Tourbin
- Andrew Savchenko
- Anton Farygin
- Anton V. Boyarshinov
- Anton V. Denisov
- Dmitry V. Levin
- Gleb Fotengauer-Malinovskiy
- Ivan Zakharyaschev
- Kachalov Anton
- Sergey Bolshakov
- Slava Semushin
- Stanislav Ievlev
- Sviatoslav Sviridov
- apt
- apt-https
- apt-rsync
- libapt
- libapt-devel
- libapt-devel-static
- 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@)2019-09-07 Ivan Zakharyaschev 0.5.15lorg2-alt71.1
- fileutl.h: dropped an inline Read() method, which had an error in the size of a "write-only" local variable (since 0.5.15lorg2-alt70). This method is not used anywhere (including other packages in Sisyphus, proved by recompiling). soname change would be a guard for other clients that dynamically linked to it, but--as far as other versions of *packages* are concerned--set-versions must be enough.2019-07-22 Aleksei Nikiforov 0.5.15lorg2-alt71
- Introduced new function ListUpdate for improved packagekit support.