mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 03:47:39 +00:00
debian: place build utilities in a single file
This commit is contained in:
parent
4ce0f57a8b
commit
b281e1340b
2
debian/rules
vendored
2
debian/rules
vendored
@ -78,7 +78,7 @@ override_dh_auto_test:
|
|||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip -a -k
|
dh_strip -a -k
|
||||||
./debian/create-dbg-pkgs.sh
|
./debian/util.sh create-dbg-pkgs
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install
|
dh_auto_install
|
||||||
|
6
debian/create-dbg-pkgs.sh → debian/util.sh
vendored
6
debian/create-dbg-pkgs.sh → debian/util.sh
vendored
@ -13,5 +13,9 @@ create_dbg_pkgs () {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
create_dbg_pkgs
|
cmd="$1"
|
||||||
|
shift
|
||||||
|
case "$cmd" in
|
||||||
|
create-dbg-pkgs) create_dbg_pkgs ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user