Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 435 Bytes

Prepare submodule bosch-lib/

git submodule init
git submodule update

Usage

To generate debian package under folder deobj/

# preparation
sudo apt-get install debhelper dh-make debmake devscripts fakeroot

# packaging
# using git tree lastest files
./tools/packaging_deb.sh
# Or if there is git uncommited file changes
# (using working copy files, not tree in git repo)
USE_GIT=no ./tools/packaging_deb.sh