~ubuntu-branches/ubuntu/precise/totem/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-08-09 21:53:17 UTC
  • Revision ID: james.westby@ubuntu.com-20110809215317-jyx3skp4tcmrol24
Tags: 3.0.1-0ubuntu3
* Build-depend on gstreamer0.10-gconf, which is split out now from
  gstreamer0.10-plugins-good.
* python-support is deprecated; migrate to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
endif
30
30
 
31
31
binary-install/totem::
32
 
        dh_pysupport -ptotem
 
32
        dh_python2 -ptotem /usr/lib/totem/totem
33
33
binary-install/totem-plugins::
34
 
        dh_pysupport -ptotem-plugins /usr/lib/totem/plugins
 
34
        dh_python2 -ptotem-plugins /usr/lib/totem/plugins
35
35
binary-install/totem-plugins-extra::
36
 
        dh_pysupport -ptotem-plugins-extra /usr/lib/totem/plugins
 
36
        dh_python2 -ptotem-plugins-extra /usr/lib/totem/plugins
37
37
 
38
38
common-binary-predeb-arch::
39
39
        find debian -name *.a -exec rm '{}' \;