reptyr 0.6.2-1.1 source package in Ubuntu

Changelog

reptyr (0.6.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patches from upstream to fix FTBFS. (Closes: #853640)
  * debian/control:
    - Bump dh version to 11, 7 is deprecated.
    - Use secure VCS links.
    - Bump standards version to 4.1.3 (no changes).
  * Fix watch file.
  * debian/rules:
    - Enable build-time hardening.
    - Fix FTBFS when /dev/tty0 does not exists.

 -- Mateusz Łukasik <email address hidden>  Sat, 27 Jan 2018 18:37:40 +0100

Upload details

Uploaded by:
Evan Broder
Uploaded to:
Sid
Original maintainer:
Evan Broder
Architectures:
i386 amd64 armel armhf
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
reptyr_0.6.2-1.1.dsc 1.8 KiB e494744394427ed6bc40c6665532d9e9bfd07066d7cc0712844e2a2b3fe84aa4
reptyr_0.6.2.orig.tar.gz 27.9 KiB c73de510eeedc37a0aac63ea4be9a3c841bbbda029232f871b15d53733a0ee1e
reptyr_0.6.2-1.1.debian.tar.xz 3.8 KiB 29671b997302f7b79485a315a47333fae37ca79d10757dc7500fdc1c042429f7

Available diffs

No changes file available.

Binary packages built by this source

reptyr: 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.

reptyr-dbgsym: debug symbols for reptyr