~ubuntu-branches/ubuntu/wily/python-daap/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2009-03-10 19:24:46 UTC
  • Revision ID: james.westby@ubuntu.com-20090310192446-itb7dj2epvrjvamv
Tags: 0.7.1-1ubuntu1
* Build for Python 2.6.
  - debian/rules: Pass "--install-layout=dev" into setup.py install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        # Add here commands to install the package into debian/python-daap.
35
35
        for python in ${PYTHONS}; \
36
36
        do \
37
 
          $$python setup.py install --root=$(CURDIR)/debian/python-daap; \
 
37
          $$python setup.py install --root=$(CURDIR)/debian/python-daap --install-layout=deb; \
38
38
        done;
39
39
 
40
40
# Build architecture-independent files here.