~ubuntu-branches/ubuntu/intrepid/pyxine/intrepid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-11-06 22:29:21 UTC
  • Revision ID: james.westby@ubuntu.com-20081106222921-10meoko7wcehm4be
Tags: 0.1alpha2-4ubuntu0.1
* debian/rules:
  - Don't install conflicting files in the dbg package (lp: #292870).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
            $$python-dbg setup.py install --no-compile --root=$(CURDIR)/debian/python-pyxine-dbg ; \
47
47
        done
48
48
 
 
49
        # remove things not needed in a debug package
 
50
        find debian/python-pyxine-dbg ! -type d ! -name '*_d.so' | xargs rm -f
 
51
        find debian/python-pyxine-dbg -depth -empty -exec rmdir {} \;
 
52
 
49
53
binary-indep: build install
50
54
        # Nothing to be done here.
51
55