[Pkg-octave-commit] [octave-interval] 01/01: d/rules: Fixed building of user manual after upstream changed doc/Makefile

Oliver Heimlich oheim-guest at moszumanska.debian.org
Tue Dec 22 12:52:51 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 c23cd37564fb89e131decd900d2fe45954113103
Author: Oliver Heimlich <oheim at posteo.de>
Date:   Tue Dec 22 13:51:34 2015 +0100

    d/rules: Fixed building of user manual after upstream changed doc/Makefile
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d77f697..f822cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ octave-interval (1.3.0-1) UNRELEASED; urgency=low
 
   * Imported upstream version 1.3.0
   * d/copyright: reflect upstream changes
+  * d/rules: fixed building of user manual after upstream changes
   * d/p/texinfo-bug46083.patch: remove patch (applied upstream)
 
- -- Oliver Heimlich <oheim at posteo.de>  Tue, 22 Dec 2015 13:24:16 +0100
+ -- Oliver Heimlich <oheim at posteo.de>  Tue, 22 Dec 2015 13:50:07 +0100
 
 octave-interval (1.2.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e44ff8b..93254d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ install-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']);\"" \
+	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']); pkg ('load', '$(pkg)');\"" \
 		make -C doc manual.pdf
 
 clean::

-- 
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