~ubuntu-branches/ubuntu/raring/newt/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-06-27 11:59:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110627115901-iy4cc77mpux627mc
Tags: 0.52.11-2ubuntu8
Convert to dh_python2 (Debian #616915, LP: #788514).

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
        dh_installdirs -p $@ 
212
212
        dh_install -p $@ --sourcedir=$(BUILD_TREE)
213
213
        dh_strip -p $@ --dbg-package python-newt-dbg
214
 
        DH_PYCENTRAL=include-links dh_pycentral -p $@
 
214
        dh_python2 -p $@
215
215
        dh_installdocs -p $@ $(BUILD_TREE)/newt.spec
216
216
        # Currently disabled, as debian-test has been removed.
217
217
        # chmod +x debian/whiptail/usr/lib/debian-test/tests/whiptail/test-newt.sh/test-newt.sh
236
236
        done
237
237
        dh_installdirs -p $@ 
238
238
        dh_install -p $@ --sourcedir=$(BUILD_TREE)
239
 
        DH_PYCENTRAL=include-links dh_pycentral -p $@
 
239
        dh_python2 -p $@
240
240
        mkdir -p debian/python-newt-dbg/usr/share/doc
241
241
        ln -sf python-newt debian/python-newt-dbg/usr/share/doc/python-newt-dbg
242
242
        dh_compress -p $@