~ubuntu-branches/ubuntu/quantal/gcc-defaults/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/.svn/text-base/gfortran.prerm.svn-base

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-12-11 10:58:11 UTC
  • Revision ID: james.westby@ubuntu.com-20051211105811-bjzjotv0gujiqgy6
Tags: 1.30
* Fix gfortran prerm script (closes: #334081).
* Clarify gfortran package description (closes: #333348).
* Remove version number of release, picky RM ... (closes: #321092).
* Build java packages for mips again.
* Update c99(1) man page (closes: #324687).
* Depend on the 3.4.5 final release, depend on the g++ versions
  after changing the libstdc++ allocator.
* Handle /lib/cpp as an alternative.
* gcj: Depend on libgcj-dev and gij.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
if [ $1 != "upgrade" ]; then
 
4
    update-alternatives --remove f95 /usr/bin/gfortran
 
5
fi
 
6
 
 
7
#DEBHELPER#