Package: libogg
Severity: wishlist
Tags: patch

While building, dh_install complains that several documentation files
exist in debian/tmp that are not being installed.  In fact, it is
dh_installdocs that installs them.

Attached is a patch to have dh_install stop complaining.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
diff -urN libogg-1.1.2.old/debian/rules libogg-1.1.2/debian/rules
--- libogg-1.1.2.old/debian/rules       2004-08-05 21:04:02.000000000 -0400
+++ libogg-1.1.2/debian/rules   2005-03-20 22:46:07.514099528 -0500
@@ -108,7 +108,7 @@
        cd $(objdir) && \
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
-       dh_install -s --list-missing
+       dh_install -Xusr/share/doc -s --list-missing
 
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep

Reply via email to