File: control

package info (click to toggle)
grabserial 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: python: 988; sh: 89; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 785 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: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 11),
	python3-all,
	python3-setuptools,
	dh-python
Standards-Version: 4.1.3
Homepage: https://github.com/tbird20d/grabserial
Vcs-Browser: https://salsa.debian.org/debian/grabserial
Vcs-Git: https://salsa.debian.org/debian/grabserial.git

Package: grabserial
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-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.