Package: newlib
Version: 1.18.0-6
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
Hi there
newlib should Build-depend on lzma as it's used explicitly in rules; it
seems to FTBFS otherwise (at least in Ubuntu).
Cheers
--
Loïc Minier
--- newlib-1.18.0/debian/control
+++ newlib-1.18.0/debian/control
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Arthur Loiret <[email protected]>
Uploaders: Matthias Klose <[email protected]>
-Build-Depends: debhelper (>= 6), quilt (>= 0.40), texinfo, binutils-spu [powerpc ppc64], gcc-spu [powerpc ppc64]
+Build-Depends: debhelper (>= 6), quilt (>= 0.40), texinfo, binutils-spu [powerpc ppc64], gcc-spu [powerpc ppc64], lzma
Build-Depends-Indep: gcc-m68hc1x
Standards-Version: 3.9.1
--- newlib-1.18.0/debian/changelog
+++ newlib-1.18.0/debian/changelog
@@ -1,3 +1,9 @@
+newlib (1.18.0-7) UNRELEASED; urgency=low
+
+ * Build-depend on lzma as it's used explicitly in rules; fixes FTBFS.
+
+ -- Loïc Minier <[email protected]> Tue, 28 Sep 2010 02:41:45 +0200
+
newlib (1.18.0-6) unstable; urgency=low
* Restrict libnewlib-dev to amd64 armel i386 ia64 powerpc sparc.