direnv 2.7.0-1 source package in Ubuntu

Changelog

direnv (2.7.0-1) unstable; urgency=medium

  * Imported Upstream version 2.7.0
  * Drop fix to 'dump' test that is merged upstream
  * Update release location

 -- Punit Agrawal <email address hidden>  Sun, 18 Oct 2015 12:54:12 +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
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
direnv_2.7.0-1.dsc 1.8 KiB 8325029401767497fce0dd41dd02a7947fa1ebfb5e9720f8f167f88dca2f518b
direnv_2.7.0.orig.tar.gz 32.3 KiB 1ff0a4d49710eba0ab4aa282ee654454e57044b31ef700365eb8eea1a48741a6
direnv_2.7.0-1.debian.tar.xz 3.3 KiB a8a0f23e8822bdec3b9516585223afda40df62f14695f9b4185a26d5a1866b91

Available diffs

No changes file available.

Binary packages built by this source

direnv: No summary available for direnv in ubuntu yakkety.

No description available for direnv in ubuntu yakkety.

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