File: control

package info (click to toggle)
usbprog 0.2.0-2.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 6,176 kB
  • ctags: 946
  • sloc: sh: 10,149; cpp: 5,806; ansic: 311; makefile: 105
file content (72 lines) | stat: -rw-r--r-- 3,251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: usbprog
Section: embedded
Priority: extra
Maintainer: Uwe Hermann <uwe@debian.org>
Build-Depends: cdbs, debhelper (>= 7.0.50~), autotools-dev, libusb-dev, libxml2-dev, libcurl4-gnutls-dev, libreadline-dev, libwxgtk3.0-dev
Standards-Version: 3.9.2
Homepage: http://developer.berlios.de/projects/usbprog/

Package: usbprog
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Firmware programming tool for the USBprog hardware
 A programming tool needed to replace the firmware on the USBprog
 hardware. It can automatically retrieve a list of available firmwares from
 the Internet, download one of them and upload it to the USBprog adapter.
 .
 USBprog is a free programming adapter. You can easily install different
 firmware versions from an "online pool" over USB. The adapter can be used
 for programming and debugging AVR and ARM processors, as USB-to-RS232
 converter, as JTAG interface or as simple I/O interface (5 lines).
 .
 This package contains the usbprog command line tool.

Package: usbprog-gui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI firmware programming tool for the USBprog hardware
 A programming tool needed to replace the firmware on the USBprog
 hardware. It can automatically retrieve a list of available firmwares from
 the Internet, download one of them and upload it to the USBprog adapter.
 .
 USBprog is a free programming adapter. You can easily install different
 firmware versions from an "online pool" over USB. The adapter can be used
 for programming and debugging AVR and ARM processors, as USB-to-RS232
 converter, as JTAG interface or as simple I/O interface (5 lines).
 .
 This package contains a GUI for the usbprog tool.

Package: libusbprog0v5
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libusbprog0
Replaces: libusbprog0
Description: Library for programming the USBprog hardware
 A programming tool needed to replace the firmware on the USBprog
 hardware. It can automatically retrieve a list of available firmwares from
 the Internet, download one of them and upload it to the USBprog adapter.
 .
 USBprog is a free programming adapter. You can easily install different
 firmware versions from an "online pool" over USB. The adapter can be used
 for programming and debugging AVR and ARM processors, as USB-to-RS232
 converter, as JTAG interface or as simple I/O interface (5 lines).
 .
 This package contains the libusbprog shared library.

Package: libusbprog-dev
Architecture: any
Section: libdevel
Depends: libusbprog0v5 (= ${binary:Version}), ${misc:Depends}
Description: Development files for libusbprog
 A programming tool needed to replace the firmware on the USBprog
 hardware. It can automatically retrieve a list of available firmwares from
 the Internet, download one of them and upload it to the USBprog adapter.
 .
 USBprog is a free programming adapter. You can easily install different
 firmware versions from an "online pool" over USB. The adapter can be used
 for programming and debugging AVR and ARM processors, as USB-to-RS232
 converter, as JTAG interface or as simple I/O interface (5 lines).
 .
 This package contains files needed to build libusbprog-based applications.