~launchpad-committers/ubuntu/karmic/pysvn/launchpad-ppa

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Max Bowsher
  • Date: 2009-09-14 03:22:02 UTC
  • Revision ID: maxb@f2s.com-20090914032202-2v9niu57fs7aduwq
Tags: 1.7.0-1ubuntu3launchpad~maxb2
Rename the __init__.py back to its proper name on installation, so that
the package actually is importable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        dh_installdirs -ppython-svn \
105
105
        usr/lib/python$*/$(if $(filter $*, 2.4 2.5),site,dist)-packages/pysvn
106
106
        cp -p _pysvn_$(subst .,_,$*).so $(d)/usr/lib/python$*/$(if $(filter $*, 2.4 2.5),site,dist)-packages/pysvn/
107
 
        cp -p __init__$(subst .,_,$*).py $(d)/usr/lib/python$*/$(if $(filter $*, 2.4 2.5),site,dist)-packages/pysvn/
 
107
        cp -p __init__$(subst .,_,$*).py $(d)/usr/lib/python$*/$(if $(filter $*, 2.4 2.5),site,dist)-packages/pysvn/__init__.py
108
108
dbg-install-python%:
109
109
        dh_installdirs -ppython-svn-dbg \
110
110
                usr/lib/python$*/$(if $(filter $*, 2.4 2.5),site,dist)-packages/pysvn