[Debootloaders-devel] r79 - in trunk/yaboot: . debian lib
Aurélien GÉRÔME
ag-guest at costa.debian.org
Tue Jul 11 15:25:09 UTC 2006
Author: ag-guest
Date: 2006-07-11 15:25:08 +0000 (Tue, 11 Jul 2006)
New Revision: 79
Removed:
trunk/yaboot/debian/TODO
trunk/yaboot/lib/e2fsprogs-1.27/
trunk/yaboot/lib/libext2fs.a
Modified:
trunk/yaboot/Makefile
trunk/yaboot/debian/changelog
trunk/yaboot/debian/control
Log:
Fix build system to build yaboot against maintained source code.
Modified: trunk/yaboot/Makefile
===================================================================
--- trunk/yaboot/Makefile 2006-07-11 09:43:29 UTC (rev 78)
+++ trunk/yaboot/Makefile 2006-07-11 15:25:08 UTC (rev 79)
@@ -63,7 +63,7 @@
# Libraries
#
-LLIBS = lib/libext2fs.a
+LLIBS = /usr/lib/libext2fs.a
# For compiling userland utils
#
Deleted: trunk/yaboot/debian/TODO
===================================================================
--- trunk/yaboot/debian/TODO 2006-07-11 09:43:29 UTC (rev 78)
+++ trunk/yaboot/debian/TODO 2006-07-11 15:25:08 UTC (rev 79)
@@ -1,3 +0,0 @@
-* 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/.
Modified: trunk/yaboot/debian/changelog
===================================================================
--- trunk/yaboot/debian/changelog 2006-07-11 09:43:29 UTC (rev 78)
+++ trunk/yaboot/debian/changelog 2006-07-11 15:25:08 UTC (rev 79)
@@ -11,8 +11,10 @@
* Fix booting on Apple G5 second SATA harddisk (closes: #294081).
* Fix booting on Firewire harddisk (closes: #288008).
* Update to the latest Standards-Version.
+ * Fix build system to really compile from Debian maintained source
+ (closes: #377839).
- -- Aurélien GÃRÃME <ag at roxor.cx> Tue, 11 Jul 2006 11:34:56 +0200
+ -- Aurélien GÃRÃME <ag at roxor.cx> Tue, 11 Jul 2006 17:13:21 +0200
yaboot (1.3.13-6) unstable; urgency=low
Modified: trunk/yaboot/debian/control
===================================================================
--- trunk/yaboot/debian/control 2006-07-11 09:43:29 UTC (rev 78)
+++ trunk/yaboot/debian/control 2006-07-11 15:25:08 UTC (rev 79)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debootloaders Yaboot Maintainers Team <debootloaders-yaboot at lists.alioth.debian.org>
Uploaders: Sven Luther <luther at debian.org>, Aurélien GÉRÔME <ag at roxor.cx>
-Build-Depends: debhelper (>= 4)
+Build-Depends: debhelper (>= 4), e2fslibs-dev (>= 1.27)
Standards-Version: 3.7.2
Package: yaboot
Deleted: trunk/yaboot/lib/libext2fs.a
===================================================================
(Binary files differ)
More information about the Debootloaders-devel
mailing list