~ubuntu-branches/ubuntu/vivid/gedit-plugins/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-22 15:59:57 UTC
  • Revision ID: package-import@ubuntu.com-20140222155957-4sqy9oht0m7g3il7
Tags: 3.10.1-1ubuntu2
Don't use a python3.x shebang.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                        debian/control.in > debian/control
22
22
 
23
23
binary-install/gedit-plugins::
24
 
        dh_python3 -p$(cdbs_curpkg) --no-ext-rename /usr/lib/$(DEB_HOST_MULTIARCH)/gedit/plugins
25
 
        dh_python3 -p$(cdbs_curpkg) --no-ext-rename /usr/share/gedit/plugins
 
24
        dh_python3 --shebang=/usr/bin/python3 -p$(cdbs_curpkg) --no-ext-rename /usr/lib/$(DEB_HOST_MULTIARCH)/gedit/plugins
 
25
        dh_python3 --shebang=/usr/bin/python3 -p$(cdbs_curpkg) --no-ext-rename /usr/share/gedit/plugins
26
26
        find debian/$(cdbs_curpkg) -name '*.la' -delete
27
27