From b0822e4ca2bc0e1b89624acd9d7e4e942c99d97e Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 26 Jul 2015 17:45:43 -0400 Subject: Unbreak the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 85c3ede broke the build – giving dh a override_dh_auto_build overrides override_dh_auto_build-{arch,indep}, so after commit 85c3ede, the documentation never got built at all and assembling packages failed. Fortunately, with 85c3ede applied, we don’t actually need to override dh_auto_build anymore, so get rid of the override_dh_auto_build and build documentation in override_dh_auto_build-indep. --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b9419d7d..d6d148aa 100755 --- a/debian/rules +++ b/debian/rules @@ -21,10 +21,6 @@ override_dh_auto_configure: LIB=/usr/lib/$(DEB_HOST_MULTIARCH) \ SRCLIB=/usr/share/urweb dh_auto_configure -- -.PHONY: override_dh_auto_build -override_dh_auto_build: - make - .PHONY: override_dh_auto_build-indep override_dh_auto_build-indep: cd doc && make manual.pdf -- cgit v1.2.3