diff mbox

[rdma-core] debian: Do not require valgrind on ia64

Message ID 20180119114523.4864-1-benjamin.drung@profitbricks.com (mailing list archive)
State Accepted
Headers show

Commit Message

Benjamin Drung Jan. 19, 2018, 11:45 a.m. UTC
valgrind was not ported to ia64, and thus rdma-core shouldn't
build-depend on it.

Closes: #887511
Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leon Romanovsky Jan. 19, 2018, 12:11 p.m. UTC | #1
On Fri, Jan 19, 2018 at 12:45:23PM +0100, Benjamin Drung wrote:
> valgrind was not ported to ia64, and thus rdma-core shouldn't
> build-depend on it.
>
> Closes: #887511
> Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
> ---
>  debian/control | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Thanks, applied.
diff mbox

Patch

diff --git a/debian/control b/debian/control
index de79cb30..c3b1aadc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@  Build-Depends: cmake (>= 2.8.11),
                ninja-build,
                pkg-config,
                python,
-               valgrind [!alpha !armel !hppa !m68k !powerpcspe !sh4 !sparc64 !x32]
+               valgrind [!alpha !armel !hppa !ia64 !m68k !powerpcspe !sh4 !sparc64 !x32]
 Standards-Version: 4.1.3
 Vcs-Git: https://github.com/linux-rdma/rdma-core.git
 Vcs-Browser: https://github.com/linux-rdma/rdma-core