diff mbox series

UBUNTU: snapcraft.yaml: add dpkg-dev to the build deps

Message ID 1506071517-11472-2-git-send-email-paolo.pisati@canonical.com
State New
Headers show
Series UBUNTU: snapcraft.yaml: add dpkg-dev to the build deps | expand

Commit Message

Paolo Pisati Sept. 22, 2017, 9:11 a.m. UTC
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 snapcraft.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Bader Sept. 27, 2017, 6:57 p.m. UTC | #1
On 22.09.2017 05:11, Paolo Pisati wrote:
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>

> ---

I think (since there is only one instance of that file) the next rebase will
either get the change into the derivatives, too, or the rebase will fail at some
patch that changes it in the derivative's tree and then can be added.

-Stefan

>  snapcraft.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index 9eb3f40..e38cfe76 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -29,3 +29,4 @@ parts:
>      build-packages:
>        - cpio
>        - libssl-dev
> +      - dpkg-dev
>
diff mbox series

Patch

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 9eb3f40..e38cfe76 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -29,3 +29,4 @@  parts:
     build-packages:
       - cpio
       - libssl-dev
+      - dpkg-dev