~ubuntu-branches/ubuntu/wily/python-oslo.i18n/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-01-09 08:59:24 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150109085924-tji0qohd8lvinso3
Tags: 1.3.0-0ubuntu1
* New upstream release
* debian/control, debian/rules: Transition to python-oslo-i18n.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
override_dh_install:
15
15
        set -e && for pyvers in $(PYTHONS); do \
16
16
                python$$pyvers setup.py install --install-layout=deb \
17
 
                        --root $(CURDIR)/debian/python-oslo.i18n; \
 
17
                        --root $(CURDIR)/debian/python-oslo-i18n; \
18
18
        done
19
19
        set -e && for pyvers in $(PYTHON3S); do \
20
20
                python$$pyvers setup.py install --install-layout=deb \
21
 
                        --root $(CURDIR)/debian/python3-oslo.i18n; \
 
21
                        --root $(CURDIR)/debian/python3-oslo-i18n; \
22
22
        done
23
23
 
24
24
override_dh_auto_test:
31
31
        rm -rf build
32
32
 
33
33
override_dh_sphinxdoc:
34
 
        sphinx-build -b html doc/source debian/python-oslo.i18n-doc/usr/share/doc/python-oslo.i18n-doc/html
 
34
        sphinx-build -b html doc/source debian/python-oslo.i18n-doc/usr/share/doc/python-oslo-i18n-doc/html
35
35
        dh_sphinxdoc -O--buildsystem=python_distutils
36
36
 
37
37
# Commands not to run