Subject: aoetools: policy violation: binaries in wrong location Package: aoetools Version: 10-1 Severity: grave Justification: renders package unusable Tags: patch
The aoetools binaries need to be in the /sbin directory instead of /usr/sbin since they are used to prepare the device to mount its volumes. Here is a patch: diff -ru3 aoetools-10/debian/rules aoetools-10.new/debian/rules --- aoetools-10/debian/rules 2006-09-15 08:02:19.000000000 -0600 +++ aoetools-10.new/debian/rules 2006-09-19 17:48:11.745757807 -0600 @@ -14,7 +14,7 @@ dh_clean -k dh_installdocs dh_installchangelogs - $(MAKE) install PREFIX=debian/aoetools + $(MAKE) install PREFIX=debian/aoetools SBINDIR=debian/aoetools/sbin dh_strip dh_compress dh_fixperms This is half the battle with regard to bringing up the device at boot. Please seen #387552 for more info. wt -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]