Package: aboot-installer Version: 0.0.10 Tags: patch The debian/control file for this package says Architecture: alpha, so the binary should be generated by debian/rules binary-arch target, not by binary-indep as it currently happens.
Patch follows: diff -ru aboot-installer-0.0.10.orig/debian/rules aboot-installer-0.0.10/debian/rules --- aboot-installer-0.0.10.orig/debian/rules Sat May 8 17:50:16 2004 +++ aboot-installer-0.0.10/debian/rules Mon May 31 23:58:00 2004 @@ -21,6 +21,9 @@ # Build architecture-independent files here. binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install dh_testdir dh_testroot dh_installdebconf @@ -28,9 +31,6 @@ dh_installdeb dh_gencontrol dh_builddeb - -# Build architecture-dependent files here. -binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]