Hello,
I recompiled some debian packages with optimized settings and installed them. However, the package manager does not recognize these packages as equal but wants to update them to their original version, i.e. 1.2.3 updated to 1.2.3. (I do not think that the packager manager should update to an equal version as this is not what I understand by an update.) Anyhow, the only way I can stop this is by ignoring all updates, which is not a good solution.
Instead do I want to give the recompiled packages their own version, i.e. append a "-local" to the version string and have the package manager recognize these as different packages.
I would like to avoid changing each and every control file manually, but could not find the right dpkg-* tool for it yet. How do I do this?