TT#26861 Add skeletal libsipwise-base-bash package

This package will serve as the home for any common basic functions we
need in the Sipwise codebase. Which should avoid duplicating them all
over the place.

Change-Id: I52aa2dcd68dedb7ca9062c365b3338eb4dbbfef6
changes/44/17444/3
Guillem Jover 8 years ago
parent 00696448b5
commit 09838865ee

@ -0,0 +1,6 @@
#
# Collection of Sipwise common bash functions.
#
set -e
set -u

@ -0,0 +1,3 @@
#
# Collection of Sipwise sysvinit bash functions.
#

2
debian/.gitignore vendored

@ -4,4 +4,6 @@
/.debhelper/ /.debhelper/
/debhelper-build-stamp /debhelper-build-stamp
/files /files
/libsipwise-base-bash/
/libsipwise-base-perl/ /libsipwise-base-perl/
/tmp/

10
debian/control vendored

@ -23,3 +23,13 @@ Description: Sipwise base perl module
This package provides the Sipwise::Base Perl module which contains This package provides the Sipwise::Base Perl module which contains
standard Sipwise boilerplate and tries to enforce best coding practices standard Sipwise boilerplate and tries to enforce best coding practices
via code checks and default settings. via code checks and default settings.
Package: libsipwise-base-bash
Architecture: all
Description: Sipwise base bash library
This package provides several Bash library files, which contain common
shell functions to be used on Sipwise's codebase.
.
Included libraries:
- sipwise-base.sh: Common functions for any bash script.
- sipwise-init.sh: Common functions for sysvinit script.

@ -0,0 +1 @@
bash/* /usr/share/bash/

@ -0,0 +1,2 @@
usr/share/man
usr/share/perl5
Loading…
Cancel
Save