Hello, I've found no patch attached to this thread, only a build log, so here is one to make it buildable on aarch64 qemu, hope you like:
diff --git a/debian/control b/debian/control index 96dfe0b..5b41697 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dancer-xml Section: libs Priority: optional Maintainer: Junichi Uekawa <dan...@debian.org> -Build-Depends: debhelper (>> 4.0.0), libtool, d-shlibs (>= 0.4), doxygen +Build-Depends: debhelper (>> 4.0.0), libtool, d-shlibs (>= 0.4), doxygen, autotools-dev Standards-Version: 3.6.2 Package: libdancer-xml0 diff --git a/debian/rules b/debian/rules index 142bb92..dd8f758 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. + dh_autotools-dev_updateconfig ./configure -prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc touch configure-stamp @@ -32,7 +31,6 @@ clean: rm -f build-stamp configure-stamp rm -rf $(PACKAGETMP) -$(MAKE) distclean + dh_autotools-dev_restoreconfig dh_clean install: build