~ubuntu-branches/ubuntu/saucy/wicd/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-02-01 18:43:38 UTC
  • Revision ID: james.westby@ubuntu.com-20100201184338-52c1kxi57e5cvnsy
Tags: 1.7.0-3
* Remove .pyo and .pyc files upon package removal (Closes: #565637)
  - debian/wicd-daemon.postrm updated
  - debian/wicd-cli.postrm, debian/wicd-curses.postrm,
    debian/wicd-gtk.postrm added
* debian/control:
  - removed trailing comma in wicd-daemon Recommends
  - Standards-Version bumped to 3.8.4, no changes needed
* debian/wicd-daemon.postinst: better handle upgrades (Closes: #566023)
* debian/wicd-daemon.wicd.init: correctly handle the exit code for
  the "status" command (Closes: #567070)
* debian/patches/:
  - 03-fix_typo_wicd-cli.patch added, fixes typo preventing
    wicd-cli from working at all (Closes: #567665)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
override_dh_installinit:
45
45
        dh_pysupport -i
46
 
        dh_installinit -i --name=wicd
 
46
        dh_installinit -i --name=wicd --restart-after-upgrade
47
47
 
48
48
%:
49
49
        dh --with quilt $@