Package: hddemux
Version: 0.4-6
Followup-For: Bug #908138
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu cosmic ubuntu-patch

Hi Daniel,

The addition of the knot-resolver build-dependency regressed hddemux
buildability on s390x in Ubuntu, so I've patched the package there as
attached to keep it building.  Please consider applying in Debian as well.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru hddemux-0.4/debian/control hddemux-0.4/debian/control
--- hddemux-0.4/debian/control  2018-09-05 16:51:08.000000000 -0700
+++ hddemux-0.4/debian/control  2018-09-09 00:22:04.000000000 -0700
@@ -7,7 +7,7 @@
  debhelper (>= 11~),
  gnutls-bin [!arm64] <!nocheck>,
  knot-dnsutils [!arm64] <!nocheck>,
- knot-resolver [!arm64] <!nocheck>,
+ knot-resolver [!arm64 !s390x] <!nocheck>,
  libsystemd-dev,
  libuv1-dev,
  nginx-light [!arm64] <!nocheck>,
diff -Nru hddemux-0.4/debian/rules hddemux-0.4/debian/rules
--- hddemux-0.4/debian/rules    2018-09-05 16:44:33.000000000 -0700
+++ hddemux-0.4/debian/rules    2018-09-09 00:22:04.000000000 -0700
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-KRESD_BROKEN_ARCHES := arm64
+KRESD_BROKEN_ARCHES := arm64 s390x
 ifneq (, $(filter $(DEB_HOST_ARCH), $(KRESD_BROKEN_ARCHES)))
   DEB_BUILD_OPTIONS += nocheck
 endif

Reply via email to