blob: 084bfd36d53f1785640855de5d1fdc37b4f2b13b (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|