meta: Remove dpkg-buildpackage mentions

Message ID 20240619082201.97649-1-amikan@ilbers.de
State Accepted, archived
Headers show
Series meta: Remove dpkg-buildpackage mentions | expand

Commit Message

Anton Mikanovich June 19, 2024, 8:22 a.m. UTC
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(-)

Comments

Uladzimir Bely June 24, 2024, 6:36 a.m. UTC | #1
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.

Patch

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