Package: manpages-es-extra
Version: 0.8a-15
Severity: normal
Tags: patch
Hi,
thanks for maintaining this package. I just found out, that the
following manpages are also in the package manpages-es and thus
should be removed from manpages-es-extra:
dlclose.3, dlerror.3, dlopen.3, dlsym.3, acct.5, host.conf.5,
resolv.conf.5, resolver.5, ld.so.8, fstab.5
Attached is a small patch to debian/rules to fix this.
Cheers,
Stefan.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-5-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- manpages-es-extra-0.8a.orig/debian/rules 2006-07-21 01:54:51.000000000
+0200
+++ manpages-es-extra-0.8a/debian/rules 2006-07-21 01:43:34.000000000 +0200
@@ -38,6 +38,18 @@
-find $(PACKDIR) -name "newgrp.1" -exec rm -f \{\} \;
-find $(PACKDIR) -name "vigr.8" -exec rm -f \{\} \;
-find $(PACKDIR) -name "vipw.8" -exec rm -f \{\} \;
+# those are provided by manpages-es
+ -find $(PACKDIR) -name "dlclose.3" -exec rm \{\} \;
+ -find $(PACKDIR) -name "dlerror.3" -exec rm \{\} \;
+ -find $(PACKDIR) -name "dlopen.3" -exec rm \{\} \;
+ -find $(PACKDIR) -name "dlsym.3" -exec rm \{\} \;
+ -find $(PACKDIR) -name "acct.5" -exec rm \{\} \;
+ -find $(PACKDIR) -name "host.conf.5" -exec rm \{\} \;
+ -find $(PACKDIR) -name "resolv.conf.5" -exec rm \{\} \;
+ -find $(PACKDIR) -name "resolver.5" -exec rm \{\} \;
+ -find $(PACKDIR) -name "ld.so.8" -exec rm \{\} \;
+ -find $(PACKDIR) -name "fstab.5" -exec rm \{\} \;
+
# There are probably many others that don't..... not easy to trace however.
# will try with apt-file in the future:
# Something along the lines of