
* Only installs code+virtualenv, not uwsgi etc * Build with: dpkg-buildpackage -us -uc Change-Id: I18be6107592c065085c6a2cf49cf9bc061a8313f
9 lines
345 B
Plaintext
9 lines
345 B
Plaintext
# Register interest in Python interpreter changes (Python 2 for now); and
|
|
# don't make the Python package dependent on the virtualenv package
|
|
# processing (noawait)
|
|
interest-noawait /usr/bin/python2.6
|
|
interest-noawait /usr/bin/python2.7
|
|
|
|
# Also provide a symbolic trigger for all dh-virtualenv packages
|
|
interest dh-virtualenv-interpreter-update
|