1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
Package: linux-kbuild-@version@
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Kbuild infrastructure for Linux @version@
This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@.
Package: linux-cpupower
Build-Profiles: <!stage1 !pkg.linux.notools>
Section: admin
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CPU power management tools for Linux
The cpupower command allows inspection and control of cpufreq and
cpuidle tunables for hardware that support these features. It
replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils.
.
${cpupower:Arch-Description}
Package: libcpupower1
Build-Profiles: <!stage1 !pkg.linux.notools>
Section: libs
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CPU frequency and voltage scaling tools for Linux (libraries)
This package contains the shared library.
Package: libcpupower-dev
Build-Profiles: <!stage1 !pkg.linux.notools>
Section: libdevel
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcpupower1 (= ${binary:Version})
Provides: libcpufreq-dev
Conflicts: libcpufreq-dev
Replaces: libcpufreq-dev
Description: CPU frequency and voltage scaling tools for Linux (development files)
This package contains the 'power/cpupower' headers and library shared objects.
Package: linux-perf-@version@
Build-Profiles: <!stage1 !pkg.linux.notools !nopython>
Section: devel
Architecture: alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}
Recommends: linux-base
Provides: linux-tools-@version@
Conflicts: linux-tools-@version@
Replaces: linux-tools-@version@
Suggests: linux-doc-@version@
Description: Performance analysis tools for Linux @version@
This package contains the 'perf' performance analysis tools for Linux
kernel version @version@.
.
The linux-base package contains a 'perf' command which will invoke the
appropriate version for the running kernel.
Package: libusbip-dev
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: linux-any
Depends: ${misc:Depends}
Section: libdevel
Description: USB device sharing system over IP network (development files)
USB/IP is a system for sharing USB devices over the network.
.
This package provides headers for the libusbip library and
the library itself for static linking.
Package: usbip
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: linux-any
Depends: usbutils, ${shlibs:Depends}, ${misc:Depends}
Section: admin
Description: USB device sharing system over IP network
USB/IP is a system for sharing USB devices over the network.
.
To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP
packets and transmits them between computers.
.
Original USB device drivers and applications can be used
for remote USB devices without any modification of them. A
computer can use remote USB devices as if they were
directly attached.
.
Currently USB/IP provides no access control or encryption.
It should only be used in trusted environments.
.
This package provides the server component 'usbipd' and the
client tool 'usbip'.
Package: hyperv-daemons
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: i386 amd64 x32
Depends: lsb-base, ${shlibs:Depends}, ${misc:Depends}
Section: admin
Description: Support daemons for Linux running on Hyper-V
Suite of daemons for Linux guests running on Hyper-V, consisting of
hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon.
.
hv_fcopy_daemon provides the file copy service, allowing the host to
copy files into the guest.
.
hv_kvp_daemon provides the key-value pair (KVP) service, allowing the
host to get and set the IP networking configuration of the guest.
(This requires helper scripts which are not currently included.)
.
hv_vss_daemon provides the volume shadow copy service (VSS), allowing
the host to freeze the guest filesystems while taking a snapshot.
#Package: lockdep
#Build-Profiles: <!stage1 !pkg.linux.notools>
#Architecture: all
#Depends: ${shlibs:Depends}, ${misc:Depends}, liblockdep@version@
#Recommends: liblockdep-dev
#Section: devel
#Multi-Arch: allowed
#Description: Runtime locking correctness validator
# lockdep is a wrapper for programs that use the pthreads API, which detects
# actual and potential deadlocks and other locking bugs.
#
#Package: liblockdep@version@
#Build-Profiles: <!stage1 !pkg.linux.notools>
#Architecture: linux-any
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Section: libs
#Multi-Arch: same
#Description: Runtime locking correctness validator (shared library)
# liblockdep is a library for programs that use the pthreads API, which can
# be used to detect actual and potential deadlocks and other locking bugs.
#
#Package: liblockdep-dev
#Build-Profiles: <!stage1 !pkg.linux.notools>
#Architecture: linux-any
#Depends: ${shlibs:Depends}, ${misc:Depends}, liblockdep@version@ (= ${binary:Version})
#Section: libdevel
#Multi-Arch: same
#Description: Runtime locking correctness validator (development files)
# liblockdep is a library for programs that use the pthreads API, which can
# be used to detect actual and potential deadlocks and other locking bugs.
|