My previous NMU failed to build on the autobuilders due to a pre-existing bug in debian/rules; the version of sbuild I tested with didn't pick that up. I've uploaded this further change to fix that.
-- Colin Watson [cjwat...@debian.org]
diff -u yapps2-2.1.1/debian/changelog yapps2-2.1.1/debian/changelog --- yapps2-2.1.1/debian/changelog +++ yapps2-2.1.1/debian/changelog @@ -1,3 +1,11 @@ +yapps2 (2.1.1-17.5) unstable; urgency=medium + + * Non-maintainer upload. + * Move binary-arch rule to binary-indep, since all our binary packages are + Architecture: all. + + -- Colin Watson <cjwat...@debian.org> Tue, 08 Nov 2016 19:48:31 +0000 + yapps2 (2.1.1-17.4) unstable; urgency=medium * Non-maintainer upload. diff -u yapps2-2.1.1/debian/rules yapps2-2.1.1/debian/rules --- yapps2-2.1.1/debian/rules +++ yapps2-2.1.1/debian/rules @@ -73,10 +73,6 @@ # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs @@ -97,4 +93,8 @@ dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure