~ubuntu-branches/ubuntu/utopic/pyxine/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jaldhar H. Vyas
  • Date: 2006-11-01 23:41:48 UTC
  • Revision ID: james.westby@ubuntu.com-20061101234148-ifw96o517iiwb1zo
Tags: 0.1alpha2-3
Reintroduced into Debian (Closes: #369152)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        dh_testroot
36
36
        dh_clean -k 
37
37
        dh_installdirs
38
 
        python setup.py install --no-compile --root=`pwd`/debian/python-pyxine
 
38
        python setup.py install --no-compile --root=$(CURDIR)/debian/python-pyxine
 
39
 
 
40
binary-indep: build install
 
41
        # Nothing to be done here.
39
42
 
40
43
binary-arch: build install
41
44
        dh_testdir -a
43
46
        dh_installdocs -a
44
47
        dh_installchangelogs -a ChangeLog
45
48
        dh_installdocs -a
 
49
        dh_pycentral -a
46
50
        dh_installexamples -a examples/*
47
51
        dh_link -a
48
52
        dh_strip -a