0
I maintain this repository https://github.com/silash35/qpdftools-packages that contains binary files from another repository. It was created to maintain the files needed to build packages. Currently it only contains package build files. deb, but in the future I intend to add support for Pacman (Arch Linux), Snap and maybe a . exe from Windows.
The problem is that each folder contains a copy of the executable (Binary). For now this is no problem, because if there is a modification in the binary (a new update for example) I can manually change each copy. But in the future, when the repository supports several different package managers, it will be difficult to maintain so many copies.
Is there any way to get the files automatically synchronized? Or make git understand that they’re the same file and you don’t need to store different histories for them? Or some other solution, which does not interfere when doing dpkg-buildpackage or similar no errors occur.
Thanks for trying to help. My goal is not to remove all binaries, but to keep multiple copies of it in the repository synchronized with each other.
– silash35