diff mbox series

[Unstable] UBUNTU: [Packaging] Remove do_full_source variable (fixup)

Message ID 20240125081952.1972660-1-juerg.haefliger@canonical.com
State New
Headers show
Series [Unstable] UBUNTU: [Packaging] Remove do_full_source variable (fixup) | expand

Commit Message

Juerg Haefliger Jan. 25, 2024, 8:19 a.m. UTC
This was missed in the below commit, fix it.

Fixes: af3f324f1cb3 ("UBUNTU: [Packaging] Remove do_full_source variable")
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 debian/rules.d/1-maintainer.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Andrei Gherzan Jan. 25, 2024, 10:51 a.m. UTC | #1
On 24/01/25 09:19AM, Juerg Haefliger wrote:
> This was missed in the below commit, fix it.
> 
> Fixes: af3f324f1cb3 ("UBUNTU: [Packaging] Remove do_full_source variable")
> Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> ---
>  debian/rules.d/1-maintainer.mk | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
> index bbed8dd47810..dfcd814e2d0f 100644
> --- a/debian/rules.d/1-maintainer.mk
> +++ b/debian/rules.d/1-maintainer.mk
> @@ -72,7 +72,6 @@ printenv:
>  	@echo "do_flavour_image_package  = $(do_flavour_image_package)"
>  	@echo "do_flavour_header_package = $(do_flavour_header_package)"
>  	@echo "do_common_headers_indep   = $(do_common_headers_indep)"
> -	@echo "do_full_source            = $(do_full_source)"
>  	@echo "do_odm_drivers            = $(do_odm_drivers)"
>  	@echo "do_lib_rust               = $(do_lib_rust)"
>  	@echo "do_tools                  = $(do_tools)"

Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Tim Gardner Jan. 26, 2024, 4:45 p.m. UTC | #2
On 1/25/24 1:19 AM, Juerg Haefliger wrote:
> This was missed in the below commit, fix it.
> 
> Fixes: af3f324f1cb3 ("UBUNTU: [Packaging] Remove do_full_source variable")
> Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> ---
>   debian/rules.d/1-maintainer.mk | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
> index bbed8dd47810..dfcd814e2d0f 100644
> --- a/debian/rules.d/1-maintainer.mk
> +++ b/debian/rules.d/1-maintainer.mk
> @@ -72,7 +72,6 @@ printenv:
>   	@echo "do_flavour_image_package  = $(do_flavour_image_package)"
>   	@echo "do_flavour_header_package = $(do_flavour_header_package)"
>   	@echo "do_common_headers_indep   = $(do_common_headers_indep)"
> -	@echo "do_full_source            = $(do_full_source)"
>   	@echo "do_odm_drivers            = $(do_odm_drivers)"
>   	@echo "do_lib_rust               = $(do_lib_rust)"
>   	@echo "do_tools                  = $(do_tools)"
Acked-by: Tim Gardner <tim.gardner@canonical.com>

BugLink ?
Dimitri John Ledkov Feb. 7, 2024, 1:07 a.m. UTC | #3
Applied to unstable thanks

On Thu, 25 Jan 2024 at 08:20, Juerg Haefliger
<juerg.haefliger@canonical.com> wrote:
>
> This was missed in the below commit, fix it.
>
> Fixes: af3f324f1cb3 ("UBUNTU: [Packaging] Remove do_full_source variable")
> Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> ---
>  debian/rules.d/1-maintainer.mk | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
> index bbed8dd47810..dfcd814e2d0f 100644
> --- a/debian/rules.d/1-maintainer.mk
> +++ b/debian/rules.d/1-maintainer.mk
> @@ -72,7 +72,6 @@ printenv:
>         @echo "do_flavour_image_package  = $(do_flavour_image_package)"
>         @echo "do_flavour_header_package = $(do_flavour_header_package)"
>         @echo "do_common_headers_indep   = $(do_common_headers_indep)"
> -       @echo "do_full_source            = $(do_full_source)"
>         @echo "do_odm_drivers            = $(do_odm_drivers)"
>         @echo "do_lib_rust               = $(do_lib_rust)"
>         @echo "do_tools                  = $(do_tools)"
> --
> 2.40.1
>
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
diff mbox series

Patch

diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
index bbed8dd47810..dfcd814e2d0f 100644
--- a/debian/rules.d/1-maintainer.mk
+++ b/debian/rules.d/1-maintainer.mk
@@ -72,7 +72,6 @@  printenv:
 	@echo "do_flavour_image_package  = $(do_flavour_image_package)"
 	@echo "do_flavour_header_package = $(do_flavour_header_package)"
 	@echo "do_common_headers_indep   = $(do_common_headers_indep)"
-	@echo "do_full_source            = $(do_full_source)"
 	@echo "do_odm_drivers            = $(do_odm_drivers)"
 	@echo "do_lib_rust               = $(do_lib_rust)"
 	@echo "do_tools                  = $(do_tools)"