debian/0000755000000000000000000000000012140752600007163 5ustar debian/usbview.dirs0000644000000000000000000000002712053102533011526 0ustar usr/share/applications debian/changelog0000644000000000000000000000632612140752576011060 0ustar usbview (2.0-2) unstable; urgency=low * Policy 3.9.4. * Use debhelper 9. * Update desktop file (closes: #585110). -- Mark Brown Fri, 03 May 2013 16:02:07 +0100 usbview (2.0-1) unstable; urgency=low * New upstream release (closes: #691232). * Updated for current kernel ABIs (closes: #451191, #599162). -- Mark Brown Wed, 21 Nov 2012 16:40:38 +0900 usbview (1.1-1) unstable; urgency=low * New upstream release (closes: #546177). * Now includes an icon (closes: #394185). * Convert to debhelper 7. -- Mark Brown Sun, 13 Sep 2009 10:25:36 +0100 usbview (1.0-11) unstable; urgency=low * Inhibit aclocal and autoheader too. -- Mark Brown Tue, 10 Jul 2007 23:17:04 +0100 usbview (1.0-10) unstable; urgency=low * Stop autofoo trying to regenerate their output files during build. -- Mark Brown Tue, 10 Jul 2007 12:38:42 +0100 usbview (1.0-9) unstable; urgency=low * Update build deps (closes: #432395). -- Mark Brown Mon, 09 Jul 2007 20:41:06 +0100 usbview (1.0-8) unstable; urgency=low * Include up to revision 1.23 from upstream BitKeeper (!), including a port to GTK 2. * Only make clean if there is a Makefile. * Policy 3.7.2 (no changes). -- Mark Brown Sun, 08 Jul 2007 19:09:14 +0100 usbview (1.0-7) unstable; urgency=low * Drop build depends on xlibs-dev, we only use libgtk anyway and that will pull in what it needs (closes: #346885). -- Mark Brown Mon, 9 Jan 2006 19:23:31 +0000 usbview (1.0-6) unstable; urgency=low * Quote needs and section in menu file. * Convert to debhelper 4. * Policy 3.6.1. -- Mark Brown Sat, 22 May 2004 17:59:14 +0100 usbview (1.0-5) unstable; urgency=low * Don't request a terminal in GNOME menu entry. -- Mark Brown Sun, 3 Nov 2002 16:48:23 +0000 usbview (1.0-4) unstable; urgency=low * Provide GNOME menu entry (closes: #164314). -- Mark Brown Sat, 2 Nov 2002 12:21:13 +0000 usbview (1.0-3) unstable; urgency=low * Provide manual page (closes: #133999). -- Mark Brown Fri, 12 Jul 2002 22:37:09 +0100 usbview (1.0-2) unstable; urgency=low * Apply patch from upstream fixing GTK warnings when opening about and configure dialogs (closes: #146980). -- Mark Brown Fri, 17 May 2002 12:08:24 +0100 usbview (1.0-1) unstable; urgency=low * New maintainer. * Don't install INSTALL as documentation (closes: #119127). * Added build dependancies. * Update to policy 3.5.6 (no changes). * Remove dh_suidregister call in rules file. -- Mark Brown Sun, 11 Nov 2001 14:10:50 +0000 usbview (1.0-0.1) unstable; urgency=low * Non-maintainter upload. * New upstream release (closes: #83966). * Has refreshed automatically on startup since 0.9 (closes: #83914). * Suggests usbutils instead of lsusb (closes: #72488). -- Mark Brown Mon, 29 Jan 2001 01:24:40 +0000 usbview (0.7.0-1) unstable; urgency=low * New upstream version. -- Raphael Bossek Sun, 9 Jan 2000 12:10:40 +0100 debian/usbview.desktop0000644000000000000000000000024612140751602012245 0ustar [Desktop Entry] Name=usbview Comment=View USB devices attached to system Exec=/usr/bin/usbview Terminal=false Type=Application Categories=GTK;System;HardwareSettings debian/control0000644000000000000000000000120312140751375010572 0ustar Source: usbview Section: x11 Priority: optional Maintainer: Mark Brown Standards-Version: 3.9.4 Homepage: http://www.kroah.com/linux-usb/ Build-Depends: debhelper (>= 9), libgtk-3-dev, dpkg-dev (>= 1.16.1) Package: usbview Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: usbutils Description: USB device viewer USBView is a small GTK+ application to show what the device tree of the USB bus looks like. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. debian/usbview.menu0000644000000000000000000000016612053102533011535 0ustar ?package(usbview):needs="X11" section="Applications/System/Hardware" \ title="USB View" command="/usr/bin/usbview" debian/copyright0000644000000000000000000000104312053102532011110 0ustar This is the Debian GNU/Linux packaged version of usbview version 0.7.0. The developer of this software is Greg Kroah-Hartman . It was put together by Raphael Bossek from the following sources: http://www.kroah.com/linux-usb/usbview-0.7.0.tar.gz Changes: * Added Debian GNU/Linux packaging files. This software is released under the terms of the GNU General Public License v2. On Debian systems, the complete text of the GNU General Public License v2 can be found in /usr/share/common-licenses/GPL-2. debian/compat0000644000000000000000000000000212140750555010370 0ustar 9 debian/source/0000755000000000000000000000000012053103077010464 5ustar debian/source/format0000644000000000000000000000001412053103077011672 0ustar 3.0 (quilt) debian/usbview.docs0000644000000000000000000000000712053102533011513 0ustar README debian/usbview.manpages0000644000000000000000000000001212053102533012352 0ustar usbview.8 debian/rules0000755000000000000000000000270112140752407010250 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DPKG_EXPORT_BUILFLAGS=1 include /usr/share/dpkg/buildflags.mk CFLAGS += $(CPPFLAGS) build-arch: build build-indep: build: build-stamp build-stamp: dh_testdir mv ChangeLog changelog # Prevent regeneration of any of the auto* gunk. touch configure aclocal.m4 Makefile.in touch config.h.in ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info make CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp if [ -f changelog ]; then \ mv changelog ChangeLog; \ fi if [ -f Makefile ]; then $(MAKE) clean ; fi if [ -f Makefile ]; then $(MAKE) distclean ; fi dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=`pwd`/debian/usbview install # Build architecture-independent files here. binary-indep: build install # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installdocs dh_installexamples dh_installmenu cp debian/usbview.desktop debian/usbview/usr/share/applications dh_installman dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install