public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta: Remove dpkg-buildpackage mentions
@ 2024-06-19  8:22 Anton Mikanovich
  2024-06-24  6:36 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2024-06-19  8:22 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

We have migrated to sbuild so it is used now for packages building.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 doc/user_manual.md                              | 5 ++++-
 meta-isar/recipes-app/samefile/samefile_2.14.bb | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index b12c7692..776ae52c 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -841,7 +841,10 @@ Below are some of the packages with this scenario at the time of writing this.
 
 ### Compilation of debianized-sources
 
-The `deb` packages are built using `dpkg-buildpackage`, so the sources should contain the `debian` directory with necessary meta information. This way is the default way of adding software that needs to be compiled from source. The bbclass for this approach is called `dpkg`.
+The `deb` packages are built using `sbuild`, so the sources should contain the
+`debian` directory with necessary meta information. This way is the default
+way of adding software that needs to be compiled from source. The bbclass for
+this approach is called `dpkg`.
 
 For large applications that are not cross-compiled, it may be needed to extend the default build timeout of 150 minutes to a greater value: set `DPKG_BUILD_TIMEOUT` in your recipe to that effect.
 
diff --git a/meta-isar/recipes-app/samefile/samefile_2.14.bb b/meta-isar/recipes-app/samefile/samefile_2.14.bb
index c53c9445..f83d519e 100644
--- a/meta-isar/recipes-app/samefile/samefile_2.14.bb
+++ b/meta-isar/recipes-app/samefile/samefile_2.14.bb
@@ -36,7 +36,7 @@ echo "NOTE: This package was built by Isar." >&2
 echo "" >&2
 EOF
 
-    # This step creates everything dpkg-buildpackage needs. For further details
+    # This step creates everything sbuild needs. For further details
     # you might want to look at its implementation.
     deb_debianize
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] meta: Remove dpkg-buildpackage mentions
  2024-06-19  8:22 [PATCH] meta: Remove dpkg-buildpackage mentions Anton Mikanovich
@ 2024-06-24  6:36 ` Uladzimir Bely
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-06-24  6:36 UTC (permalink / raw)
  To: Anton Mikanovich, isar-users

On Wed, 2024-06-19 at 11:22 +0300, Anton Mikanovich wrote:
> We have migrated to sbuild so it is used now for packages building.
> 
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
>  doc/user_manual.md                              | 5 ++++-
>  meta-isar/recipes-app/samefile/samefile_2.14.bb | 2 +-
>  2 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index b12c7692..776ae52c 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -841,7 +841,10 @@ Below are some of the packages with this
> scenario at the time of writing this.
>  
>  ### Compilation of debianized-sources
>  
> -The `deb` packages are built using `dpkg-buildpackage`, so the
> sources should contain the `debian` directory with necessary meta
> information. This way is the default way of adding software that
> needs to be compiled from source. The bbclass for this approach is
> called `dpkg`.
> +The `deb` packages are built using `sbuild`, so the sources should
> contain the
> +`debian` directory with necessary meta information. This way is the
> default
> +way of adding software that needs to be compiled from source. The
> bbclass for
> +this approach is called `dpkg`.
>  
>  For large applications that are not cross-compiled, it may be needed
> to extend the default build timeout of 150 minutes to a greater
> value: set `DPKG_BUILD_TIMEOUT` in your recipe to that effect.
>  
> diff --git a/meta-isar/recipes-app/samefile/samefile_2.14.bb b/meta-
> isar/recipes-app/samefile/samefile_2.14.bb
> index c53c9445..f83d519e 100644
> --- a/meta-isar/recipes-app/samefile/samefile_2.14.bb
> +++ b/meta-isar/recipes-app/samefile/samefile_2.14.bb
> @@ -36,7 +36,7 @@ echo "NOTE: This package was built by Isar." >&2
>  echo "" >&2
>  EOF
>  
> -    # This step creates everything dpkg-buildpackage needs. For
> further details
> +    # This step creates everything sbuild needs. For further details
>      # you might want to look at its implementation.
>      deb_debianize
>  
> -- 
> 2.34.1
> 

Applied to next.

-- 
Best regards,
Uladzimir.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-24  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-19  8:22 [PATCH] meta: Remove dpkg-buildpackage mentions Anton Mikanovich
2024-06-24  6:36 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox