Am Wed, 19 Feb 2020 17:21:00 +0100
schrieb "[ext] Jan Kiszka" <
jan.k...@siemens.com>:
Good idea. But debian packages use different patching mechanisms. This
is the solution for quilt-based patching.
A more generic approach would be to "convert" your patches to patch the
debian stuff as well.
So you take the original debinanized source-tree ... apply your patch
... do the quilt or whatever changes to make debian happy .. now diff
the original with the patched and you get a patch that covers debian/
as well and will work without a patch-specific prepare function.
Henning