Source: libenv-ps1-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl Build-Depends-Indep: perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libenv-ps1-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libenv-ps1-perl.git Homepage: https://metacpan.org/release/Env-PS1 Package: libenv-ps1-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: prompt string formatter Env::PS1 supplies variables that are "tied" to environment variables like 'PS1' and 'PS2', if read it takes the contents of the variable as a format string like the ones bash(1) uses to format the prompt. . It is intended to be used in combination with the various ReadLine packages.