Your message dated Mon, 09 Apr 2007 21:17:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#415717: fixed in debhelper 5.0.44 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: xserver-xorg-input-wacom Version: 0.7.4.1-6 Severity: normal Tags: patch The package installation fail if the link already exists (if it has already been installed by the administrator, e.g., or if /etc is managed by replication across several machines): # Automatically added by dh_installudev if [ "$1" = configure -a -z "$2" ]; then ln -s ../xserver-xorg-input-wacom.rules /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules fi # End automatically added section dh_installudev should probably be modified to read: if [ "$1" = configure -a -z "$2" ]; then if [ ! -e /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules ]; then ln -s ../xserver-xorg-input-wacom.rules /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules fi fi or whatever behavior is expected if the link is already in place (probably nothing, or management by ucf). -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- debconf-show failed
--- End Message ---
--- Begin Message ---Source: debhelper Source-Version: 5.0.44 We believe that the bug you reported is fixed in the latest version of debhelper, which is due to be installed in the Debian FTP archive: debhelper_5.0.44.dsc to pool/main/d/debhelper/debhelper_5.0.44.dsc debhelper_5.0.44.tar.gz to pool/main/d/debhelper/debhelper_5.0.44.tar.gz debhelper_5.0.44_all.deb to pool/main/d/debhelper/debhelper_5.0.44_all.deb 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. Joey Hess <[EMAIL PROTECTED]> (supplier of updated debhelper 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: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 15:18:22 -0400 Source: debhelper Binary: debhelper Architecture: source all Version: 5.0.44 Distribution: unstable Urgency: low Maintainer: Joey Hess <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: debhelper - helper programs for debian/rules Closes: 85963 217552 242834 288250 415717 Changes: debhelper (5.0.44) unstable; urgency=low . * dh_installudev: Don't fail if the link already somehow exists on initial package install. Closes: #415717 * prerm and postrm scripts are now generated in a reverse order than preinst and postinst scripts. For example, if a package uses dh_pysupport before dh_installinit, the prerm will first stop the init script and then remove the python files. * Introducing beginning of v6 mode. * dh_installwm: In v6 mode, install a slave manpage link for x-window-manager.1.gz. Done in v6 mode because some window managers probably work around this longstanding debhelper bug by registering the slave on their own. This bug was only fixable once programs moved out of /usr/X11R6. Closes: #85963 * dh_builddeb: In v6 mode, fix bug in DH_ALWAYS_EXCLUDE handling, to work the same as all the other code in debhelper. This could only be fixed in v6 mode because packages may potentially legitimately rely on the old buggy behavior. Closes: #242834 * dh_installman: In v6 mode, overwrite existing man pages. Closes: #288250 * Add dh_installifupdown. Please consider using this if you have /etc/network/if-up.d, etc files. Closes: #217552 Files: 270bf24942e9e8f3f100b743a1cca275 535 devel optional debhelper_5.0.44.dsc aa1252b81ee8b8ba2e89628f03ab5779 268309 devel optional debhelper_5.0.44.tar.gz 49543101d30c7bf07c89514025417561 515576 devel optional debhelper_5.0.44_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGqpI2tp5zXiKP0wRAmr5AJ0dgo/xKXLwmYQc5Ld7BhGbbmD6qgCg1AuR 0pOaKXsdaUSVMdKnmt8ItvY= =XFP7 -----END PGP SIGNATURE-----
--- End Message ---

