diff mbox series

[artful/master-next,1/1] UBUNTU: [Packaging] autopkgtest -- disable d-i when dropping flavours

Message ID 20170919085104.3354-2-apw@canonical.com
State New
Headers show
Series [artful/master-next,1/1] UBUNTU: [Packaging] autopkgtest -- disable d-i when dropping flavours | expand

Commit Message

Andy Whitcroft Sept. 19, 2017, 8:51 a.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1717920
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Bader Sept. 19, 2017, 9:11 a.m. UTC | #1
On 19.09.2017 10:51, Andy Whitcroft wrote:
> BugLink: http://bugs.launchpad.net/bugs/1717920
> Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>

> ---

Changes only the autopkgtest profile where I cannot think of a reason to care
about d-i.

>  debian/rules | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/debian/rules b/debian/rules
> index 5bcd85d77a63..6c8855f2b3a9 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -82,6 +82,7 @@ do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools)))
>  #  only build the first flavour on the assumption it is representative
>  ifneq ($(filter autopkgtest,$(DEB_BUILD_PROFILES)),)
>  flavours := $(firstword $(flavours))
> +disable_d_i=true
>  endif
>  
>  # Debian Build System targets
>
Seth Forshee Sept. 20, 2017, 1:26 p.m. UTC | #2
On Tue, Sep 19, 2017 at 09:51:04AM +0100, Andy Whitcroft wrote:
> BugLink: http://bugs.launchpad.net/bugs/1717920
> Signed-off-by: Andy Whitcroft <apw@canonical.com>

Acked-by: Seth Forshee <seth.forshee@canonical.com>

Applied to artful/master-next.
diff mbox series

Patch

diff --git a/debian/rules b/debian/rules
index 5bcd85d77a63..6c8855f2b3a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,7 @@  do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools)))
 #  only build the first flavour on the assumption it is representative
 ifneq ($(filter autopkgtest,$(DEB_BUILD_PROFILES)),)
 flavours := $(firstword $(flavours))
+disable_d_i=true
 endif
 
 # Debian Build System targets