[Pkg-octave-commit] [octave-interval] 02/03: d/rules: Added explicit dependency to build the docs after pkg install

Oliver Heimlich oheim-guest at moszumanska.debian.org
Wed Oct 7 21:07:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

oheim-guest pushed a commit to branch master
in repository octave-interval.

commit d1b9990b14a087dbe8c810a3e83349968058a2ad
Author: Oliver Heimlich <oheim at posteo.de>
Date:   Wed Oct 7 23:00:27 2015 +0200

    d/rules: Added explicit dependency to build the docs after pkg install
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5693f13..6649886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ indepshr = $(CURDIR)/debian/octave-$(pkg)-common/usr/share
 DEB_DH_INSTALL_SOURCEDIR = debian/octave-$(pkg)
 
 install-docs: build-docs
-build-docs::
+build-docs:: install-pkg
 	# The documentation build needs to load the package,
 	# so we have to set paths for the build process.
 	OCTAVE="$(octave) $(octave_options) --eval \"pkg ('prefix', [pwd(),'/../$(debpkg)/$(mpath)'], [pwd(),'/../$(debpkg)/$(bpath)']); pkg ('local_list', [pwd(),'/../local-list']); pkg ('global_list', [pwd(),'/../global-list']);\"" \

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-interval.git



More information about the Pkg-octave-commit mailing list