~manishsinha/software-properties/fix-874766-updates-tab-failed-auth

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Colin Watson
  • Date: 2012-11-01 10:05:08 UTC
  • Revision ID: cjwatson@canonical.com-20121101100508-q0laca8zfc086bmd
Force the python3 shebang to /usr/bin/python3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
               $$python setup.py install --root=$(CURDIR)/debian/tmp \
26
26
                                                --install-layout=deb; \
27
27
        done
 
28
 
 
29
override_dh_python3:
 
30
        dh_python3 --shebang=/usr/bin/python3