Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
debian/0001-release-check.patch | Disable checking for new upstream releases enabled by default. Users can still enable it through the preferences menus. diff -Naurp deluge.orig/deluge/core/preferencesmanager.py deluge/deluge/core/preferencesmanager.py |
Adam Cécile <gandalf@le-vert.net> | no | |||
debian/0002-setuptools-60.patch | Import setuptools before distutils (Closes: #1022491). setuptools 60 uses its own bundled version of distutils, by default. It injects this into sys.modules, at import time. So we need to make sure that it is imported, before anything else imports distutils, to ensure everything is using the same distutils version. . This change in setuptools is to prepare for Python 3.12, which will drop distutils. . https://github.com/deluge-torrent/deluge/pull/400 diff -Naurp deluge.orig/setup.py deluge/setup.py |
Stefano Rivera <stefanor@debian.org> | no | |||
debian/0003-systemd.patch | n/a diff -Naurp deluge.orig/packaging/systemd/deluged.service deluge/packaging/systemd/deluged.service |
n/a | no |