deepin-community / kernel

deepin linux kernel
https://www.deepin.org
Other
21 stars 58 forks source link

[WIP] debian: add extra package build routines #310

Closed MingcongBai closed 2 months ago

MingcongBai commented 2 months ago

Introduce Debian routines to build kernel tools and documentation in addition to the image, header, and libc-dev packages generated with build_kernel.sh.

Build these packages with:

apt build-dep -Ppkg.linux.nokernel
dpkg-buildpackage -uc -us -Ppkg.linux.nokernel
deepin-ci-robot commented 2 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign liujianqiang-niu for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[https:/raw.githubusercontent.com/deepin-community/template-repository/master/debian/deepin/OWNERS](https://github.com/deepin-community/kernel/blob/linux-6.6.y/https:/raw.githubusercontent.com/deepin-community/template-repository/master/debian/deepin/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
MingcongBai commented 2 months ago

builddeb invoked by build_kernel.sh generates another debian/ configuration, causing CI to fail. We should probably handle this in another repository.