我有一个要为 Debian 打包的 python 脚本。我在我写的地方使用了一个 debian/install 文件
auto_dice.py /usr/bin/
Linitan 然后抱怨 .py 扩展名(带有语言扩展名的脚本)。
然后我将其更改为
auto_dice.py /usr/bin/autodice.py
这会导致错误,因为它被解释autodice.py
为目录。
我怎样才能在那里重命名?我不想在源代码中重命名我的 python 脚本。
我有一个要为 Debian 打包的 python 脚本。我在我写的地方使用了一个 debian/install 文件
auto_dice.py /usr/bin/
Linitan 然后抱怨 .py 扩展名(带有语言扩展名的脚本)。
然后我将其更改为
auto_dice.py /usr/bin/autodice.py
这会导致错误,因为它被解释autodice.py
为目录。
我怎样才能在那里重命名?我不想在源代码中重命名我的 python 脚本。
从已经提到的 Debian 错误 245554中:
您不能使用
dh_install
(通过debian/install
)重命名文件。在调用之前,您需要在debian/rules
“构建”目标期间重命名它。dh_install