1 Star 0 Fork 0

Accelerator/ftgl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ppa_upload.sh 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# build a debian sourcepackage and upload it to the launchpad ppa
#:${VERSIONNBR:=$(parsechangelog | grep Version | sed -e "s/Version: //g" -e "s/\\~.*//g")}
VERSIONNBR=2.3.0
for DISTRIBUTION in precise quantal
do
sed -i -e "s/oneiric/${DISTRIBUTION}/g" -e "s/precise/${DISTRIBUTION}/g" -e "s/quantal/${DISTRIBUTION}/g" debian/changelog
dpkg-buildpackage -rfakeroot -k${GPGKEY} -S
dput ppa:richi-paraeasy/ppa ../ftgl_${VERSIONNBR}~${DISTRIBUTION}_source.changes
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/accelerator_v8/ftgl.git
git@gitee.com:accelerator_v8/ftgl.git
accelerator_v8
ftgl
ftgl
master

搜索帮助