~ubuntu-branches/ubuntu/saucy/trac-accountmanager/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-10-01 19:40:54 UTC
  • Revision ID: james.westby@ubuntu.com-20091001194054-vpsyeqdx5r5kjquw
Tags: 0.2.1+r5836-2
* debian/patches: add patch to fix infinite loop on login 
  (closes: #537360)
* debian/control: add quilt build-dep
* debian/rules: fix the clean target's recursive removal of dirs
  (spotted by Thorvald Natvig)
* debian/README.source: fix typo (also Thorvald Natvig's work)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
build: build-stamp
4
4
build-stamp:
 
5
        dh_quilt_patch
5
6
        python setup.py build
6
7
        touch $@
7
8
 
8
9
clean:
9
10
        dh_testdir
10
11
        dh_testroot
 
12
        dh_quilt_unpatch
11
13
        rm -f build-stamp
12
14
        dh_clean
13
 
        rm -f *.egg-info
 
15
        rm -rf *.egg-info
 
16
        rm -rf build
14
17
        find . -name *\.py[co] -exec rm {} \;
15
18
 
16
19
install: build