使用 Apache Ant 且不使用 dpkg 创建 .deb
我正在尝试创建一个构建文件来创建 .deb 安装文件。
到目前为止,一切都很好。我的目标是避免 dpkg,以便可以从任何平台完成构建。
现在我创建了所有工件(control.tar.gz、data.tar.gz、debian-binary),我需要一个 Ant-Task 将这些文件打包到 deb 文件中。
deb 文件只是一个 Ar(l) 存档,但我不知道如何使用 Ant 创建这样的存档。
我刚刚找到了一些“ArFileSet”,所以我认为有可能,但我不知道如何以及在哪里使用这个arFileSet。
I'm trying to create a buildfile for creating .deb installation files.
So far, so fine. My goal is to avoid dpkg, so that the build can be done from any plattform.
Now that I created all the artifacts (control.tar.gz, data.tar.gz, debian-binary) I need an Ant-Task to package these Files in a deb-File.
A deb File is just an Ar(l)-Archive, but I couldn't figure out how to create such an Archive with Ant.
I just found some "ArFileSet", so I think there is a possibility, but I don't know how and where to use this arFileSet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用第三方 Ant 任务之一来构建 .deb 软件包:
You could use one of the thirdparty Ant tasks for building .deb packages: