forked from Mirrors/freeswitch
debian: override gpl/openssl warning on freeswitch package
This commit is contained in:
parent
aedbd06b99
commit
cc36ff4800
8
debian/bootstrap.sh
vendored
8
debian/bootstrap.sh
vendored
@ -878,9 +878,11 @@ grep -e '^Package:' control | while xread l; do
|
||||
print_long_filename_override "$m" >> $f
|
||||
fi
|
||||
done
|
||||
f=libfreeswitch1.lintian-overrides
|
||||
[ -s $f ] || print_edit_warning >> $f
|
||||
print_gpl_openssl_override "libfreeswitch1" >> $f
|
||||
for p in freeswitch libfreeswitch1; do
|
||||
f=$p.lintian-overrides
|
||||
[ -s $f ] || print_edit_warning >> $f
|
||||
print_gpl_openssl_override "$p" >> $f
|
||||
done
|
||||
|
||||
echo "Done bootstrapping debian/" >&2
|
||||
touch .stamp-bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user