~ubuntu-branches/ubuntu/lucid/ksshaskpass/lucid

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Armin Berres
  • Date: 2010-01-02 00:01:55 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100102000155-5lbgltmmc9x25fg3
Tags: 0.5.3-1
* New upstream release.
  - Upload to unstable.
* Raise standards version to 3.8.3. No changes needed.
* Use dh v7 and minimal rules file:
  - Build depend on debhelper 7.3 for cmake support.
* Switch package to dpkg-source format 3.0 (quilt).
* Add README.Debian.
* Update my email address.
* Depend on ${misc:Depends}.
* Override lintian warning 'desktop-command-not-in-package'.
* Remove unused postrm file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
case "$1" in
22
22
    configure)
23
23
        update-alternatives --quiet \
24
 
            --install /usr/bin/ssh-askpass ssh-askpass \
25
 
            /usr/bin/ksshaskpass 35
 
24
            --install /usr/bin/ssh-askpass ssh-askpass /usr/bin/ksshaskpass 35 \
 
25
            --slave /usr/share/man/man1/ssh-askpass.1.gz ssh-askpass.1.gz "/usr/share/man/man1/ksshaskpass.1.gz"
26
26
    ;;
27
27
 
28
28
    abort-upgrade|abort-remove|abort-deconfigure)