direnv 2.6.1-2 source package in Ubuntu

Changelog

direnv (2.6.1-2) unstable; urgency=medium

  * Fix error while nocheck buildpackage
  * Fix testcase to correctly inherit environment in new shell
  * Fix lintian spelling warning

 -- Punit Agrawal <email address hidden>  Thu, 23 Jul 2015 17:39:14 +0200

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.6.1-2.dsc 1.8 KiB a9e1372fc9f69cee426f803711989a36db024e5adffa1e1bf42df4a0a6165a70
direnv_2.6.1.orig.tar.gz 31.9 KiB 75bbfb8da3cfdb8ee6c14f879b56616926b0b55bd627281e32ba31fed63a35f3
direnv_2.6.1-2.debian.tar.xz 3.6 KiB 371245d2cf849bd888c6fd3ff47c7afc63fca5caa3b67b59481b925bad2cbe68

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 package direnv

 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, ...