diff -u usbview-1.0/usbtree.c usbview-1.0/usbtree.c --- usbview-1.0/usbtree.c +++ usbview-1.0/usbtree.c @@ -398,7 +398,7 @@ void initialize_stuff (void) { - strcpy (devicesFile, "/proc/bus/usb/devices"); + strcpy (devicesFile, "/dev/bus/usb/devices"); memset (&previousDevicesFile[0], 0x00, sizeof(previousDevicesFile)); previousChange = 0; diff -u usbview-1.0/debian/control usbview-1.0/debian/control --- usbview-1.0/debian/control +++ usbview-1.0/debian/control @@ -1,7 +1,8 @@ Source: usbview Section: x11 Priority: optional -Maintainer: Mark Brown +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Mark Brown Standards-Version: 3.7.2 Build-Depends: debhelper (>= 4), libgtk2.0-dev diff -u usbview-1.0/debian/changelog usbview-1.0/debian/changelog --- usbview-1.0/debian/changelog +++ usbview-1.0/debian/changelog @@ -1,3 +1,13 @@ +usbview (1.0-11ubuntu1) hardy; urgency=low + + * usbtree.c: inline patch to use /proc/bus/usb/devices instead + of /proc/bus/usb/devices (LP: #156085) + * debian/usbview.8: /proc/bus/usb => /dev/bus/usb + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- dAniel hAhler Wed, 14 Nov 2007 01:50:13 +0100 + usbview (1.0-11) unstable; urgency=low * Inhibit aclocal and autoheader too. diff -u usbview-1.0/usbview.8 usbview-1.0/usbview.8 --- usbview-1.0/usbview.8 +++ usbview-1.0/usbview.8 @@ -15,7 +15,7 @@ .B usbview. .SH FILES .TP -.B /proc/bus/usb/devices +.B /dev/bus/usb/devices Kernel file providing providing information on USB devices attached to the machine. .SH SEE ALSO