提交 b281e134 authored 作者: Travis Cross's avatar Travis Cross

debian: place build utilities in a single file

上级 4ce0f57a
...@@ -78,7 +78,7 @@ override_dh_auto_test: ...@@ -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
......
...@@ -13,5 +13,9 @@ create_dbg_pkgs () { ...@@ -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
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论