~ubuntu-branches/ubuntu/vivid/oggconvert/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-05-24 14:04:57 UTC
  • Revision ID: james.westby@ubuntu.com-20090524140457-stfdnc6z5et5fcxm
Tags: 0.3.2-2ubuntu2
Pass --install-layout=deb to setup.py call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        dh_testroot
22
22
        dh_clean -k 
23
23
        dh_installdirs
24
 
        python setup.py install --root=$(CURDIR)/debian/oggconvert
 
24
        python setup.py install --root=$(CURDIR)/debian/oggconvert --install-layout=deb
25
25
 
26
26
binary-indep: build install
27
27
        dh_testdir