~ubuntu-branches/ubuntu/raring/iotop/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2009-05-04 14:17:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090504141706-wclkk87c38r29ozb
Tags: 0.3-1
* New upstream release
  - displays IO scheduling class and priority (Closes: #521360)
  - iotop -bo output can now be piped (LP: #337882)
  - 01_fix_nfs_crash.patch was included, drop it
* Bump Standards-Version, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
include /usr/share/quilt/quilt.make
4
 
 
5
3
build: build-stamp
6
 
build-stamp: $(QUILT_STAMPFN)
 
4
build-stamp:
7
5
        rm -f setuptools-0.6c6-py2.4.egg
8
6
        dh build
9
7
        touch build-stamp
10
8
 
11
 
clean: unpatch
 
9
clean:
12
10
        rm -rf iotop.egg-info
13
11
        dh clean
14
12