~ubuntu-branches/ubuntu/quantal/python-django/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2009-05-09 15:24:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090509152436-95371kawjsz5gp57
Tags: 1.0.2-5ubuntu1
Python 2.6 transition. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
include /usr/share/quilt/quilt.make
 
4
include /usr/share/python/python.mk
4
5
 
5
6
PREFIX = debian/python-django
6
 
DJANGO_DIR = $(PREFIX)/usr/lib/`pyversions -d`/site-packages/django
 
7
DJANGO_DIR = $(PREFIX)/$(call py_libdir_sh,`pyversions -d`)/django
7
8
 
8
9
%:
9
10
        dh $@