Fix debian/rules to skip Rust compilation for packaging repository
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test bootc Package (push) Failing after 2m53s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 0s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m16s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test bootc Package (push) Failing after 2m53s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 0s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m16s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
This commit is contained in:
parent
71d57fc924
commit
295d15b3ea
12 changed files with 99 additions and 6 deletions
17
debian/bootc-dev/DEBIAN/control
vendored
Normal file
17
debian/bootc-dev/DEBIAN/control
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Package: bootc-dev
|
||||
Source: bootc
|
||||
Version: 1.5.1-1~trixie1
|
||||
Architecture: amd64
|
||||
Maintainer: Bootc Debian Packaging <packaging@example.com>
|
||||
Installed-Size: 8
|
||||
Depends: bootc (= 1.5.1-1~trixie1)
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Homepage: https://github.com/containers/bootc
|
||||
Description: Development files for bootc
|
||||
This package contains development files for bootc, including
|
||||
headers and libraries needed to build applications that use
|
||||
bootc functionality.
|
||||
.
|
||||
This package is primarily intended for developers who want to
|
||||
integrate bootc functionality into their applications.
|
||||
2
debian/bootc-dev/DEBIAN/md5sums
vendored
Normal file
2
debian/bootc-dev/DEBIAN/md5sums
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
728df4991d1bd175adfe060a4bea1364 usr/share/doc/bootc-dev/changelog.Debian.gz
|
||||
b29780ebd3a72270b470b5801b082391 usr/share/doc/bootc-dev/copyright
|
||||
BIN
debian/bootc-dev/usr/share/doc/bootc-dev/changelog.Debian.gz
vendored
Normal file
BIN
debian/bootc-dev/usr/share/doc/bootc-dev/changelog.Debian.gz
vendored
Normal file
Binary file not shown.
25
debian/bootc-dev/usr/share/doc/bootc-dev/copyright
vendored
Normal file
25
debian/bootc-dev/usr/share/doc/bootc-dev/copyright
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: bootc
|
||||
Upstream-Contact: https://github.com/containers/bootc
|
||||
Source: https://github.com/containers/bootc
|
||||
|
||||
Files: *
|
||||
Copyright: 2023-2025 Red Hat, Inc. and contributors
|
||||
License: Apache-2.0
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
.
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
.
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2025 Bootc Debian Packaging <packaging@example.com>
|
||||
License: Apache-2.0
|
||||
This packaging is licensed under the Apache License, Version 2.0.
|
||||
See the main license above for details.
|
||||
Loading…
Add table
Add a link
Reference in a new issue