Package apt-repo-tools: Information
Source package: apt-repo-tools
Version: 0.8.1-alt1
Build time: Sep 1, 2023, 06:49 PM
Category: Development/Other
Report package bugLicense: GPLv2+
Summary: Utilities to create APT repositories
Description:
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.
List of RPM packages built from this SRPM:
apt-repo-tools (e2kv6, e2kv5, e2kv4, e2k)
apt-repo-tools-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
apt-repo-tools (e2kv6, e2kv5, e2kv4, e2k)
apt-repo-tools-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Maintainer: Ivan A. Melnikov
List of contributors:
Ivan A. Melnikov
Gleb Fotengauer-Malinovskiy
Vladimir D. Seleznev
Alexey Gladkov
Dmitry V. Levin
Alexey Tourbin
Sir Raorn
Ivan A. Melnikov
Gleb Fotengauer-Malinovskiy
Vladimir D. Seleznev
Alexey Gladkov
Dmitry V. Levin
Alexey Tourbin
Sir Raorn
Last changed
Aug. 31, 2023 Ivan A. Melnikov 0.8.1-alt1
- gensrclist: fix patching the last record (closes: #47368) - genbasedir: replace deprecated fgrep with grep -F
Oct. 28, 2021 Gleb Fotengauer-Malinovskiy 0.8.0-alt1
- Switched to librpm crypto API instead of libapt. - Added support and enabled blake2b hash by default. - genbasedir: add --disable-hash-caching option to disable hashsum caching.
March 12, 2021 Gleb Fotengauer-Malinovskiy 0.7.1-alt1
- genbasedir/genpkglist: fixed generation of non-flat repositories.
- genbasedir (imz@):
+ Fixed SIGPIPE in the old non-patching mode. (It was due to a race.)
+ Fixed patching srclist in-place when there is no uncompressed srclist.
+ Fixed patching a basedir if there is a spurious {pkg,src}list.*.old file
there, but no uncompressed {pkg,src}list.*.
+ Fixed a potential bug (due to a race) of choosing the overwritten
output file as input for patching.
+ Report an error when patching and the previous list can't be found.
+ Do the search for the previous list the same way no matter whether
--prev-basedir was specified or patching "in-place".