direnv 2.32.1-1 source package in Ubuntu

Changelog

direnv (2.32.1-1) unstable; urgency=medium

  * debian/watch: Fix the matching regular expression
  * Update standards version to 4.6.0
  * debian: Update list of manpages to install
  * debian/control: Annotate test dependencies with nocheck profile
  * debian/control: Bump debhelper-compat to 13
  * debian/rules: Migrate to using dh-golang
  * New upstream version 2.32.1 (Closes: #997509)
  * debian/patches: Refresh patches for new upstream version 2.32.1
  * debian: manpages: Drop direnv-toml manpage
  * debian/control: Add build dependencies due to devendoring
  * debian/rules: Make artifacts available during build
  * debian/rules: Re-enable tests
  * debian/control: Drop go-md2man dependency

 -- Punit Agrawal <email address hidden>  Mon, 18 Jul 2022 00:09:09 +0100

Upload details

Uploaded by:
Punit Agrawal
Uploaded to:
Sid
Original maintainer:
Punit Agrawal
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
direnv_2.32.1-1.dsc 2.1 KiB b1669de40654db25aee688f03e8cf651d66913dd4948103df0003478f69aa04f
direnv_2.32.1.orig.tar.gz 84.2 KiB dc7df9a9e253e1124748aa74da94bf2b96f5a61d581c60d52d3f8e8dc86ecfde
direnv_2.32.1-1.debian.tar.xz 4.3 KiB 814466d81e47d078ba7028a73568fdd1d75bf364331339bb730c974aa64101ec

Available diffs

No changes file available.

Binary packages built by this source

direnv: Utility to set directory specific environment variables

 direnv is an environment variable manager for your shell. It knows
 how to hook into bash, zsh and fish shell to load or unload
 environment variables depending on your current directory. This
 allows one to have project-specific environment variables and not
 clutter the "~/.profile" file.
 .
 Before each prompt it checks for the existence of an ".envrc" file in
 the current and parent directories. If the file exists, it is loaded
 into a bash sub-shell and all exported variables are then captured by
 direnv and then made available to your shell.
 .
 Because direnv is compiled into a single static executable it is fast
 enough to be unnoticeable on each prompt. It is also language
 agnostic and can be used to build solutions similar to rbenv, pyenv,
 phpenv, ...

direnv-dbgsym: debug symbols for direnv