~ubuntu-branches/ubuntu/natty/flup/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2007-09-12 20:22:04 UTC
  • mfrom: (1.2.1 upstream) (4 gutsy)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20070912202204-fg63etr9vzaf8hea
* New upstream release
* http://www.saddi.com/software/news/archives/58-flup-1.0-released.html
* Added a note in the description that people should probably start thinking
  of moving to modwsgi.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        dh_testdir
6
6
        dh_testroot
7
7
        python setup.py clean
 
8
        find . -name *\.py[co] -exec rm {} \;
8
9
        rm -rf build
9
 
        dh_clean 
 
10
        dh_clean
10
11
 
11
12
build: #blank
12
13
install: build
13
14
        dh_testdir
14
15
        dh_testroot
15
 
        dh_clean -k 
 
16
        dh_clean -k
16
17
        dh_installdirs
17
18
        python setup.py install --no-compile --root=debian/python-flup/
18
19