forked from Mirrors/freeswitch
ci: note non-base ci build dependencies
This commit is contained in:
parent
94d91aa4f7
commit
d8376609d1
|
@ -31,10 +31,11 @@ echo "changing directory to ${src_repo}/debbuild/${dst_full_name}"
|
||||||
|
|
||||||
cd ${src_repo}/debbuild/${dst_full_name}
|
cd ${src_repo}/debbuild/${dst_full_name}
|
||||||
(cd debian && ./bootstrap.sh)
|
(cd debian && ./bootstrap.sh)
|
||||||
|
# dependency: libparse-debcontrol-perl
|
||||||
dch -v "${dst_full_version}-1" \
|
dch -v "${dst_full_version}-1" \
|
||||||
-M --force-distribution -D "$distro" \
|
-M --force-distribution -D "$distro" \
|
||||||
"Nightly build at ${datestamp}."
|
"Nightly build at ${datestamp}."
|
||||||
|
# dependency: fakeroot
|
||||||
dpkg-buildpackage -rfakeroot -S -us -uc
|
dpkg-buildpackage -rfakeroot -S -us -uc
|
||||||
|
|
||||||
status=$?
|
status=$?
|
||||||
|
|
Loading…
Reference in New Issue