[elbe-devel] [PATCH 0/5] debianize refactoring + barebox support

Torben Hohn torben.hohn at linutronix.de
Wed Mar 8 10:53:19 CET 2017


Refactoring of elbe debianize, and addition of barebox.

We might want to discuss the thing with the COPYING file.


Torben Hohn (5):
  debianize: use template () from elbepack.templates
  debianize: use COPYING from source code dir instead of elbe version
  debianize: refactor debianize to make it more similar to finetuning
  debianize: add barebox debianizer implementation
  debianize: look at $DEBFULLNAME and $DEBEMAIL for maintainer

 elbepack/commands/debianize.py                     | 25 +++---
 elbepack/debianize/barebox.py                      | 88 ++++++++++++++++++++++
 elbepack/debianize/base.py                         | 34 +++++++--
 elbepack/debianize/debianize.py                    | 12 +--
 elbepack/debianize/kernel.py                       |  8 +-
 elbepack/debianize/uboot.py                        |  6 ++
 .../debianize/barebox/barebox-image.install        |  1 +
 .../debianize/barebox/barebox-tools.install        |  1 +
 elbepack/makofiles/debianize/barebox/control.mako  | 19 +++++
 elbepack/makofiles/debianize/barebox/format.mako   |  1 +
 elbepack/makofiles/debianize/barebox/rules.mako    | 36 +++++++++
 elbepack/makofiles/debianize/kernel/copyright      | 16 ----
 12 files changed, 199 insertions(+), 48 deletions(-)
 create mode 100644 elbepack/debianize/barebox.py
 create mode 100644 elbepack/makofiles/debianize/barebox/barebox-image.install
 create mode 100644 elbepack/makofiles/debianize/barebox/barebox-tools.install
 create mode 100644 elbepack/makofiles/debianize/barebox/control.mako
 create mode 100644 elbepack/makofiles/debianize/barebox/format.mako
 create mode 100755 elbepack/makofiles/debianize/barebox/rules.mako
 delete mode 100644 elbepack/makofiles/debianize/kernel/copyright

-- 
2.1.4





More information about the elbe-devel mailing list