Our mirroring system has accumulated many versions of packages - for example, elxr-config now has 25 versions till now. Should we reduce the number of versions we keep? The reason I’m asking is that some older versions have critical issues like dependency problems, while newer versions work fine.
For example, when trying to install an older version of python3-tiler (0.2.9), it fails because it depends on python3-ruck which isn’t available in our repository. The newer version doesn’t have this issue.
root@debian:~# apt install python3-tiler=0.2.9
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-tiler : Depends: python3-ruck but it is not installable
E: Unable to correct problems, you have held broken packages.
root@debian:~#