extrace 0.7-2 source package in Ubuntu

Changelog

extrace (0.7-2) unstable; urgency=low

  [ nicoo ]
  * Move packaging branch to debian/sid
  * Update maintainer's name and address
  * Update upstream's signing key
  * Setup Salsa CI

  * d/watch: Update to uscan v4, switch to git mode, verify signatures
    Drop Lintian overrides (signatures are now checked by uscan)
  * Use upstream's canonical repo and homepage at vuxu.org
  * Fix typo in v0.7-1 changelog

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.6-1.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Create upstream metadata file
  * d/control: Update standards version to 4.5.0, no changes needed.

 -- nicoo <email address hidden>  Mon, 02 Nov 2020 12:56:11 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
extrace_0.7-2.dsc 1.8 KiB 8132e585ad036b38efc13f97f691f02e5a5cbf59470719f3142140dc3c49e87a
extrace_0.7.orig.tar.xz 8.3 KiB b44a1461cc6329b3c34823a8908db2f7f2dbaf3678b57116dd2490edccf14f64
extrace_0.7-2.debian.tar.xz 3.8 KiB 13afe8749f99bd1027b6dd33112cc3226fd3e4d185d3fdce24594b7368e6428f

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