File: control

package info (click to toggle)
reptyr 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 263
  • sloc: ansic: 2,260; makefile: 49; python: 32; sh: 31
file content (23 lines) | stat: -rw-r--r-- 1,001 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
Source: reptyr
Section: misc
Priority: optional
Maintainer: Evan Broder <evan@ebroder.net>
Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), python, python-pexpect
Standards-Version: 3.9.6
Homepage: https://github.com/nelhage/reptyr
Vcs-Git: git://github.com/nelhage/reptyr.git -b debian
Vcs-Browser: http://github.com/nelhage/reptyr/tree/debian

Package: reptyr
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool for moving running programs between ptys
 reptyr is a utility for taking an existing running program and
 attaching it to a new terminal, and is particularly useful for moving
 a long-running process into a GNU screen session.
 .
 reptyr does a more thorough job of transferring programs than many
 other tools, including the popular "screenify" shell script, because
 it changes the program's controlling terminal. This means that
 actions such as window resizes and interrupts are sent to the process
 from the new terminal.