Your message dated Wed, 26 Jul 2006 18:13:07 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 2.21-1
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: manpages
Version: 2.17-1
Severity: minor
I received this e-mail :
/etc/cron.daily/man-db:
mandb: warning: /usr/share/man/man3/open_memstream.3.gz is a dangling symlink
See the changelog about fmemopen. The attached patch completes that
change.
diff -ru manpages-2.17_debian_2.17-1/debian/rules manpages-2.17/debian/rules
--- manpages-2.17_debian_2.17-1/debian/rules 2006-01-14 09:19:30.000000000
+0100
+++ manpages-2.17/debian/rules 2006-01-14 09:21:16.000000000 +0100
@@ -6,6 +6,7 @@
# Builds the binary package.
# empty
-rm -f man3/fmemopen.3
+ -rm -f man3/open_memstream.3
clean:
# Undoes the effect of `make -f debian.rules build'.
--- End Message ---
--- Begin Message ---
--
GNU does not eliminate all the world's problems, only some of them.
-- The GNU Manifesto
Please always Cc to me when replying to me on the lists.
--- End Message ---