extrace 0.4-2 source package in Ubuntu

Changelog

extrace (0.4-2) unstable; urgency=medium

  * debian/source/lintian-overrides
    * Relocate from source.lintian-overrides
    * Add debian-watch-could-verify-download
    * Rename debian-watch-may-check-gpg-signature

  * Switch to debhelper 11
  * Install upstream's changelog
  * Restrict Architecture to linux-any (Closes: 885012)
  * Add patch making non-standard signals optional (Closes: 885009)

  * Declare compliance with policy 4.1.3
   * debian/copyrigt: Use HTTPS for the format URL

 -- Nicolas Braud-Santoni <email address hidden>  Tue, 13 Feb 2018 19:11:00 +0100

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
extrace_0.4-2.dsc 1.8 KiB 5fd056ecd466ef39b7fe57977245fbfd8990961a51c5e292fd99d3fd45ad0dd6
extrace_0.4.orig.tar.gz 7.7 KiB c656851682e0cef7d717d77ad6888f3ad8c7105e4ef0094a64b374838d18c09f
extrace_0.4-2.debian.tar.xz 6.1 KiB 68499474d87ccc77bf05b90c304e845046b4bece1cab43a97a98fd2e05d64423

Available diffs

No changes file available.

Binary packages built by this source

extrace: trace exec() calls system-wide

 extrace traces all program executions happening on a system,
 or the subset of program executions done by a given process and its
 descendants. For example, to see what the shell really executes:
 .
 $ sudo extrace -p $(pidof zsh)
 8505 git rev-parse --is-inside-work-tree
 8506 direnv export zsh
 8511 git rev-parse --is-inside-work-tree
     8515 wc -l
   8516 whoami
 8542 hostname
 8543 git rev-parse --is-inside-work-tree
 8544 direnv export zsh
   8549 /bin/bash --noprofile --norc -c 'eval "$("/usr/bin/direnv" stdlib)" >&2\
          && source_env ".envrc" >&2 && "/usr/bin/direnv" dump'
       8551 /usr/bin/direnv stdlib
       8558 /usr/bin/direnv watch .envrc
       8565 dirname .envrc
       8567 basename .envrc
       8569 basename .envrc
   8549 /usr/bin/direnv dump
 8574 git rev-parse --is-inside-work-tree
     8578 wc -l
   8579 whoami

extrace-dbgsym: debug symbols for extrace