diff options
| author | Daniil Baturin <daniil@baturin.org> | 2018-10-01 20:38:44 +0200 | 
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2018-10-01 20:44:01 +0200 | 
| commit | 836ad9fb4e423e1f10b22bd68154f90b1131636c (patch) | |
| tree | 584f3228b2622449cf745416e4eef7d41f33045a /tools/subdir.am | |
| parent | 979ee884911aeeda2b1dd0942e07d68d4b32e955 (diff) | |
tools: add a script for building a Debian package in one step.
The script simplifies the relatively lengthy procedure.
It should be invoked from the top level source directory, for example:
./tools/build-debian-package.sh
Signed-off-by: Daniil Baturin <daniil@baturin.org>
Diffstat (limited to 'tools/subdir.am')
| -rw-r--r-- | tools/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/subdir.am b/tools/subdir.am index 602822e589..323d1222f9 100644 --- a/tools/subdir.am +++ b/tools/subdir.am @@ -26,4 +26,5 @@ EXTRA_DIST += \  	tools/rrlookup.pl \  	tools/zc.pl \  	tools/zebra.el \ +	tools/build-debian-package.sh \  	# end  | 
