Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Use-jquery-and-jquery-ui-from-local-system.patch | Use jquery and jquery-ui from local system Debian wants to protect the privacy of its users and not generate external HTTP requests when it's not needed. |
=?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org> | not-needed | 2020-08-07 | ||
Reproducible-build.patch | Make the build reproducible A similar change has already been merged upstream in https://github.com/projecthamster/hamster/commit/bcbfaee65d84960f533b3ab04537cd51542fba1a |
Chris Lamb <lamby@debian.org> | not-needed | 2024-09-22 | ||
drop-distutils.patch | Drop check for ancient dbus versions This check warned against using a very old dbus version that caused breakage. However, the check used the `distutils` package for version comparison, but that package is deprecated and will be removed in an upcoming python version. Since there does not seem to be a direct alternative for version comparisons in the core Python libraries and this check is about a 4-year old dbus version anyway, just remove the check rather than adding an extra dependency just for this. diff --git a/src/hamster/client.py b/src/hamster/client.py index 8a0c297c3..ab3d3ba04 100644 |
no | upstream, https://github.com/projecthamster/hamster/commit/f14e4276d11c5d69fb6da844735cffc7a718f1f1 |