~ubuntu-branches/ubuntu/natty/trac-git/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): David Sugar
  • Date: 2010-06-20 10:23:42 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100620102342-ku94c7kykl4b3vqq
Tags: 0.0.20100513-2ubuntu1
* Merge from debian unstable (LP: #607625)
  - Python 2.6 transition:
    + Include /usr/share/python/python.mk.
    + Pass $(py_setup_install_args) macro to setup.py install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
include /usr/share/python/python.mk
7
7
include $(CURDIR)/debian/update-patches.mk
8
 
include /usr/share/quilt/quilt.make
9
8
 
10
 
clean: unpatch
 
9
clean:
11
10
        dh_testdir
12
11
        dh_testroot
13
12
        rm -f build-stamp
21
20
 
22
21
build: build-stamp
23
22
 
24
 
build-stamp: patch
 
23
build-stamp:
25
24
        dh_testdir
26
25
        cd 0.11 && python setup.py build && cd ..
27
26
        touch $@