diff -Nru ipe-7.2.23+dfsg1/debian/changelog ipe-7.2.23+dfsg1/debian/changelog --- ipe-7.2.23+dfsg1/debian/changelog 2020-12-26 16:24:35.000000000 +0000 +++ ipe-7.2.23+dfsg1/debian/changelog 2021-01-10 22:52:36.000000000 +0000 @@ -1,3 +1,12 @@ +ipe (7.2.23+dfsg1-2) unstable; urgency=medium + + [ Steve Robbins ] + * [acfeb5f] Make the docs target a dependency of build-arch + (not install) so that it will be picked up in --arch=any builds. + Closes: #979311 + + -- Steve M. Robbins Sun, 10 Jan 2021 16:52:36 -0600 + ipe (7.2.23+dfsg1-1) unstable; urgency=medium [ Steve Robbins ] diff -Nru ipe-7.2.23+dfsg1/debian/rules ipe-7.2.23+dfsg1/debian/rules --- ipe-7.2.23+dfsg1/debian/rules 2020-12-26 16:24:35.000000000 +0000 +++ ipe-7.2.23+dfsg1/debian/rules 2021-01-10 22:52:36.000000000 +0000 @@ -13,7 +13,7 @@ %: dh $@ --sourcedirectory=src -install: debian/ipetoipe docs +build-arch: debian/ipetoipe docs docs: make -C src documentation