Package: python-django-compressor
Version: 2.4-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu hirsute ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* d/control: Drop runtime dependency on python-calmjs to a Suggests
as it is an optional dependency and rjsmin already provides the
default JS minifier implementation.
Thanks for considering the patch.
-- System Information:
Debian Release: bullseye/sid
APT prefers groovy-updates
APT policy: (500, 'groovy-updates'), (500, 'groovy-security'), (500,
'groovy'), (100, 'groovy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.8.0-33-generic (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-django-compressor-2.4/debian/control
python-django-compressor-2.4/debian/control
--- python-django-compressor-2.4/debian/control 2020-10-14 10:14:55.000000000
+0100
+++ python-django-compressor-2.4/debian/control 2021-01-07 10:13:16.000000000
+0000
@@ -39,7 +39,6 @@
Architecture: all
Depends:
python3-csscompressor (>= 0.9.5),
- python3-calmjs,
python3-django,
python3-django-appconf (>= 1.0.3),
python3-rcssmin,
@@ -47,6 +46,8 @@
python3-six,
${misc:Depends},
${python3:Depends},
+Suggests:
+ python3-calmjs,
Description: Compresses linked, inline JS or CSS into single cached files -
Python 3.x
Django Compressor combines and compresses linked and inline Javascript or CSS
in a Django templates into cacheable static files by using the compress