Your message dated Wed, 23 Mar 2016 10:30:38 +0000 with message-id <[email protected]> and subject line Bug#819039: fixed in xfce4-panel 4.12.0-4 has caused the Debian Bug report #819039, regarding xfce4-panel: Unnecessary manual call to ldconfig in postinst 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.) -- 819039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819039 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: xfce4-panel Version: 4.12.0-3 Severity: minor Hi, There is a manual call to ldconfig in the postinst script of the xfce4-panel package. This is unnecessary for two reasons: * debhelper added one automatically as well (see [1]) * we are migrating to use triggers now for this case[2]. AFAICT, if you drop the manual ldconfig and remove the (now obsolete) "rm_conffile" calls (inserted via a debian/<pkg>.maintscripts) then xfce4-panel will not even need a postinst at all. In fact, it would have no maintainer scripts at all! :) Should there be a case in the future where you need to invoke ldconfig but debhelper is not realising it, you can instead insert: activate-noawait ldconfig in your triggers file. Thanks, ~Niels [1] """ if [ "$1" = "configure" ]; then # Run ldconfig to update shared library system ldconfig fi # Automatically added by dh_makeshlibs if [ "$1" = "configure" ]; then ldconfig fi """ [2] https://lists.debian.org/debian-glibc/2015/08/msg00056.html
--- End Message ---
--- Begin Message ---Source: xfce4-panel Source-Version: 4.12.0-4 We believe that the bug you reported is fixed in the latest version of xfce4-panel, 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. Yves-Alexis Perez <[email protected]> (supplier of updated xfce4-panel 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: Wed, 23 Mar 2016 10:32:21 +0100 Source: xfce4-panel Binary: xfce4-panel xfce4-panel-dev libxfce4panel-2.0-4 libxfce4panel-2.0-dev xfce4-panel-dbg Architecture: source Version: 4.12.0-4 Distribution: unstable Urgency: medium Maintainer: Debian Xfce Maintainers <[email protected]> Changed-By: Yves-Alexis Perez <[email protected]> Description: libxfce4panel-2.0-4 - Xfce4 panel libraries (GTK3 variant) libxfce4panel-2.0-dev - Xfce4 panel libraries (GTK3 variant) xfce4-panel - panel for Xfce4 desktop environment xfce4-panel-dbg - debugging information for xfce4-panel xfce4-panel-dev - Xfce4 panel development files Closes: 819039 Changes: xfce4-panel (4.12.0-4) unstable; urgency=medium . * debian/xfce4-panel.maintscript dropped, 4.7 transition is long gone. * debian/xfce4-panel.postinst dropped, we don't need to manually call ldconfig since dh_makeshlibs already does it for us. closes: #819039 * debian/control: update standards version to 3.9.7. Checksums-Sha1: bba6cd58eee48275ffee5be5b76c310ed92fb849 2233 xfce4-panel_4.12.0-4.dsc 2581e8b463c1ecbec5f3231ffaa3cdb2132dcdab 12248 xfce4-panel_4.12.0-4.debian.tar.xz Checksums-Sha256: 72edb6694d500108373191a3ad259077d564fe6938cb4540808d1106ff825acb 2233 xfce4-panel_4.12.0-4.dsc 8ab2b1898e65e18dbfa8c15125d20fcc9ed1809eff8e7f2ab3ede3d1ec9cdca8 12248 xfce4-panel_4.12.0-4.debian.tar.xz Files: 20338f95447ad15195261ebaedb00e35 2233 xfce optional xfce4-panel_4.12.0-4.dsc 19899e87255e525426ecafdf40fdb987 12248 xfce optional xfce4-panel_4.12.0-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCgAGBQJW8mocAAoJEG3bU/KmdcClxIEIAJpbLMCzOkiZ/2MhAmk7Tx9o TgiyHtdMjocYetVpxd3zeh3MQbfrIcuD2MB4nEvgDFJJSX6tIQSGQ/ozFz/zaYTU 1X94qgCa2r5uAGGdgJ/H9WMQcNI9jqBUv6112H//34yZgPMXw2D3yfPJcD0JuqjJ 1YsmFKdU+KuGg01hS9ChXGeIIFEMmBK+UAvhkXSd2ldXERW2nTX4hf+JnF33MX5q 4G5dDQNLV7RE6tMU4R+883w0F3JVtRDNDpfRtHab87p23C073sf6XDv4D6kscnaR +D9q7GOLJ/qrqchXCCiKa+Ezf8SxhrV4znX9bwa6x/csNwfiB6st2Zi6wUkmtiw= =Dkfd -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

