sometimes a few rounds are needed to completely rebase patches,
extending the script in this fashion allows to re-rebase without
actually importing the upstream tarball and then undoing that.
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
previously, patches were applied manually and the branch was reset
before, now we can just drop it since `pq import` will create the branch
for us.
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
it will now rebase all patches, instead of just the pruning ones. after
actually importing the pruned upstream sources, further adaptions might be
required.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>