From ef708c07defab523a288d011cb40c9c497d537f9 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Fri, 9 Nov 2018 22:20:28 +0100 Subject: New version fixing build on some archs --- debian/changelog | 9 +++++++++ debian/control | 3 ++- debian/rules | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 174f2a0..3944e80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +osmo-hlr (0.2.1-3) unstable; urgency=medium + + * debian/control: + - Add my name to uploaders + * debian/rules: + - Disable tests on the architectures mips64el, mipsel and alpha. + + -- Ruben Undheim Fri, 09 Nov 2018 22:19:28 +0100 + osmo-hlr (0.2.1-2) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index 1413c1e..6b99da2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: osmo-hlr Section: net Priority: optional Maintainer: Debian Mobcom Maintainers -Uploaders: Thorsten Alteholz +Uploaders: Thorsten Alteholz , + Ruben Undheim Build-Depends: debhelper (>= 11), pkg-config, python-minimal, diff --git a/debian/rules b/debian/rules index f143440..3cfe3e8 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,9 @@ override_dh_auto_test: [ "${arch}" = "powerpc" ] || \ [ "${arch}" = "ppc64" ] || \ [ "${arch}" = "sparc64" ] || \ + [ "${arch}" = "mips64el" ] || \ + [ "${arch}" = "mipsel" ] || \ + [ "${arch}" = "alpha" ] || \ [ "${arch}" = "mips" ] ; then \ echo "Do not care of test result on this architecture" ;\ else \ -- cgit v1.2.3