direnv 2.32.1-2ubuntu0.23.10.1 source package in Ubuntu

Changelog

direnv (2.32.1-2ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Fri, 19 Jan 2024 11:14:38 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
direnv_2.32.1.orig.tar.gz 84.2 KiB dc7df9a9e253e1124748aa74da94bf2b96f5a61d581c60d52d3f8e8dc86ecfde
direnv_2.32.1-2ubuntu0.23.10.1.debian.tar.xz 4.5 KiB c8b73aeaaae6f5fcc70993db42a07d6be7e2ecda3a29d3034e0edee3cde028cb
direnv_2.32.1-2ubuntu0.23.10.1.dsc 2.0 KiB a21a24107309cf19fbcb538eb93d0784035bc42b2cc4490c3411773ed3ad84db

View changes file

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