diff -Nru osmo-hlr-0.2.1/debian/changelog osmo-hlr-0.2.1/debian/changelog --- osmo-hlr-0.2.1/debian/changelog 2018-11-06 06:54:48.000000000 +0000 +++ osmo-hlr-0.2.1/debian/changelog 2018-11-09 21:19:28.000000000 +0000 @@ -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 -Nru osmo-hlr-0.2.1/debian/control osmo-hlr-0.2.1/debian/control --- osmo-hlr-0.2.1/debian/control 2018-11-06 06:54:48.000000000 +0000 +++ osmo-hlr-0.2.1/debian/control 2018-11-09 21:19:28.000000000 +0000 @@ -2,7 +2,8 @@ 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 -Nru osmo-hlr-0.2.1/debian/rules osmo-hlr-0.2.1/debian/rules --- osmo-hlr-0.2.1/debian/rules 2018-11-06 06:54:48.000000000 +0000 +++ osmo-hlr-0.2.1/debian/rules 2018-11-09 21:19:28.000000000 +0000 @@ -19,6 +19,9 @@ [ "${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 \