~ubuntu-branches/ubuntu/trusty/python-boto/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Eric Evans
  • Date: 2011-07-30 19:43:19 UTC
  • Revision ID: james.westby@ubuntu.com-20110730194319-sdqh04rziw9l37qi
Tags: 1.9b-6
Convert packaging to dh_python2 (Closes: #631430).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        dh_installdirs
29
29
 
30
30
        python setup.py install --root $(CURDIR)/debian/python-boto \
31
 
                --install-scripts usr/share/doc/python-boto/examples/
 
31
                --install-scripts usr/share/doc/python-boto/examples/ \
 
32
                --install-layout=deb
32
33
 
33
34
        for f in `find $(CURDIR)/debian/python-boto -name \*.py`; do \
34
35
            sed -e '\,^#!/usr/bin/env python,d' < $$f > $$f.tmp; \
44
45
        dh_installchangelogs
45
46
        dh_compress
46
47
        dh_fixperms
47
 
        dh_pysupport
 
48
        dh_python2
48
49
        dh_gencontrol
49
50
        dh_installdeb
50
51
        dh_md5sums