Hi All, Please merge this changes if no objection. Thanks, Srinu On Monday, March 11, 2024 at 11:52:26 AM UTC+5:30 srinuv...@siemens.com wrote: > From: Srinuvasan A > > Add additional information about debianize class for generating the > required files under debian directory. > > Signed-off-by: Srinuvasan A > --- > doc/user_manual.md | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/user_manual.md b/doc/user_manual.md > index bc730243..43c75451 100644 > --- a/doc/user_manual.md > +++ b/doc/user_manual.md > @@ -907,6 +907,14 @@ The shell function `deb_debianize` creates a `debian` > folder. But it will not ov > > Have a look at meta-isar/recipes-app/samefile/samefile_2.14.bb and > meta/classes/debianize.bbclass for an example and the implementation. > > +Here ISAR's debianize class generate the folllowing files: > + > +Create control file if sources does not contain a control file > +Create rules file if sources does not contain a rules file > +Add the copyright if unpacked sources does not contain copyright file, > please check the example-raw recipe > +Add the changelog and hooks into the debian directories if WORKDIR > contains the files > + > + > ### Packages without source > > If your customization is not about compiling from source there is a second > way of creating `deb` packages. That way can be used for cases like: > -- > 2.34.1 > >