diff mbox

debian/control: add back libjson0-dev for precise

Message ID 1463631075-17078-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung May 19, 2016, 4:11 a.m. UTC
commit b005a5b06322a32f759d1eff4a2f912651269e34 fixes build failure
for yakkety but build fails on precise.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu May 19, 2016, 4:16 a.m. UTC | #1
On 2016年05月19日 12:11, Alex Hung wrote:
> commit b005a5b06322a32f759d1eff4a2f912651269e34 fixes build failure
> for yakkety but build fails on precise.
>
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   debian/control | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian/control b/debian/control
> index ab3c801..0040e8a 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -4,7 +4,7 @@ Priority: optional
>   Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com>
>   Uploaders: Colin King <colin.king@ubuntu.com>, Keng-Yu Lin <kengyu@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Ivan Hu <ivan.hu@canonical.com>
>   Standards-Version: 3.9.6
> -Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson-c-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
> +Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson0-dev | libjson-c-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
>
>   Package: fwts
>   Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King May 19, 2016, 5:33 a.m. UTC | #2
On 19/05/16 05:16, ivanhu wrote:
> 
> 
> On 2016年05月19日 12:11, Alex Hung wrote:
>> commit b005a5b06322a32f759d1eff4a2f912651269e34 fixes build failure
>> for yakkety but build fails on precise.
>>
>> Signed-off-by: Alex Hung <alex.hung@canonical.com>
>> ---
>>   debian/control | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/debian/control b/debian/control
>> index ab3c801..0040e8a 100644
>> --- a/debian/control
>> +++ b/debian/control
>> @@ -4,7 +4,7 @@ Priority: optional
>>   Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com>
>>   Uploaders: Colin King <colin.king@ubuntu.com>, Keng-Yu Lin
>> <kengyu@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Ivan Hu
>> <ivan.hu@canonical.com>
>>   Standards-Version: 3.9.6
>> -Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool,
>> libjson-c-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf,
>> dkms, libglib2.0-dev, pkg-config, libfdt-dev
>> +Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool,
>> libjson0-dev | libjson-c-dev (>= 0.9), flex, bison, hardening-wrapper,
>> dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
>>
>>   Package: fwts
>>   Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
>>
> 
> Acked-by: Ivan Hu <ivan.hu@canonical.com>
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox

Patch

diff --git a/debian/control b/debian/control
index ab3c801..0040e8a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@  Priority: optional
 Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com>
 Uploaders: Colin King <colin.king@ubuntu.com>, Keng-Yu Lin <kengyu@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Ivan Hu <ivan.hu@canonical.com>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson-c-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
+Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson0-dev | libjson-c-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
 
 Package: fwts
 Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x