Your message dated Sun, 16 Mar 2008 18:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471196: fixed in debhelper 6.0.9
has caused the Debian Bug report #471196,
regarding debhelper: dh_installman breaks symlink pages
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.)


-- 
471196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471196
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debhelper
Version: 6.0.8
Severity: important
Tags: patch

Hi,

If a manpage is a symlink to another manpage, it is converted to a
regular file while being recoded to utf-8.
For example, lilo.real.8.gz used to be a symlink pointing to lilo.8.gz,
but now it is a real copy of lilo.8.gz

The attached patch should fix the problem.

Cheers,

-- 
Thomas Huriaux
--- /usr/bin/dh_installman	2008-03-10 23:37:33.000000000 +0100
+++ dh_installman	2008-03-16 16:11:22.000000000 +0100
@@ -197,6 +197,7 @@
 		if (-e "$tmp/$dir") {
 			find(sub {
 				return unless -f $_;
+				return if -l $_;
 				complex_doit "man --recode UTF-8 ./\Q$_\E > \Q$_.new\E";
 				doit "chmod",644,"$_.new";
 				doit "mv","-f","$_.new",$_;

--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 6.0.9

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_6.0.9.dsc
  to pool/main/d/debhelper/debhelper_6.0.9.dsc
debhelper_6.0.9.tar.gz
  to pool/main/d/debhelper/debhelper_6.0.9.tar.gz
debhelper_6.0.9_all.deb
  to pool/main/d/debhelper/debhelper_6.0.9_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: Sun, 16 Mar 2008 13:53:39 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 6.0.9
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 471196
Changes: 
 debhelper (6.0.9) unstable; urgency=low
 .
   * dh_installman: Don't recode symlinks. Closes: #471196
Files: 
 3278a7945118b8a012729621d0a7cc94 614 devel optional debhelper_6.0.9.dsc
 63ba9991f46017032a55f736202be05e 279280 devel optional debhelper_6.0.9.tar.gz
 e7c7daadcd3b9153b1964a10ea036932 520996 devel optional debhelper_6.0.9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH3V8a2tp5zXiKP0wRAtQqAKClITydUBLleLmWP/0cdtorF27auQCgs34e
Mqdyieq/2vx77x8/2le2zAA=
=Su8u
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to