On Wed, Jul 09, 2025 at 01:09:39PM +0000, Rix, Tom wrote:
Is there a sed-ing pattern in Debian we could leverage?
Any build-time modifications of the source would need to be reversed in the `clean' target. So, theoretically, you could copy each relevant files to an .orig, run your sed transformation, and then in `clean' mv the .orig files back. Whether or not maintaining that would be less hassle than refreshing patches, I don't know.