Package: libcgi-perl
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)
diff -ur libcgi-perl-2.76/debian/postinst libcgi-perl-2.76.mod/debian/postinst
--- libcgi-perl-2.76/debian/postinst 2006-03-14 15:37:23.000000000 +0100
+++ libcgi-perl-2.76.mod/debian/postinst 2006-03-14 15:36:48.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