~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to debian/patches/50_automatic-replot-docstring.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-04-28 15:17:35 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090428151735-gm59wmfcmwec3f9e
Tags: 1:3.0.5-3
debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
rebuild' in octave and redirect stdin from /dev/null.  This is just to
help debugging the hang up on the mipsel buildd when installing
octave3.0 for building other packages (Bug#524745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 50_automatic-replot-docstring.dpatch by Rafael Laboissiere <rafael@debian.org>
3
 
##
4
 
## Introduce documentation string for the varaible automatic_replot
5
 
 
6
 
@DPATCH@
7
 
 
8
 
--- octave2.1-2.1.73.orig/doc/interpreter/plot.txi
9
 
+++ octave2.1-2.1.73/doc/interpreter/plot.txi
10
 
@@ -341,6 +341,8 @@
11
 
 any arguments.
12
 
 @end deffn
13
 
 
14
 
+@DOCSTRING(automatic_replot)
15
 
+
16
 
 Note that NaN values in the plot data are automatically omitted, and
17
 
 Inf values are converted to a very large value before calling gnuplot.
18
 
 
19
 
--- octave2.1-2.1.73.orig/doc/interpreter/var.txi
20
 
+++ octave2.1-2.1.73/doc/interpreter/var.txi
21
 
@@ -283,7 +283,7 @@
22
 
 Default value: @code{"+ "}.
23
 
 
24
 
 @item automatic_replot
25
 
-@xref{Two-Dimensional Plotting}.
26
 
+@xref{Low-Level plotting commands}.
27
 
 
28
 
 Default value: 0.
29