diff mbox

[09/11] pkg/debian/control: fix bin package section name

Message ID 1458305959-26825-10-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 3fff794caf091168ece5db13f4e668d48e4adbab
Headers show

Commit Message

Anders Roxell March 18, 2016, 12:59 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 pkg/debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ricardo Salveti March 22, 2016, 9:44 p.m. UTC | #1
On Fri, Mar 18, 2016 at 9:59 AM, Anders Roxell <anders.roxell@linaro.org> wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  pkg/debian/control | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pkg/debian/control b/pkg/debian/control
> index 0c5821b..1345770 100644
> --- a/pkg/debian/control
> +++ b/pkg/debian/control
> @@ -11,7 +11,7 @@ Vcs-Git: git://git.linaro.org/lng/odp.git
>  Vcs-Browser: https://git.linaro.org/lng/odp.git
>
>  Package: odp-linux-bin
> -Section: libdevel
> +Section: devel
>  Architecture: any
>  Multi-Arch: allowed
>  Depends: ${misc:Depends}, ${shlibs:Depends}
> --
> 2.1.4

Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org>
diff mbox

Patch

diff --git a/pkg/debian/control b/pkg/debian/control
index 0c5821b..1345770 100644
--- a/pkg/debian/control
+++ b/pkg/debian/control
@@ -11,7 +11,7 @@  Vcs-Git: git://git.linaro.org/lng/odp.git
 Vcs-Browser: https://git.linaro.org/lng/odp.git
 
 Package: odp-linux-bin
-Section: libdevel
+Section: devel
 Architecture: any
 Multi-Arch: allowed
 Depends: ${misc:Depends}, ${shlibs:Depends}