mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
Adding sample script for local debian package building.
This commit is contained in:
parent
616004cb7c
commit
735e96a266
12
scripts/deb_test_build.sh
Normal file
12
scripts/deb_test_build.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# These are the steps to use to test building the debian packages
|
||||
# Run from the root FS directory
|
||||
|
||||
./scripts/ci/src_tarball.sh 1.1.beta2
|
||||
./scripts/ci/debsrcbuilder.sh 1.1.beta2 70 testing
|
||||
sudo pbuilder --build --buildresult ./debbuild/results/ ./debbuild/*.dsc
|
||||
|
||||
lintian -i --fail-on-warnings --pedantic --suppress-tags source-contains-prebuilt-windows-binary -s ./debbuild/*.dsc
|
||||
lintian -i --fail-on-warnings --pedantic --suppress-tags source-contains-prebuilt-windows-binary ./debbuild/results/*.deb
|
||||
|
Loading…
x
Reference in New Issue
Block a user