2 Star 15 Fork 7

昆山一百计算机有限公司/odoo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rules 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
100china 提交于 2年前 . 上架
#!/usr/bin/make -f
export DH_VERBOSE=1
export PYBUILD_NAME=odoo-bin
export PYBUILD_DISABLE=test
%:
dh ${@} --with=python3 --buildsystem=pybuild
override_dh_auto_build:
cp -r addons/* odoo/addons/
dh_auto_build
override_dh_auto_install:
dh_auto_install
rm debian/odoo/usr/lib/python3*/dist-packages/odoo/addons/point_of_sale/static/src/fonts/Inconsolata.otf
for LINKTARGET in `awk '{ print $2 }' odoo.links`; do rm debian/odoo/${LINKTARGET} ; done
find debian/odoo -name LICENSE.txt -exec rm {} \;
override_dh_auto_clean:
dh_auto_clean
for d in addons/* ; do rm -fr odoo/$$d ; done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ffmodeL/odoo.git
git@gitee.com:ffmodeL/odoo.git
ffmodeL
odoo
odoo
odoo17.0

搜索帮助