~ubuntu-branches/ubuntu/lucid/xdvik-ja/lucid

« back to all changes in this revision

Viewing changes to debian/xdvik-ja.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA, TSUCHIYA Masatoshi, Atsuhito Kohda
  • Date: 2010-01-05 12:58:43 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100105125843-astcnzubjm3aend6
Tags: 22.84.13-j1.34-2.1
* NMU.  In fact this is a co-operation with a maintainer and an uploader.
[TSUCHIYA Masatoshi]
* Removed defoma from depends and build-dep - closes: #458863
* Call libtool with `--tag=cc' option - closes: #511908
[Atsuhito Kohda]
* Fixed to work under TeXLive2009 (kpathsea5).  (Closes: #527526, #560964)
* Changed sponsor and uploader.
* Fixed control, compat, rules and prerm files to erase lintian warnings.
 - added ${misc:Depends} and ttf-sazanami-mincho, ttf-vlgothic in control.
 - changed from 4 to 7 in compat file.
 - so replaced "dh_clean -k" with "dh_prep" in rules file.
 - removed prepended path in prerm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
case "$1" in
21
21
    remove)
22
22
        update-alternatives --remove xdvi.bin /usr/bin/xdvi-ja.real
23
 
        ;;
24
 
    upgrade|deconfigure|failed-upgrade)
 
23
        if [ -x /usr/bin/defoma-app ]; then
 
24
            defoma-app purge xdvik-ja
 
25
        fi
 
26
        ;;
 
27
    upgrade)
 
28
        if [ -x /usr/bin/defoma-app ]; then
 
29
            defoma-app purge xdvik-ja
 
30
        fi
 
31
        ;;
 
32
    deconfigure|failed-upgrade)
25
33
        ;;
26
34
    *)
27
35
        echo "prerm called with unknown argument \`$1'" >&2