Группа :: Разработка/Прочее
Исходный пакет: apt-repo-tools
Собрано: 4 месяца назад
Размер архива: 54,0 КБ
Отчёт repocop:

Gear: http://git.altlinux.org/gears/a/apt-repo-tools.git
Архив: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/a/apt-repo-tools
Лицензия: GPLv2+
О пакете: Utilities to create APT repositories
Описание:
This package contains the utility programs that can prepare a repository
of RPMS binary and source packages for future access by APT (by
generating the indices): genbasedir, genpkglist, gensrclist.
Текущий сопровождающий:
Глеб Фотенгауэр-Малиновский
Список участников
(данной и/или предыдущих сборок пакета):
- apt-repo-tools
- apt-repo-tools-debuginfo
- Added new options to patch package index. - Added --basedir option to specify base directory name. - genbasedir: added support for zstd-compressed package lists. - genpkglist, gensrclist: + removed --append option; + removed --meta option. - genpkglist: fixed --cachedir description in usage (ALT#38293). - imz@: + (.spec) Just added some compiler flags (which don't change anything) to be sure that APT API has not been used wrongly and will not be. (Namely, to be sure that if a method override was intended, it would actually be overriding and not hiding a virtual method and that it would be marked "override" for future.).2019-01-21 Владимир Селезнёв 0.6.0.22-alt1
- genpkglist: added DistTag. - genbasedir (by glebfm@): + added --compressedonly alias for --bz2only option; + added --{,no-}bz2 and --{,no-}xz to usage. - Dropped Vendor tag from {pkg,src}list (by glebfm@).2017-07-21 Глеб Фотенгауэр-Малиновский 0.6.0.21-alt1
- Changes for gen{pkglist,basedir} (from Alexey Tourbin): + introduced startswith function; + removed support for oldhashfile; + fixed partial changelog copying. - Rebuilt with libapt-pkg-libc6.9-6.so.7.