All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PATCH] debian/control: add pkg-config as build dep
@ 2017-02-17 13:48 Henning Schild
  2017-02-17 14:14 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Henning Schild @ 2017-02-17 13:48 UTC (permalink / raw)
  To: xenomai

Required for PKG_CHECK_MODULES that is used for fuse in configure

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2225648..86e8e37 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: xenomai
 Section: devel
 Priority: extra
 Maintainer: Xenomai <xenomai@xenomai.org>
-Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool
+Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool,
+ pkg-config
 Standards-Version: 3.9.3
 Homepage: http://www.xenomai.org/
 
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Xenomai] [PATCH] debian/control: add pkg-config as build dep
  2017-02-17 13:48 [Xenomai] [PATCH] debian/control: add pkg-config as build dep Henning Schild
@ 2017-02-17 14:14 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2017-02-17 14:14 UTC (permalink / raw)
  To: Henning Schild, xenomai

On 02/17/2017 02:48 PM, Henning Schild wrote:
> Required for PKG_CHECK_MODULES that is used for fuse in configure
> 
> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>  debian/control | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/debian/control b/debian/control
> index 2225648..86e8e37 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -2,7 +2,8 @@ Source: xenomai
>  Section: devel
>  Priority: extra
>  Maintainer: Xenomai <xenomai@xenomai.org>
> -Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool
> +Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool,
> + pkg-config
>  Standards-Version: 3.9.3
>  Homepage: http://www.xenomai.org/
>  
> 

Merged, thanks.

-- 
Philippe.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-17 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-17 13:48 [Xenomai] [PATCH] debian/control: add pkg-config as build dep Henning Schild
2017-02-17 14:14 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.