File: control

package info (click to toggle)
grabserial 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 20
  • sloc: python: 347; makefile: 2; sh: 2
file content (21 lines) | stat: -rw-r--r-- 893 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
Source: grabserial
Section: utils
Priority: extra
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9), python-setuptools (>= 0.6c5-1~),
	python | python-all | python-dev | python-all-dev,
	dh-python
X-Python-Version: >= 2.7
Standards-Version: 3.9.8
Homepage: https://github.com/tbird20d/grabserial
Vcs-Git: git://anonscm.debian.org/collab-maint/grabserial.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/grabserial.git;a=summary

Package: grabserial
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-serial
Description: python-based serial dump and timing program
 grabserial is a small program which reads a serial port and writes the 
 data tostandard output. The main purpose of this tool is to collect messages 
 written to the serial console from a target board running Linux, and save
 the message on a host machine.