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

« back to all changes in this revision

Viewing changes to configure

  • 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:
26171
26171
fi
26172
26172
 
26173
26173
  SED=$octave_cv_path_sed
 
26174
  if test -z "$SED"; then
 
26175
    { { echo "$as_me:$LINENO: error: no usable version of sed found" >&5
 
26176
echo "$as_me: error: no usable version of sed found" >&2;}
 
26177
   { (exit 1); exit 1; }; }
 
26178
  fi
26174
26179
fi
26175
26180
 
26176
26181
{ echo "$as_me:$LINENO: result: $SED" >&5