Package: yaboot Severity: important Tags: patch The package is not entirely built from source: it uses lib/libext2fs.a which was probably built ages ago from the directory lib/e2fsprogs-1.27/.
Cheers,
--
((__,-"""-,__)) Aurélien GÉRÔME .---.
`--)~ ~(--` Free Software Developer / \
.-'( )`-. Unix Sys & Net Admin [EMAIL PROTECTED]@./
`~~`@) (@`~~` /`\_/`\
| | .''`. // _ \\
| | : :' : | \ )|_
(8___8) `. `'` /`\_`> <_/ \
`---` `- \__/'---'\__/
BOFH excuse #32: techtonic stress
Index: debian/control =================================================================== --- debian/control (revision 78) +++ debian/control (working copy) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debootloaders Yaboot Maintainers Team <[EMAIL PROTECTED]> Uploaders: Sven Luther <[EMAIL PROTECTED]>, Aurélien GÉRÔME <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4) +Build-Depends: debhelper (>= 4), e2fslibs-dev (>= 1.27) Standards-Version: 3.7.2 Package: yaboot Index: Makefile =================================================================== --- Makefile (revision 78) +++ Makefile (working copy) @@ -63,7 +63,7 @@ # Libraries # -LLIBS = lib/libext2fs.a +LLIBS = /usr/lib/libext2fs.a # For compiling userland utils #
signature.asc
Description: Digital signature

