Your message dated Sun, 23 Dec 2018 18:06:57 +0000
with message-id <[email protected]>
and subject line Bug#909599: fixed in kopano-webapp 3.5.0+dfsg1-1
has caused the Debian Bug report #909599,
regarding kopano-webapp-lighttpd: leaves broken symlink after purge:
/etc/lighttpd/conf-available/50-kopano-webapp.conf ->
/etc/kopano/webapp/lighttpd.conf
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.)
--
909599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909599
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kopano-webapp-lighttpd
Version: 3.4.22+dfsg1-1
Severity: important
User: [email protected]
Usertags: piuparts
Hi,
during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8 (or 10.8):
https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-removal-and-or-configuration-purging
Filing this as important as having a piuparts clean archive is a release
goal since lenny.
>From the attached log (scroll to the bottom...):
1m1.8s ERROR: WARN: Broken symlinks:
/etc/lighttpd/conf-available/50-kopano-webapp.conf ->
/etc/kopano/webapp/lighttpd.conf
1m7.5s ERROR: FAIL: Package purging left files on system:
/etc/lighttpd/conf-available/50-kopano-webapp.conf ->
/etc/kopano/webapp/lighttpd.conf not owned
cheers,
Andreas
kopano-webapp-lighttpd_3.4.22+dfsg1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: kopano-webapp
Source-Version: 3.5.0+dfsg1-1
We believe that the bug you reported is fixed in the latest version of
kopano-webapp, 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.
Carsten Schoenert <[email protected]> (supplier of updated kopano-webapp
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: SHA256
Format: 1.8
Date: Sun, 23 Dec 2018 18:04:49 +0100
Source: kopano-webapp
Binary: kopano-webapp-common kopano-webapp-apache2 kopano-webapp-nginx
kopano-webapp-lighttpd kopano-webapp-contactfax kopano-webapp-folderwidgets
kopano-webapp-gmaps kopano-webapp-pimfolder kopano-webapp-quickitems
kopano-webapp-titlecounter kopano-webapp-webappmanual kopano-webapp-zdeveloper
Architecture: source
Version: 3.5.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Giraffe Maintainers
<[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Description:
kopano-webapp-apache2 - WebApp for the Kopano Collaboration Platform - Apache2
kopano-webapp-common - WebApp for the Kopano Collaboration Platform - common
files
kopano-webapp-contactfax - Kopano WebApp fax plugin
kopano-webapp-folderwidgets - Kopano WebApp folder widgets plugin
kopano-webapp-gmaps - Kopano WebApp google maps plugin
kopano-webapp-lighttpd - WebApp for the Kopano Collaboration Platform -
Lighttpd
kopano-webapp-nginx - WebApp for the Kopano Collaboration Platform - Nginx
kopano-webapp-pimfolder - Kopano WebApp personal inbox plugin
kopano-webapp-quickitems - Kopano WebApp quick items plugin
kopano-webapp-titlecounter - Kopano WebApp Titlecounter plugin
kopano-webapp-webappmanual - Kopano WebApp Manual plugin
kopano-webapp-zdeveloper - Kopano WebApp developer plugin
Closes: 909599
Changes:
kopano-webapp (3.5.0+dfsg1-1) unstable; urgency=medium
.
* [c7188ec] d/rules: detect PHP_VERSION dynamically
We need to know the version of PHP in some postinst scripts. Read the PHP
version from the installed php$VERSION-cli package which is getting
installed as a Build-Dependency from php-dev.
* [cf82604] d/control: add B-D on php-dev
* [0ed0592] d/rules: some sanity checking addition
Ensure we could read the PHP version from the system, otherwise a further
build is useless.
* [6320c46] New upstream version 3.5.0+dfsg1
* [de94789] rebuild patch queue from patch-queue branch
Removed all patches that have modified the existing po files, all
modifications are applied upstream now. The non existing language es_CA
still needs to be removed by the patch queue.
added patch:
server-do-not-define-JSONException-as-function.patch
* [0ff6616] Build_Depends: add new needed packages
The new upstream version is relying on npm and phpmd as build
dependencies.
* [858ac95] d/control: remove ant* packages from B-D
But we don't need any ant related packages as build dependencies any more.
* [a24d168] d/rules: drop ant related call
As the build system isn't using ant any more we need to adjust the build
in debian/rules. Upstream is now working with a classical Makefile.
* [0ffdb83] d/rules: remove potential execution rights on php files
We don't need execution rights on the php files shipped in the -common
package.
* [c451b2b] k-w-common: increase depending version on php-mapi
kopano-webapp is heavily relying on php-mapi from src:kopanocore. Recent
kopanocore packages are build against php7.3 so we need to increase the
depending version of php-mapi.
* [b31e457] k-w-nginx: update postinst script
The postinst for the nginx package was missing a reload of php-fpm at the
end of the postinst script. Reworking some informal output in the script.
* [2060987] k-w-nginx: update postrm script
No functional changes, but also updating the informal output of the
script.
* [11bf5b1] k-w-apache2: update postinst script
The apache2 postinst script needs to enable the mapi module while
configuring the package in case of installation or update.
* [ff3cbf3] k-w-lighttpd: always remove site config while purging
(Closes: #909599)
* [980c627] k-w-lighttpd: use dynamical PHPVERSION in postinst
Don't use a hardcoded PHP version within the postinst script, the version
will substituted with the version from the build so we don't need to
modify it every time a new PHP version is coming.
* [d83bfa3] k-w-lighttpd: update email contact in README
Since the ML is now moved to the domain alioth-lists.debian.net a small
update is needed in the README.
* [d2552c3] k-w-lighttpd: update README about http usage
And one more update to the README file for kopano-webapp-lighttpd, add
some information about the wanted non working http only access to
kopano-webapp.
* [7900c38] d/t/control: autopkgtest needs root rights
A small update to the autotest, but more changes are needed to get the
autopkgtest working again.
Checksums-Sha1:
b3c238ac009718c312d0967dc71b2ade617e8a55 3129 kopano-webapp_3.5.0+dfsg1-1.dsc
9104f79ede1db62e4ad9eeaa10adc387475b60ff 11178804
kopano-webapp_3.5.0+dfsg1.orig.tar.xz
4b7f8540275aa0589a9ec701167b998aef2814dd 56716
kopano-webapp_3.5.0+dfsg1-1.debian.tar.xz
f2e03d13083bdbdadd520aa245286a051bb5de55 22648
kopano-webapp_3.5.0+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
c5f86aecfb92d962afaf718126a21e78239fac494a970dacb6b1099f91f3a0ac 3129
kopano-webapp_3.5.0+dfsg1-1.dsc
5cd1560e02ee12e148b4492c4ad42e284af0b31b32b9adc026e0c064a02fce58 11178804
kopano-webapp_3.5.0+dfsg1.orig.tar.xz
0cc6092e7f94e89995035b13961da99a7ec91454bb6dd2e42d923f410c112e0c 56716
kopano-webapp_3.5.0+dfsg1-1.debian.tar.xz
fada465ca8aa49164ccf5c64ab005e0a890269d2e4fd31bb38ec9a5f571a7cfa 22648
kopano-webapp_3.5.0+dfsg1-1_amd64.buildinfo
Files:
9c98f39ffe34c30b7043a3c500606ba2 3129 web optional
kopano-webapp_3.5.0+dfsg1-1.dsc
d7f6fa237e84f7414e3a5b87c110ce3f 11178804 web optional
kopano-webapp_3.5.0+dfsg1.orig.tar.xz
5f11bb8b6c8755b19d3a0d92ee01695a 56716 web optional
kopano-webapp_3.5.0+dfsg1-1.debian.tar.xz
b938f96d1b26026cbb96e118160e021f 22648 web optional
kopano-webapp_3.5.0+dfsg1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAlwfyZ8ACgkQgwFgFCUd
HbDaMhAAm+qDmYUedeY0M6TtF1u7WSd/2AChRS2SQ8KTUCGES1w26EbqAopm/heS
AD6tmXbtQsIiSI6AiloUxLSPQekU8tS+jvTBCgMvy4uy9MzDwchBOf8XIT1+CB+T
kDw/LG2KyxLUIyywkxaUKIC79l6j4cYzf4+TconrL79seoU8sjfLX3yhpoPRr/l/
q30LH4Up16Q/5TaVfATJHbzKqiLc51UGNMvqqn7iD6ZUyzYC0m/yGPZqUDQ/DxUp
2DOI3kFfxl0SaxFQSay/d8aQl8ABJBc7LF/2PUeWegS7JwRcMvAw3dT1uZajASmS
O7yWF474v5DW/trx/2kumOjbjNeBNZKcg+ChSUU/rsGJ+VOyxsnmUqKqx6OR8LJF
EnzKwljzlLmPEFvu9Psk/WJbFYrvD3k+23/Y5AW3fTk1kMu8hrmZFzx6vqTRV2ZE
UEfgdWp+Y6M3vnuVJyYFc0dtsSX26vdWOWiVyCViV7StzNG0ZJewUu9st0TkypfK
ei/pptnIInoEt3SBBDVUAbJ4WjpjxKnTTNFIaXI/btj2IWg0cR6tcqwFs1DWGxsZ
23pg7CYjlvAEKrsXCiZTDdEZ5qs2cOiYkWWLhn5rKJ79kHBpNHRG0oc+0oo9puX+
5PxCJwQiAG1yGe8hYFJ/oTviURsdyqzRIG9t1fO6/ycPDuUKGFs=
=rEAr
-----END PGP SIGNATURE-----
--- End Message ---