adjust package relations a bit
This commit is contained in:
parent
c813a04c2b
commit
b4ab39d64d
2
debian/config/defines.toml
vendored
2
debian/config/defines.toml
vendored
@ -89,7 +89,7 @@ compiler = 'gcc-14'
|
|||||||
|
|
||||||
[relations.image]
|
[relations.image]
|
||||||
depends = [
|
depends = [
|
||||||
'initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool',
|
'initramfs-tools | linux-initramfs-tool',
|
||||||
]
|
]
|
||||||
recommends = [
|
recommends = [
|
||||||
'apparmor',
|
'apparmor',
|
||||||
|
3
debian/templates/source.control.in
vendored
3
debian/templates/source.control.in
vendored
@ -30,6 +30,9 @@ Build-Depends-Arch:
|
|||||||
cpio <!pkg.linux.nokernel>,
|
cpio <!pkg.linux.nokernel>,
|
||||||
# used by upstream to compress kernel
|
# used by upstream to compress kernel
|
||||||
xz-utils <!pkg.linux.nokernel>,
|
xz-utils <!pkg.linux.nokernel>,
|
||||||
|
bzip2 <!pkg.linux.nokernel>,
|
||||||
|
lzop <!pkg.linux.nokernel>,
|
||||||
|
zstd <!pkg.linux.nokernel>,
|
||||||
# used by upstream to build genksyms, kconfig, and perf
|
# used by upstream to build genksyms, kconfig, and perf
|
||||||
bison <!pkg.linux.nokernel>,
|
bison <!pkg.linux.nokernel>,
|
||||||
bison <!pkg.linux.notools>,
|
bison <!pkg.linux.notools>,
|
||||||
|
@ -66,20 +66,22 @@ Architecture: alpha amd64 arm64 armel armhf hppa i386 loong64 mips mips64 mips64
|
|||||||
Build-Depends:
|
Build-Depends:
|
||||||
asciidoctor <!pkg.linux.notools !nopython>,
|
asciidoctor <!pkg.linux.notools !nopython>,
|
||||||
gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] <!cross>,
|
gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] <!cross>,
|
||||||
|
g++-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] <!cross>,
|
||||||
libaudit-dev,
|
libaudit-dev,
|
||||||
libbabeltrace-dev,
|
libbabeltrace-dev,
|
||||||
libdebuginfod-dev,
|
libdebuginfod-dev,
|
||||||
libdw-dev,
|
libdw-dev,
|
||||||
libnewt-dev,
|
libnewt-dev,
|
||||||
libnuma-dev,
|
libnuma-dev,
|
||||||
libopencsd-dev (>= 1.1.1),
|
libopencsd-dev,
|
||||||
libperl-dev,
|
libperl-dev,
|
||||||
libpython3-dev,
|
libpython3-dev,
|
||||||
libtraceevent-dev (>= 1:1.5),
|
libtraceevent-dev,
|
||||||
libunwind-dev [amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc ppc64 ppc64el sh4],
|
libunwind-dev [amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc ppc64 ppc64el sh4],
|
||||||
libzstd-dev,
|
libzstd-dev,
|
||||||
python3-dev:any,
|
python3-dev:any,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
|
systemtap-sdt-dev,
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python3:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python3:Depends}
|
||||||
Provides: linux-tools-@version@
|
Provides: linux-tools-@version@
|
||||||
Conflicts: linux-tools-@version@
|
Conflicts: linux-tools-@version@
|
||||||
@ -142,7 +144,7 @@ Package: rtla
|
|||||||
Meta-Rules-Target: rtla
|
Meta-Rules-Target: rtla
|
||||||
Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
|
Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
|
||||||
Architecture: amd64 arm64 armhf i386 x32
|
Architecture: amd64 arm64 armhf i386 x32
|
||||||
Build-Depends: libtracefs-dev (>= 1.3), libtraceevent-dev (>= 1:1.5), python3-docutils
|
Build-Depends: libtracefs-dev, libtraceevent-dev, python3-docutils
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}
|
||||||
Section: devel
|
Section: devel
|
||||||
Description: Real-Time Linux Analysis tools
|
Description: Real-Time Linux Analysis tools
|
||||||
|
2
debian/templates/tools-versioned.control.in
vendored
2
debian/templates/tools-versioned.control.in
vendored
@ -2,7 +2,7 @@ Package: linux-kbuild-@abiname@
|
|||||||
Meta-Rules-Target: kbuild
|
Meta-Rules-Target: kbuild
|
||||||
Build-Profiles: <!pkg.linux.notools>
|
Build-Profiles: <!pkg.linux.notools>
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Description: Kbuild infrastructure for Linux @abiname@
|
Description: Kbuild infrastructure for Linux @abiname@
|
||||||
This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@.
|
This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@.
|
||||||
|
Loading…
Reference in New Issue
Block a user