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

« back to all changes in this revision

Viewing changes to debian/in/PACKAGE.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber
  • Date: 2009-10-12 20:15:16 UTC
  • Revision ID: james.westby@ubuntu.com-20091012201516-qynfccv1e6xiw2zf
Tags: 1:3.0.5-7
 
* Merge changes from the 3.2 branch into the 3.0 upload:
  - Drop the arm-specific build-dependencies on gcc and g++ 4.1 
    (closes: #533803)
  - Pass explicit FLIBS to ./configure, to avoid a library path with an
    explicit compiler path in mkoctfile. This allows us to depend on gcc and
    friends without a version (closes: #543291). Consequently, drop
    the explicit dependencies from debian/in/control and debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
rebuild_pkg_database () {
15
15
    octave-$VERSION --silent --no-history --no-init-file        \
16
 
                    --eval "pkg ('-verbose', 'rebuild');"       \
17
 
                    < /dev/null
 
16
                    --eval "pkg ('rebuild');"
18
17
}
19
18
 
20
19
case "$1" in