Package: angband-doc
Severity: minor
Tags: patch
Hi,
as shown by lintian your postinst script calls update-menus but the
package contains no menu files. Please remove the call to update-menus.
The attached patch does this. The package builds fine afterwards.
Regards,
Stefan
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Only in angband-doc-3.0.3.2.mod/debian: files
diff -ur angband-doc-3.0.3.2/debian/postinst
angband-doc-3.0.3.2.mod/debian/postinst
--- angband-doc-3.0.3.2/debian/postinst 2004-02-19 21:55:45.000000000 +0100
+++ angband-doc-3.0.3.2.mod/debian/postinst 2006-03-14 15:31:02.000000000
+0100
@@ -84,7 +84,7 @@
##: fi
# Ensure the menu system is updated
-[ ! -x /usr/bin/update-menus ] || /usr/bin/update-menus
+##:[ ! -x /usr/bin/update-menus ] || /usr/bin/update-menus
# Arrange for a daemon to be started at system boot time
##: update-rc.d ${package_name} default >/dev/null