~ubuntu-branches/ubuntu/hardy/tipa/hardy

« back to all changes in this revision

Viewing changes to debian/tipa.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2007-12-09 12:33:20 UTC
  • Revision ID: james.westby@ubuntu.com-20071209123320-aqx6wvmyho6ja0t7
Tags: 2:1.3-10
* debian/tipa.preinst: Adjusted version of the last release in which
  the obsolete configuration file 10tipa.cfg appeared, such that it will be
  removed on upgrading (thanks to Kumar Appaiah for the heads up,
  closes: #455120)
* debian/control:
  + Added Homepage field
  + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
  + Dropped the Homepage pseudo-header from the extended descriptions
  + Bumped Standards-Version to 3.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    upgrade|install)
64
64
        set -e
65
65
        config_move /etc/texmf/dvips/tipa.map /etc/texmf/fonts/map/dvips
66
 
        if dpkg --compare-versions "$2" le 2:1.2-2 ; then
 
66
        if dpkg --compare-versions "$2" le 2:1.3-4 ; then
67
67
            rm_conffile tipa /etc/texmf/updmap.d/10tipa.cfg
68
68
        fi
69
69
    ;;