Initialize Tizen 2.3
[framework/system/usbutils.git] / debian / control
1 Source: usbutils
2 Section: utils
3 Priority: optional
4 Maintainer: Sung-Jin Park <sj76.park@samsung.com>, Aurelien Jarno <aurel32@debian.org>
5 Uploaders: Sung-Jin Park <sj76.park@samsung.com>
6 Build-Depends: debhelper (>> 5.0.22), autotools-dev, libusb-dev (>= 0.1.6), pkg-config, zlib1g-dev
7 Standards-Version: 3.8.4
8
9 Package: usbutils
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Suggests: wget (>= 1.8.1-6) | lynx (>= 2.8.4.1b-3)
13 Description: Linux USB utilities 
14  This package contains the lsusb utility for inspecting the devices 
15  connected to the USB bus. It shows a graphical representation of the
16  devices that are currently plugged in, showing the topology of the 
17  USB bus. It also displays information on each individual device on
18  the bus.
19  .
20  More information can be found at the Linux USB web site
21  http://www.linux-usb.org/ .
22
23 #Package: usbutils-udeb
24 #XC-Package-Type: udeb
25 #Section: debian-installer
26 #Priority: optional
27 #Architecture: any
28 #Depends: ${shlibs:Depends}
29 #Description: Linux USB utilities 
30 # This package contains the lsusb utility for inspecting the devices 
31 # connected to the USB bus. It shows a graphical representation of the
32 # devices that are currently plugged in, showing the topology of the 
33 # USB bus. It also displays information on each individual device on
34 # the bus.
35 # .
36 # More information can be found at the Linux USB web site
37 # http://www.linux-usb.org/ .
38 # .
39 # This is a minimal package for use in debian-installer.