Subject: debmake: Menu files should be installed into /usr/share/menu not 
/usr/lib/menu
Package: debmake
Version: 3.7.10
Severity: important


The menu files are installed into /usr/lib/menu/, not /usr/share/menu,
which is now Debians default.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.31
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages debmake depends on:
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  debianutils                   2.14.1     Miscellaneous utilities specific t
ii  dpkg-dev                      1.13.10    Package building tools for Debian
ii  ed                            0.2-20     The classic unix line editor
ii  file                          4.12-1     Determines file type using "magic"
ii  fileutils                     5.2.1-2    The GNU file management utilities 
ii  patch                         2.5.9-2    Apply a diff file to an original

debmake recommends no packages.

-- no debconf information
--- /usr/bin/debstd     2005-03-08 16:35:15.000000000 +0100
+++ debstd      2005-07-10 21:32:16.000000000 +0200
@@ -329,8 +329,8 @@
   fi
 
   if [ -f $3menu ]; then
-    install -d $2/usr/lib/menu
-    install -p -m644 $3menu $2/usr/lib/menu/$CPACKAGE
+    install -d $2/usr/share/menu
+    install -p -m644 $3menu $2/usr/share/menu/$CPACKAGE
     addscript postinst < ${debmake_dir}/menu.postinstrm
     addscript postrm < ${debmake_dir}/menu.postinstrm
   fi

Reply via email to