~ubuntu-branches/ubuntu/natty/iotop/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2009-09-24 14:34:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090924143443-zsa6kb0s5ls45212
Tags: 0.3.2-1
* New upstream release
  - Includes ionice functionality (Closes: #535969)
* Make the setuptools egg removal more flexible just in case
* Bump Standards-Version, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
build: build-stamp
4
4
build-stamp:
5
 
        rm -f setuptools-0.6c6-py2.4.egg
 
5
        rm -f setuptools-*.egg
6
6
        dh build
7
7
        touch build-stamp
8
8