tags 428923 + patch thanks Hi,
Attached is the diff for my fxload 0.0.20020411-1.1 NMU. Cheers, Julien
diff -u fxload-0.0.20020411/debian/changelog fxload-0.0.20020411/debian/changelog --- fxload-0.0.20020411/debian/changelog +++ fxload-0.0.20020411/debian/changelog @@ -1,3 +1,13 @@ +fxload (0.0.20020411-1.1) unstable; urgency=high + + * Non-maintainer upload. + * High urgency for RC bug fix. + * Fix FTBFS with linux-libc-dev: include <linux/usb/ch9.h> instead of + <linux/usb.h> (closes: #428923). + * Fix Greg K-H's name in debian/copyright. + + -- Julien Cristau <[EMAIL PROTECTED]> Fri, 20 Jul 2007 15:46:32 +0200 + fxload (0.0.20020411-1) unstable; urgency=low * Initial Release. diff -u fxload-0.0.20020411/debian/copyright fxload-0.0.20020411/debian/copyright --- fxload-0.0.20020411/debian/copyright +++ fxload-0.0.20020411/debian/copyright @@ -3,9 +3,9 @@ It was downloaded from http://linux-hotplug.sourceforge.net/ -Upstream Author(s): +Upstream Authors: David Brownell - Greg Kroah-Hartma + Greg Kroah-Hartman Matthew Dharm Miles Lane Randy Dunlap only in patch2: unchanged: --- fxload-0.0.20020411.orig/ezusb.c +++ fxload-0.0.20020411/ezusb.c @@ -29,7 +29,7 @@ # include <sys/ioctl.h> # include <linux/version.h> -# include <linux/usb.h> +# include <linux/usb/ch9.h> # include <linux/usbdevice_fs.h> # include "ezusb.h"
signature.asc
Description: Digital signature

