diff -Nru hyperestraier-1.4.13/debian/changelog hyperestraier-1.4.13/debian/changelog --- hyperestraier-1.4.13/debian/changelog 2012-08-08 17:57:32.000000000 +0000 +++ hyperestraier-1.4.13/debian/changelog 2012-10-12 11:13:22.000000000 +0000 @@ -1,3 +1,10 @@ +hyperestraier (1.4.13-7ubuntu2) quantal; urgency=low + + * Fix binary-indep target to not be a no-op, so that documentation + packages are generated. + + -- Colin Watson Fri, 12 Oct 2012 12:13:21 +0100 + hyperestraier (1.4.13-7ubuntu1) quantal; urgency=low * Merge from Debian unstable, remaining changes: diff -Nru hyperestraier-1.4.13/debian/rules hyperestraier-1.4.13/debian/rules --- hyperestraier-1.4.13/debian/rules 2012-07-26 00:12:40.000000000 +0000 +++ hyperestraier-1.4.13/debian/rules 2012-10-12 11:12:52.000000000 +0000 @@ -220,4 +220,5 @@ binary: binary-arch binary-indep binary-indep: + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch