1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libbash
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: cdbs, debhelper (>= 7)
Build-Depends-Indep: doxygen
Standards-Version: 3.9.6
Package: libbash
Architecture: all
Depends: ${misc:Depends}, bash (>= 3)
Description: bash dynamic-like shared libraries
libbash is a tool for managing bash scripts that contain functions you may
want to use in various scripts. It provides mechanism to define dependencies
between scripts and facility for script loading.
Package: libbash-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: bash dynamic-like shared libraries - documentation
libbash is a tool for managing bash scripts that contain functions you may
want to use in various scripts. It provides mechanism to define dependencies
between scripts and facility for script loading.
.
This package contains user and developer docs libbash
|