Op zondag 20 februari 2011 14:26:01 schreef Thijs Kinkhorst: > > > Your package fails to autobuild from source.
> The problem is that I built it when stable still had kernel 2.6.32 and it > now has 2.6.37. I can confirm that the package still builds with 2.6.32. > > This means that 2.6.37 has introduced yet another challenge for this > package to build. I will have to see if I can find a solution for that > aswell. > > Still, as my NMU was supposed to address the fact that the package was > already failing to build in unstable, it is not a regression. I've created another NMU which now builds with 2.6.37, tested it on several of our Compaq / HP SmartArray-equiped systems, and it still works. I'm about to upload this now. Diff is attached. -- Thijs Kinkhorst <th...@uvt.nl> – LIS Unix Universiteit van Tilburg – Library and IT Services • Postbus 90153, 5000 LE Bezoekadres > Warandelaan 2 • Tel. 013 466 3035 • G 236 • http://www.uvt.nl
diff -u cpqarrayd-2.3/debian/rules cpqarrayd-2.3/debian/rules --- cpqarrayd-2.3/debian/rules +++ cpqarrayd-2.3/debian/rules @@ -36,7 +36,7 @@ unpack-stamp: if [ -e debian/linux ]; then rm -rf debian/linux; fi mkdir debian/linux - cd debian/linux && tar jxvf /usr/src/$(KSRC).tar.bz2 && cd $(KSRC) && $(MAKE) include/asm + cd debian/linux && tar jxvf /usr/src/$(KSRC).tar.bz2 touch unpack-stamp config.status: configure unpack diff -u cpqarrayd-2.3/debian/changelog cpqarrayd-2.3/debian/changelog --- cpqarrayd-2.3/debian/changelog +++ cpqarrayd-2.3/debian/changelog @@ -1,3 +1,11 @@ +cpqarrayd (2.3-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Resolve build failure against 2.6.37 kernel sources, which do not + require an include/asm symlink anymore (closes: #614084). + + -- Thijs Kinkhorst <th...@debian.org> Wed, 23 Feb 2011 14:45:47 +0100 + cpqarrayd (2.3-1.1) unstable; urgency=low * Non-maintainer upload.
signature.asc
Description: This is a digitally signed message part.