使用 Apache Ant 且不使用 dpkg 创建 .deb

发布于 2024-10-31 01:52:50 字数 292 浏览 4 评论 0原文

我正在尝试创建一个构建文件来创建 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉墨 2024-11-07 01:52:50

您可以使用第三方 Ant 任务之一来构建 .deb 软件包:

You could use one of the thirdparty Ant tasks for building .deb packages:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文