Your message dated Fri, 15 Jan 2021 23:48:53 +0000
with message-id <[email protected]>
and subject line Bug#978070: fixed in roundcube 1.4.10+dfsg.2-1
has caused the Debian Bug report #978070,
regarding src:roundcube: LESS-generated code installed only compressed, unlike
other CSS code
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
978070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978070
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:roundcube
Version: 1.4.9+dfsg.1-1
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
During install, all CSS code gets compressed using yui-compressor, and
then compressed CSS code is generated from LESS code.
As a result, some CSS is installed both uncompressed and compressed,
while some is installed only compressed.
I suggest to reorder those rules and drop the lessc compression option.
That way all CSS is installed both uncompressed and compressed.
- Jonas
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl/l4oUACgkQLHwxRsGg
ASGqTg//ZedXmS9D1LaTmZbYc+ZNO0vC4M8pEylqFe3Zj94lVau+upv2KbMWPYpx
cWWU4WOtX1/5PpdNS1CMG3sVEsJ/lJ9gQRL+G5STPx4cDYv3KH/hfmlGOnbxvNhp
cE1we5SQaXvwcaaDxYVrNuCHCW++jO32T02aazR7PfNxj0RwX+Xt0AuQ2WsyrS6X
7XskPOQgkIrnonbK1kfHTqUoW03GIWd2L9NV8y1iphmcBj8ljmDtkDpjAe4PzTqu
hmnzSyeliaXW1QxlkEUnw4Ztt5D5CZJGeC2ggugCm363DVmISuckLsXtLfevAuay
inPwtHFUdSFnfrfx3tcs398cZ2x/Faptjr0bPmbpYtteMkBsTRXX8oc8H6FT9rna
CIXx4rGvvQPeC0OX9P1Y35hTvvd7zT5IazPs01txOTGetlykUgbtoNEkRoza/m06
JkjsV7UhAfrUxnR+xVo2jziBRpPajmBseWTam4YXOuK7IG+G264gWi//+mNW5IlU
IRivRDRTZiSKH05H0prEY7MNC1get1JdPeUKo3N/AN3EeLiOHXefzDb7YwYOYzzs
NoI9lvkGgnwvZep7VEB6A9sejSIHGJGvwnIeD/RCWQrR5ghuQFUHeG6hUot+ly6z
NjhU6fqN9v1q5h933S+psRWMzbKdI+PPaKzvdUNsJXHJWBCCeEI=
=nFQE
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: roundcube
Source-Version: 1.4.10+dfsg.2-1
Done: Guilhem Moulin <[email protected]>
We believe that the bug you reported is fixed in the latest version of
roundcube, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guilhem Moulin <[email protected]> (supplier of updated roundcube package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 15 Jan 2021 23:55:02 +0100
Source: roundcube
Architecture: source
Version: 1.4.10+dfsg.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Roundcube Maintainers
<[email protected]>
Changed-By: Guilhem Moulin <[email protected]>
Closes: 978070 978073 978075
Changes:
roundcube (1.4.10+dfsg.2-1) unstable; urgency=low
.
* Retroactively update roundcube-plugins.NEWS as enigma is currently usable
in Bullseye and sid.
* d/rules: Complete refactoring.
* Ship skin README files to /usr/share/doc/PACKAGE/skins.
* Run bin/updatecss.sh at build time to (re-)stamp background images.
* Exclude irrelevant scripts from binary packages: cssshrink.sh, initdb.sh,
install-jsdeps.sh, installto.sh, jsshrink.sh, makedoc.sh, updatecss.sh,
and updatedb.sh.
* Don't install .htaccess into /usr/share/roundcube. The root directory for
the HTTPd is /var/lib/roundcube and already ship the htaccess there.
* Don't install the installer into /usr/share/roundcube.
* Lintian overrides: Remove package annotations.
* Remove upstream installation instructions from
/usr/share/doc/roundcube-core
* Lintian: Override false positive
package-contains-documentation-outside-usr-share-doc and
package-contains-empty-directory.
* Install managesieve helpdocs to /usr/share/doc/roundcube-plugins.
* Install password helpers into /usr/share/roundcube/plugins/password/helpers
not into /usr/share/doc/roundcube-core/examples.
* plugins/password/helpers/chpass-wrapper.py: use python3 as interpreter and
add to roundcube-plugins' Suggests.
* d/watch: Monitor git tags rather than release tarballs.
* d/gbp.conf: Add upstream VCS tag as additional parent to upstream/$VERSION.
* d/gbp.conf: Rename upstream branch to upstream/release-1.4.
* Recommend using new directory /var/lib/roundcube/public_html as document
root.
* Update d/*.README.Debian with current instructions.
* Run the upstream test suite (excluding Selenium-based web tests) at build
time (unless under 'nocheck' build profile). This adds phpunit,
php-masterminds-html5 and php-intl to Build-Depends.
* Add DEP-8 tests. For now this only consists of the upstream test suite
(excluding Selenium-based web tests).
* Replace Build-Depends: closure-compiler, yui-compressor with cleancss,
uglifyjs (>=3), used respectively for CSS and Javascript minification.
Build also source maps alongside the minified code. (Closes: #978073)
* Elastic skin: Ship non-minified CSS and sourcemap alongside Less source
files. (Closes: #978070)
* New Build-Depends: pigz. Ship gzipped (minified) JS and CSS files along
side the non-compressed versions. Compatible HTTPds can send these files
as is in order to avoid on-the-fly compression overhead.
(Closes: #978075)
Checksums-Sha1:
c95269f855273446dc9bc238f6bb9c4a6f17daa3 3241 roundcube_1.4.10+dfsg.2-1.dsc
3f73f537cd8add285a067b61944062fd93d649d7 128896
roundcube_1.4.10+dfsg.2.orig-tinymce-langs.tar.xz
60a94544158ae1aebbf7368c83b29d6e3968f312 888944
roundcube_1.4.10+dfsg.2.orig-tinymce.tar.xz
14b35b37f69e728097f83c014df068b254541bd0 2975192
roundcube_1.4.10+dfsg.2.orig.tar.xz
b42cee987fbbd5529175dc2aad8ec15184631526 92628
roundcube_1.4.10+dfsg.2-1.debian.tar.xz
231e3235f6bfe2e7c1da93c83bde807d69c1b9cc 10086
roundcube_1.4.10+dfsg.2-1_amd64.buildinfo
Checksums-Sha256:
14b6b206baacb0d55490c2afc91ca3b765aa325acd6ff83afeea825ec31e8be8 3241
roundcube_1.4.10+dfsg.2-1.dsc
9ede9b257384d269bccc3e89dd1ada8d28bce490f1939e719feb09ffcdf6027f 128896
roundcube_1.4.10+dfsg.2.orig-tinymce-langs.tar.xz
0408abd1391151771e52ede3059bfce3c998c2d68d99474afe38e1c83329c722 888944
roundcube_1.4.10+dfsg.2.orig-tinymce.tar.xz
d06f53b06dd136a848c698594a627819dc7b59b9f2d69860bcd1f3776a77d19a 2975192
roundcube_1.4.10+dfsg.2.orig.tar.xz
d440b76599de5826f870ca7fee1983c571ce53a9213b916c2e4f0aa0ce43d0e3 92628
roundcube_1.4.10+dfsg.2-1.debian.tar.xz
0d9af5251294d996edeb4efcf5b87a36f930ccc30340ccd58c9730320cc31bd0 10086
roundcube_1.4.10+dfsg.2-1_amd64.buildinfo
Files:
3fb1169cdb88e237dcb8b9a74d03a24c 3241 web optional
roundcube_1.4.10+dfsg.2-1.dsc
db082bdb959d9df16cfbb97eb5cd3c2b 128896 web optional
roundcube_1.4.10+dfsg.2.orig-tinymce-langs.tar.xz
157b0dfcef314847ee01859978959abf 888944 web optional
roundcube_1.4.10+dfsg.2.orig-tinymce.tar.xz
86f9939ed4c15167cc470bfd728e3d0f 2975192 web optional
roundcube_1.4.10+dfsg.2.orig.tar.xz
8d3390aad306d02499a018337d77df92 92628 web optional
roundcube_1.4.10+dfsg.2-1.debian.tar.xz
30ad73dae62006e153d2a14d8a0a6a52 10086 web optional
roundcube_1.4.10+dfsg.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEERpy6p3b9sfzUdbME05pJnDwhpVIFAmACIkwACgkQ05pJnDwh
pVJxCg//evMkngI4tpGbpiSwDr3Lnbcm9cH08zmMJSfXMeJXaAJo9FjCmHeMMolE
HVv+0LbXfXYkTAORzctWyaVAWXEJj/TvXFIU4Z9VNt2xsA+6hPci7t6RGuDwZ0Mp
2OV1TeRntyOmmw23bJUuOFNrFJOgdbsUTAMb2FSQ6sJLnEXVU7CxCUNKG/J3dOwo
wxWGZqAonmRqF2Magja1wpXf+l92WXtBouAF1YTX04ux/5B3QkczP0BKuB14oTqM
gX7IKxC3TsQPW1+uWU3cmKhk5StrrK7KouALU9yFmaxg7lXJJFWUI9Uh2TPuEAQs
3K6QkXnktUIbelpauUEt3Yrmb9E7eSqBV3mlRNm2/5KE93rit2NHRXXVsnJUHrtO
h8EGsaq5NthHhPteJnLwe7tgHA8YXako75IfR5uQPHcQFvTmOfKLbqf/6O/KFkrq
EIC4hTc1IaZZMixtyvMY1diR7S4vtzZ3ZAnk2OjAllFR0QVgWYm5ZLFiq0aiD9oW
JuwPdB5WrVZUKBoLGrAoSAXvW/NYz31jOzwb4zcPeiLcHhwBraM4i5VpA8ff3a0B
4vmIOTAwvXxZUJylXccQMBsvRyxpcK86HrDLe9f/TeCZJPm4LhCazktUjTOqa5ss
GP7WV74gJy096Z/xxlX/EPAcyNwUCWvuaw+ZFwMcFhge4/jCOzs=
=+Z9C
-----END PGP SIGNATURE-----
--- End Message ---