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'.