diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-20 16:48:47 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-20 16:48:47 +0000 |
commit | 0b26feb42264e742968e2a573fa1390c667f41a8 (patch) | |
tree | 2b098ed5013ce06a5bb72e540d81d9dbe71a1442 /debian/matrix-synapse-py3.triggers | |
parent | Merge pull request #4309 from KB1RD/KB1RD-fixes (diff) | |
parent | Clarify that py2 packages will continue to exist (diff) | |
download | synapse-0b26feb42264e742968e2a573fa1390c667f41a8.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'debian/matrix-synapse-py3.triggers')
-rw-r--r-- | debian/matrix-synapse-py3.triggers | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/matrix-synapse-py3.triggers b/debian/matrix-synapse-py3.triggers new file mode 100644 index 0000000000..f8c1fdb021 --- /dev/null +++ b/debian/matrix-synapse-py3.triggers @@ -0,0 +1,9 @@ +# Register interest in Python interpreter changes and +# don't make the Python package dependent on the virtualenv package +# processing (noawait) +interest-noawait /usr/bin/python3.5 +interest-noawait /usr/bin/python3.6 +interest-noawait /usr/bin/python3.7 + +# Also provide a symbolic trigger for all dh-virtualenv packages +interest dh-virtualenv-interpreter-update |