File: control

package info (click to toggle)
urjtag 0.10%2Br2007-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 15,072 kB
  • ctags: 6,223
  • sloc: ansic: 54,091; yacc: 2,160; lex: 1,545; vhdl: 1,324; makefile: 1,251; sh: 11
file content (21 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: urjtag
Section: embedded
Priority: extra
Maintainer: Uwe Hermann <uwe@debian.org>
Build-Depends: cdbs, debhelper (>= 7.0.50~), autotools-dev, libreadline-dev, libusb-dev, libftdi-dev, gettext (>= 0.14.1), flex (>= 2.5.33), autoconf, automake, libtool, autopoint, pkg-config, bison
Standards-Version: 3.9.2
Homepage: http://www.urjtag.org/

Package: urjtag
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: openwince-jtag
Description: JTAG programmer for various flash parts and boards
 A command line tool for communicating over JTAG (IEEE 1149.1) with various
 flash chips, CPUs, boards and JTAG adapters.
 .
 It has an open and modular architecture with the ability to write
 miscellaneous extensions (like board testers, or flash memory programmers).
 .
 This is a (more actively maintained) fork of the 'openwince-jtag' software.