diff mbox

debian: fwts.install: add missing olog.json file

Message ID 20170511085517.18627-1-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King May 11, 2017, 8:55 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

We're missing the olog.json file and it's not getting installed when
we build the fwts package.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 debian/fwts.install | 1 +
 1 file changed, 1 insertion(+)

Comments

Alex Hung May 11, 2017, 8:35 p.m. UTC | #1
On 2017-05-11 01:55 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> We're missing the olog.json file and it's not getting installed when
> we build the fwts package.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  debian/fwts.install | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/debian/fwts.install b/debian/fwts.install
> index 2630f4ef..ec150f3a 100644
> --- a/debian/fwts.install
> +++ b/debian/fwts.install
> @@ -1,5 +1,6 @@
>  data/klog.json usr/share/fwts
>  data/syntaxcheck.json usr/share/fwts
> +data/olog.json usr/share/fwts
>  usr/bin/fwts usr/bin
>  usr/share/man/man1/fwts.1 usr/share/man/man1
>  scripts/fwts-collect usr/bin
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu May 23, 2017, 7:19 a.m. UTC | #2
On 05/11/2017 04:55 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> We're missing the olog.json file and it's not getting installed when
> we build the fwts package.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   debian/fwts.install | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/debian/fwts.install b/debian/fwts.install
> index 2630f4ef..ec150f3a 100644
> --- a/debian/fwts.install
> +++ b/debian/fwts.install
> @@ -1,5 +1,6 @@
>   data/klog.json usr/share/fwts
>   data/syntaxcheck.json usr/share/fwts
> +data/olog.json usr/share/fwts
>   usr/bin/fwts usr/bin
>   usr/share/man/man1/fwts.1 usr/share/man/man1
>   scripts/fwts-collect usr/bin

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/debian/fwts.install b/debian/fwts.install
index 2630f4ef..ec150f3a 100644
--- a/debian/fwts.install
+++ b/debian/fwts.install
@@ -1,5 +1,6 @@ 
 data/klog.json usr/share/fwts
 data/syntaxcheck.json usr/share/fwts
+data/olog.json usr/share/fwts
 usr/bin/fwts usr/bin
 usr/share/man/man1/fwts.1 usr/share/man/man1
 scripts/fwts-collect usr/bin