]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.master/control.stub.in
pinctrl-bcm2835: Fix interrupt handling for GPIOs 28-31 and 46-53
[mirror_ubuntu-zesty-kernel.git] / debian.master / control.stub.in
1 Source: linux
2 Section: devel
3 Priority: optional
4 Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
5 Standards-Version: 3.9.4.0
6 Build-Depends:
7 debhelper (>= 5),
8 dh-systemd,
9 cpio,
10 kernel-wedge,
11 kmod <!stage1>,
12 makedumpfile [amd64 i386] <!stage1>,
13 libelf-dev <!stage1>,
14 libnewt-dev <!stage1>,
15 libiberty-dev <!stage1>,
16 rsync <!stage1>,
17 libdw-dev <!stage1>,
18 libpci-dev <!stage1>,
19 pkg-config <!stage1>,
20 flex <!stage1>,
21 bison <!stage1>,
22 libunwind8-dev [amd64 arm64 armhf i386 ppc64el] <!stage1>,
23 liblzma-dev <!stage1>,
24 openssl <!stage1>,
25 libssl-dev <!stage1>,
26 libaudit-dev <!stage1>,
27 bc <!stage1>,
28 python-dev <!stage1>,
29 gawk <!stage1>,
30 libudev-dev <!stage1>,
31 autoconf <!stage1>,
32 automake <!stage1>,
33 libtool <!stage1>,
34 uuid-dev <!stage1>,
35 binutils-dev <!stage1>,
36 Build-Depends-Indep:
37 xmlto <!stage1>,
38 docbook-utils <!stage1>,
39 ghostscript <!stage1>,
40 transfig <!stage1>,
41 bzip2 <!stage1>,
42 sharutils <!stage1>,
43 asciidoc <!stage1>,
44 Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/zesty
45 XS-Testsuite: autopkgtest
46 #XS-Testsuite-Depends: gcc-4.7 binutils
47
48 Package: linux-source-PKGVER
49 Build-Profiles: <!stage1>
50 Architecture: all
51 Section: devel
52 Priority: optional
53 Provides: linux-source, linux-source-3
54 Depends: ${misc:Depends}, binutils, bzip2, coreutils
55 Recommends: libc-dev, gcc, make
56 Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev
57 Description: Linux kernel source for version PKGVER with Ubuntu patches
58 This package provides the source code for the Linux kernel version
59 PKGVER.
60 .
61 This package is mainly meant for other packages to use, in order to build
62 custom flavours.
63 .
64 If you wish to use this package to create a custom Linux kernel, then it
65 is suggested that you investigate the package kernel-package, which has
66 been designed to ease the task of creating kernel image packages.
67 .
68 If you are simply trying to build third-party modules for your kernel,
69 you do not want this package. Install the appropriate linux-headers
70 package instead.
71
72 Package: SRCPKGNAME-doc
73 Build-Profiles: <!stage1>
74 Architecture: all
75 Section: doc
76 Priority: optional
77 Depends: ${misc:Depends}
78 Description: Linux kernel specific documentation for version PKGVER
79 This package provides the various documents in the PKGVER kernel
80 Documentation/ subdirectory. These document kernel subsystems, APIs, device
81 drivers, and so on. See
82 /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is
83 contained in each file.
84
85 Package: SRCPKGNAME-headers-PKGVER-ABINUM
86 Build-Profiles: <!stage1>
87 Architecture: all
88 Multi-Arch: foreign
89 Section: devel
90 Priority: optional
91 Depends: ${misc:Depends}, coreutils
92 Description: Header files related to Linux kernel version PKGVER
93 This package provides kernel header files for version PKGVER, for sites
94 that want the latest kernel headers. Please read
95 /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details
96
97 Package: SRCPKGNAME-libc-dev
98 Architecture: i386 amd64 armhf arm64 x32 ppc64el s390x
99 Depends: ${misc:Depends}
100 Conflicts: SRCPKGNAME-kernel-headers
101 Replaces: SRCPKGNAME-kernel-headers
102 Provides: SRCPKGNAME-kernel-headers
103 Multi-Arch: same
104 Description: Linux Kernel Headers for development
105 This package provides headers from the Linux kernel. These headers
106 are used by the installed headers for GNU glibc and other system
107 libraries. They are NOT meant to be used to build third-party modules for
108 your kernel. Use SRCPKGNAME-headers-* packages for that.
109
110 Package: SRCPKGNAME-tools-common
111 Build-Profiles: <!stage1>
112 Architecture: all
113 Multi-Arch: foreign
114 Section: kernel
115 Priority: optional
116 Depends: ${misc:Depends}, lsb-release
117 Description: Linux kernel version specific tools for version PKGVER
118 This package provides the architecture independent parts for kernel
119 version locked tools (such as perf and x86_energy_perf_policy) for
120 version PGKVER.
121
122 Package: SRCPKGNAME-tools-PKGVER-ABINUM
123 Build-Profiles: <!stage1>
124 Architecture: i386 amd64 armhf arm64 ppc64el s390x
125 Section: devel
126 Priority: optional
127 Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common
128 Description: Linux kernel version specific tools for version PKGVER-ABINUM
129 This package provides the architecture dependant parts for kernel
130 version locked tools (such as perf and x86_energy_perf_policy) for
131 version PKGVER-ABINUM on
132 =HUMAN=.
133 You probably want to install linux-tools-PKGVER-ABINUM-<flavour>.
134
135 Package: SRCPKGNAME-cloud-tools-common
136 Build-Profiles: <!stage1>
137 Architecture: all
138 Multi-Arch: foreign
139 Section: kernel
140 Priority: optional
141 Depends: ${misc:Depends}
142 Description: Linux kernel version specific cloud tools for version PKGVER
143 This package provides the architecture independent parts for kernel
144 version locked tools for cloud tools for version PGKVER.
145
146 Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM
147 Build-Profiles: <!stage1>
148 Architecture: i386 amd64 armhf
149 Section: devel
150 Priority: optional
151 Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common
152 Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM
153 This package provides the architecture dependant parts for kernel
154 version locked tools for cloud tools for version PKGVER-ABINUM on
155 =HUMAN=.
156 You probably want to install linux-cloud-tools-PKGVER-ABINUM-<flavour>.
157