diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-03 14:45:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 14:45:21 +0100 |
commit | 951648f26a75948a3b8de8989c98c51698043d71 (patch) | |
tree | a7d21d84bf2b347d80bc16b3c8ac54b90e3fff29 /debian/matrix-synapse-py3.triggers | |
parent | Make sync response cache time configurable. (#10513) (diff) | |
download | synapse-951648f26a75948a3b8de8989c98c51698043d71.tar.xz |
Fix debian package triggers (#10481)
Replace the outdated list of dpkg triggers with an autogenerated one.
Diffstat (limited to 'debian/matrix-synapse-py3.triggers')
-rw-r--r-- | debian/matrix-synapse-py3.triggers | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/matrix-synapse-py3.triggers b/debian/matrix-synapse-py3.triggers deleted file mode 100644 index f8c1fdb021..0000000000 --- a/debian/matrix-synapse-py3.triggers +++ /dev/null @@ -1,9 +0,0 @@ -# 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 |