~ubuntu-branches/ubuntu/trusty/simplestreams/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2013-10-09 17:30:23 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131009173023-6opicbdem1t7d98q
Tags: 0.1.0~bzr315-0ubuntu1
* New upstream snapshot.
  * fix interpreter written on sstream-sync, sstream-query and
    sstream-mirror. It should be python3, not python2.7. (LP: #1237637)
  * simplestreams/mirrors/__init__.py: fix bug causing resumed downloads
    to stack trace (LP: #1237658)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
override_dh_auto_install:
9
9
        dh_auto_install
10
10
        set -ex; for python in $(PY3VERS) $(PYVERS); do \
 
11
                $$python setup.py build --executable=/usr/bin/python3 && \
11
12
                $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
12
 
        done
13
 
        # there are no packages for python3-{boto, swiftclient,
 
13
        done
 
14
        # there:are no packages for python3-{boto, swiftclient,
14
15
        # glanceclient, keystonclient}, so do not package the bits
15
16
        # that would depend on them.
16
17
        for bad in openstack mirrors/glance objectstores/swift objectstores/s3; do \