mbox series

[0/3] allow do_patch to use the "git" tool

Message ID 20210122084241.10573-1-henning.schild@siemens.com
Headers show
Series allow do_patch to use the "git" tool | expand

Message

Henning Schild Jan. 21, 2021, 10:42 p.m. UTC
From: Henning Schild <henning.schild@siemens.com>

I am still not too happy with the patching when rebuilding debian
packages. This is a first step, getting "quilt" right remains hard
and will hopefully follow later.

p1 fixes a problem, and p2 uses the feature
p3 is optional because it breaks an API

Henning Schild (3):
  dpkg: adjust task order to allow using "git" for patching
  meta-isar: apply a "git" patch in cowsay
  dpkg-gbp: default to "git" patching

 RECIPE-API-CHANGELOG.md                       |  5 ++++
 meta-isar/recipes-app/cowsay/cowsay_git.bb    |  1 +
 meta-isar/recipes-app/cowsay/files/isar.patch | 24 +++++++++++++++++++
 meta/classes/dpkg-base.bbclass                |  4 ++--
 meta/classes/dpkg-gbp.bbclass                 |  2 ++
 5 files changed, 34 insertions(+), 2 deletions(-)
 create mode 100644 meta-isar/recipes-app/cowsay/files/isar.patch

Comments

Anton Mikanovich Feb. 9, 2021, 11:17 p.m. UTC | #1
22.01.2021 11:42, Henning Schild wrote:
> From: Henning Schild <henning.schild@siemens.com>
>
> I am still not too happy with the patching when rebuilding debian
> packages. This is a first step, getting "quilt" right remains hard
> and will hopefully follow later.
>
> p1 fixes a problem, and p2 uses the feature
> p3 is optional because it breaks an API

Applied to next, thanks.