File: control

package info (click to toggle)
linux-latest 80%2Bdeb9u11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 416 kB
  • sloc: python: 148; makefile: 54
file content (767 lines) | stat: -rw-r--r-- 31,764 bytes parent folder | download
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
Source: linux-latest
Section: kernel
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, Frederik Schüler <fs@debian.org>, Ben Hutchings <ben@decadent.org.uk>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), linux-support-4.9.0-13, linux-headers-4.9.0-13-all
Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-latest.git
Vcs-Git: https://anonscm.debian.org/git/kernel/linux-latest.git

Package: linux-source
Architecture: all
Depends: linux-source-4.9, ${misc:Depends}
Description: Linux kernel source (meta-package)
 This package depends on packages containing the sources of the latest
 Linux kernel.

Package: linux-doc
Architecture: all
Section: doc
Depends: linux-doc-4.9, ${misc:Depends}
Description: Linux kernel specific documentation (meta-package)
 This package depends on the package containing the documentation for the
 latest Linux kernel.

Package: linux-perf
Architecture: all
Depends: linux-perf-4.9, ${misc:Depends}
Description: Performance analysis tools for Linux (meta-package)
 This package depends on the package containing the 'perf' performance
 analysis tools for the latest Linux kernel.

Package: linux-image-alpha-generic
Architecture: alpha
Provides: linux-latest-modules-4.9.0-13-alpha-generic
Depends: linux-image-4.9.0-13-alpha-generic, ${misc:Depends}
Description: Linux for Alpha (meta-package)
 This package depends on the latest Linux kernel and modules for use on DEC
 Alpha systems with extended kernel start address (Wildfire, Titan,
 Marvel).

Package: linux-headers-alpha-generic
Architecture: alpha
Depends: linux-headers-4.9.0-13-alpha-generic, ${misc:Depends}
Description: Header files for Linux alpha-generic configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel alpha-generic configuration.

Package: linux-image-alpha-generic-dbg
Architecture: alpha
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-alpha-generic-dbg, ${misc:Depends}
Description: Debugging symbols for Linux alpha-generic configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel alpha-generic configuration.

Package: linux-image-alpha-smp
Architecture: alpha
Provides: linux-latest-modules-4.9.0-13-alpha-smp
Depends: linux-image-4.9.0-13-alpha-smp, ${misc:Depends}
Description: Linux for Alpha SMP (meta-package)
 This package depends on the latest Linux kernel and modules for use on DEC
 Alpha SMP systems with extended kernel start address (Wildfire, Titan,
 Marvel).

Package: linux-headers-alpha-smp
Architecture: alpha
Depends: linux-headers-4.9.0-13-alpha-smp, ${misc:Depends}
Description: Header files for Linux alpha-smp configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel alpha-smp configuration.

Package: linux-image-alpha-smp-dbg
Architecture: alpha
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-alpha-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux alpha-smp configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel alpha-smp configuration.

Package: linux-image-amd64
Architecture: amd64
Provides: linux-latest-modules-4.9.0-13-amd64
Depends: linux-image-4.9.0-13-amd64, ${misc:Depends}
Description: Linux for 64-bit PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with AMD64, Intel 64 or VIA Nano processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports both privileged
 (dom0) and unprivileged (domU) operation.

Package: linux-headers-amd64
Architecture: amd64
Depends: linux-headers-4.9.0-13-amd64, ${misc:Depends}
Description: Header files for Linux amd64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel amd64 configuration.

Package: linux-image-amd64-dbg
Architecture: amd64
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-amd64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux amd64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel amd64 configuration.

Package: linux-image-rt-amd64
Architecture: amd64
Provides: linux-latest-modules-4.9.0-13-rt-amd64
Depends: linux-image-4.9.0-13-rt-amd64, ${misc:Depends}
Description: Linux for 64-bit PCs (meta-package), PREEMPT_RT
 This package depends on the latest Linux kernel and modules for use on PCs
 with AMD64, Intel 64 or VIA Nano processors.
 .
 This kernel includes the PREEMPT_RT realtime patch set.

Package: linux-headers-rt-amd64
Architecture: amd64
Depends: linux-headers-4.9.0-13-rt-amd64, ${misc:Depends}
Description: Header files for Linux rt-amd64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel rt-amd64 configuration.

Package: linux-image-rt-amd64-dbg
Architecture: amd64
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-rt-amd64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rt-amd64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel rt-amd64 configuration.

Package: linux-image-arm64
Architecture: arm64
Provides: linux-latest-modules-4.9.0-13-arm64
Depends: linux-image-4.9.0-13-arm64, ${misc:Depends}
Description: Linux for 64-bit ARMv8 machines (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 64-bit ARMv8 machines.

Package: linux-headers-arm64
Architecture: arm64
Depends: linux-headers-4.9.0-13-arm64, ${misc:Depends}
Description: Header files for Linux arm64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel arm64 configuration.

Package: linux-image-arm64-dbg
Architecture: arm64
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-arm64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux arm64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel arm64 configuration.

Package: linux-image-marvell
Architecture: armel
Provides: linux-latest-modules-4.9.0-13-marvell
Depends: linux-image-4.9.0-13-marvell, ${misc:Depends}
Description: Linux for Marvell Kirkwood/Orion (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Marvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc) and
 Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc).

Package: linux-headers-marvell
Architecture: armel
Depends: linux-headers-4.9.0-13-marvell, ${misc:Depends}
Description: Header files for Linux marvell configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel marvell configuration.

Package: linux-image-marvell-dbg
Architecture: armel
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-marvell-dbg, ${misc:Depends}
Description: Debugging symbols for Linux marvell configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel marvell configuration.

Package: linux-image-armmp
Architecture: armhf
Provides: linux-latest-modules-4.9.0-13-armmp
Depends: linux-image-4.9.0-13-armmp, ${misc:Depends}
Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 ARMv7 multiplatform kernel.  See
 https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 platforms.

Package: linux-headers-armmp
Architecture: armhf
Depends: linux-headers-4.9.0-13-armmp, ${misc:Depends}
Description: Header files for Linux armmp configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel armmp configuration.

Package: linux-image-armmp-dbg
Architecture: armhf
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-armmp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux armmp configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel armmp configuration.

Package: linux-image-armmp-lpae
Architecture: armhf
Provides: linux-latest-modules-4.9.0-13-armmp-lpae
Depends: linux-image-4.9.0-13-armmp-lpae, ${misc:Depends}
Description: Linux for ARMv7 multiplatform compatible SoCs supporting LPAE (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 ARMv7 multiplatform kernel supporting LPAE. See
 https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 platforms..

Package: linux-headers-armmp-lpae
Architecture: armhf
Depends: linux-headers-4.9.0-13-armmp-lpae, ${misc:Depends}
Description: Header files for Linux armmp-lpae configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel armmp-lpae configuration.

Package: linux-image-armmp-lpae-dbg
Architecture: armhf
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-armmp-lpae-dbg, ${misc:Depends}
Description: Debugging symbols for Linux armmp-lpae configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel armmp-lpae configuration.

Package: linux-image-parisc
Architecture: hppa
Provides: linux-latest-modules-4.9.0-13-parisc
Depends: linux-image-4.9.0-13-parisc, ${misc:Depends}
Description: Linux for 32-bit PA-RISC (meta-package)
 This package depends on the latest Linux kernel and modules for use on HP
 PA-RISC 32-bit systems with max 4 GB RAM.

Package: linux-headers-parisc
Architecture: hppa
Depends: linux-headers-4.9.0-13-parisc, ${misc:Depends}
Description: Header files for Linux parisc configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel parisc configuration.

Package: linux-image-parisc-dbg
Architecture: hppa
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-parisc-dbg, ${misc:Depends}
Description: Debugging symbols for Linux parisc configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel parisc configuration.

Package: linux-image-parisc64-smp
Architecture: hppa
Provides: linux-latest-modules-4.9.0-13-parisc64-smp
Depends: linux-image-4.9.0-13-parisc64-smp, ${misc:Depends}
Description: Linux for multiprocessor 64-bit PA-RISC (meta-package)
 This package depends on the latest Linux kernel and modules for use on HP
 PA-RISC 64-bit SMP systems with support for more than 4 GB RAM.

Package: linux-headers-parisc64-smp
Architecture: hppa
Depends: linux-headers-4.9.0-13-parisc64-smp, ${misc:Depends}
Description: Header files for Linux parisc64-smp configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel parisc64-smp configuration.

Package: linux-image-parisc64-smp-dbg
Architecture: hppa
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-parisc64-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux parisc64-smp configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel parisc64-smp configuration.

Package: linux-image-686
Architecture: i386
Provides: linux-latest-modules-4.9.0-13-686
Depends: linux-image-4.9.0-13-686, ${misc:Depends}
Description: Linux for older PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with one or more processors not supporting PAE.

Package: linux-headers-686
Architecture: i386
Depends: linux-headers-4.9.0-13-686, ${misc:Depends}
Description: Header files for Linux 686 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel 686 configuration.

Package: linux-image-686-dbg
Architecture: i386
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-686-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 686 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel 686 configuration.

Package: linux-image-686-pae
Architecture: i386
Provides: linux-latest-modules-4.9.0-13-686-pae
Depends: linux-image-4.9.0-13-686-pae, ${misc:Depends}
Description: Linux for modern PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with one or more processors supporting PAE.
 .
 This kernel requires PAE (Physical Address Extension). This feature is
 supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD
 Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom;
 Transmeta Efficeon; VIA C7; and some other processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports both privileged
 (dom0) and unprivileged (domU) operation.

Package: linux-headers-686-pae
Architecture: i386
Depends: linux-headers-4.9.0-13-686-pae, ${misc:Depends}
Description: Header files for Linux 686-pae configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel 686-pae configuration.

Package: linux-image-686-pae-dbg
Architecture: i386
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-686-pae-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 686-pae configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel 686-pae configuration.

Package: linux-image-rt-686-pae
Architecture: i386
Provides: linux-latest-modules-4.9.0-13-rt-686-pae
Depends: linux-image-4.9.0-13-rt-686-pae, ${misc:Depends}
Description: Linux for modern PCs (meta-package), PREEMPT_RT
 This package depends on the latest Linux kernel and modules for use on PCs
 with one or more processors supporting PAE.
 .
 This kernel requires PAE (Physical Address Extension). This feature is
 supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD
 Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom;
 Transmeta Efficeon; VIA C7; and some other processors.
 .
 This kernel includes the PREEMPT_RT realtime patch set.

Package: linux-headers-rt-686-pae
Architecture: i386
Depends: linux-headers-4.9.0-13-rt-686-pae, ${misc:Depends}
Description: Header files for Linux rt-686-pae configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel rt-686-pae configuration.

Package: linux-image-rt-686-pae-dbg
Architecture: i386
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-rt-686-pae-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rt-686-pae configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel rt-686-pae configuration.

Package: linux-image-m68k
Architecture: m68k
Provides: linux-latest-modules-4.9.0-13-m68k
Depends: linux-image-4.9.0-13-m68k, ${misc:Depends}
Description: Linux for Motorola MC68020+ family (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Motorola MC68020+ family.

Package: linux-headers-m68k
Architecture: m68k
Depends: linux-headers-4.9.0-13-m68k, ${misc:Depends}
Description: Header files for Linux m68k configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel m68k configuration.

Package: linux-image-m68k-dbg
Architecture: m68k
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-m68k-dbg, ${misc:Depends}
Description: Debugging symbols for Linux m68k configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel m68k configuration.

Package: linux-image-4kc-malta
Architecture: mips mipsel
Provides: linux-latest-modules-4.9.0-13-4kc-malta
Depends: linux-image-4.9.0-13-4kc-malta, ${misc:Depends}
Description: Linux for MIPS Malta (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 MIPS Malta boards.

Package: linux-headers-4kc-malta
Architecture: mips mipsel
Depends: linux-headers-4.9.0-13-4kc-malta, ${misc:Depends}
Description: Header files for Linux 4kc-malta configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel 4kc-malta configuration.

Package: linux-image-4kc-malta-dbg
Architecture: mips mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-4kc-malta-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 4kc-malta configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel 4kc-malta configuration.

Package: linux-image-5kc-malta
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-modules-4.9.0-13-5kc-malta
Depends: linux-image-4.9.0-13-5kc-malta, ${misc:Depends}
Description: Linux for MIPS Malta (64-bit) (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 MIPS Malta boards (64-bit).

Package: linux-headers-5kc-malta
Architecture: mips mips64 mips64el mipsel
Depends: linux-headers-4.9.0-13-5kc-malta, ${misc:Depends}
Description: Header files for Linux 5kc-malta configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel 5kc-malta configuration.

Package: linux-image-5kc-malta-dbg
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-5kc-malta-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 5kc-malta configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel 5kc-malta configuration.

Package: linux-image-octeon
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-modules-4.9.0-13-octeon
Depends: linux-image-4.9.0-13-octeon, ${misc:Depends}
Description: Linux for Octeon (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Cavium Networks Octeon.

Package: linux-headers-octeon
Architecture: mips mips64 mips64el mipsel
Depends: linux-headers-4.9.0-13-octeon, ${misc:Depends}
Description: Header files for Linux octeon configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel octeon configuration.

Package: linux-image-octeon-dbg
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-octeon-dbg, ${misc:Depends}
Description: Debugging symbols for Linux octeon configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel octeon configuration.

Package: linux-image-loongson-3
Architecture: mips64el mipsel
Provides: linux-latest-modules-4.9.0-13-loongson-3
Depends: linux-image-4.9.0-13-loongson-3, ${misc:Depends}
Description: Linux for Loongson 3A/3B (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Loongson 3A or 3B based systems (e.g.  from Loongson or Lemote).

Package: linux-headers-loongson-3
Architecture: mips64el mipsel
Depends: linux-headers-4.9.0-13-loongson-3, ${misc:Depends}
Description: Header files for Linux loongson-3 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel loongson-3 configuration.

Package: linux-image-loongson-3-dbg
Architecture: mips64el mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-loongson-3-dbg, ${misc:Depends}
Description: Debugging symbols for Linux loongson-3 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel loongson-3 configuration.

Package: linux-image-powerpc
Architecture: powerpc
Provides: linux-latest-modules-4.9.0-13-powerpc
Depends: linux-image-4.9.0-13-powerpc, ${misc:Depends}
Description: Linux for uniprocessor 32-bit PowerPC (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 uniprocessor 32-bit PowerPC.

Package: linux-headers-powerpc
Architecture: powerpc
Depends: linux-headers-4.9.0-13-powerpc, ${misc:Depends}
Description: Header files for Linux powerpc configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel powerpc configuration.

Package: linux-image-powerpc-dbg
Architecture: powerpc
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-powerpc-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel powerpc configuration.

Package: linux-image-powerpc-smp
Architecture: powerpc
Provides: linux-latest-modules-4.9.0-13-powerpc-smp
Depends: linux-image-4.9.0-13-powerpc-smp, ${misc:Depends}
Description: Linux for multiprocessor 32-bit PowerPC (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 multiprocessor 32-bit PowerPC.

Package: linux-headers-powerpc-smp
Architecture: powerpc
Depends: linux-headers-4.9.0-13-powerpc-smp, ${misc:Depends}
Description: Header files for Linux powerpc-smp configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel powerpc-smp configuration.

Package: linux-image-powerpc-smp-dbg
Architecture: powerpc
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-powerpc-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc-smp configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel powerpc-smp configuration.

Package: linux-image-powerpc64
Architecture: powerpc ppc64
Provides: linux-latest-modules-4.9.0-13-powerpc64
Depends: linux-image-4.9.0-13-powerpc64, ${misc:Depends}
Description: Linux for 64-bit PowerPC (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 64-bit PowerPC.

Package: linux-headers-powerpc64
Architecture: powerpc ppc64
Depends: linux-headers-4.9.0-13-powerpc64, ${misc:Depends}
Description: Header files for Linux powerpc64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel powerpc64 configuration.

Package: linux-image-powerpc64-dbg
Architecture: powerpc ppc64
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-powerpc64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel powerpc64 configuration.

Package: linux-image-powerpcspe
Architecture: powerpcspe
Provides: linux-latest-modules-4.9.0-13-powerpcspe
Depends: linux-image-4.9.0-13-powerpcspe, ${misc:Depends}
Description: Linux for 32-bit PowerPC with SPE (instead of AltiVec) with SMP support (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 32-bit PowerPC with SPE (instead of AltiVec) with SMP support.

Package: linux-headers-powerpcspe
Architecture: powerpcspe
Depends: linux-headers-4.9.0-13-powerpcspe, ${misc:Depends}
Description: Header files for Linux powerpcspe configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel powerpcspe configuration.

Package: linux-image-powerpcspe-dbg
Architecture: powerpcspe
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-powerpcspe-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpcspe configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel powerpcspe configuration.

Package: linux-image-powerpc64le
Architecture: ppc64el
Provides: linux-latest-modules-4.9.0-13-powerpc64le
Depends: linux-image-4.9.0-13-powerpc64le, ${misc:Depends}
Description: Linux for Little-endian 64-bit PowerPC (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Little-endian 64-bit PowerPC.

Package: linux-headers-powerpc64le
Architecture: ppc64el
Depends: linux-headers-4.9.0-13-powerpc64le, ${misc:Depends}
Description: Header files for Linux powerpc64le configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel powerpc64le configuration.

Package: linux-image-powerpc64le-dbg
Architecture: ppc64el
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-powerpc64le-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc64le configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel powerpc64le configuration.

Package: linux-image-s390x
Architecture: s390x
Provides: linux-latest-modules-4.9.0-13-s390x
Depends: linux-image-4.9.0-13-s390x, ${misc:Depends}
Description: Linux for IBM zSeries (meta-package)
 This package depends on the latest Linux kernel and modules for use on IBM
 zSeries.

Package: linux-headers-s390x
Architecture: s390x
Depends: linux-headers-4.9.0-13-s390x, ${misc:Depends}
Description: Header files for Linux s390x configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel s390x configuration.

Package: linux-image-s390x-dbg
Architecture: s390x
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-s390x-dbg, ${misc:Depends}
Description: Debugging symbols for Linux s390x configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel s390x configuration.

Package: linux-image-sh7751r
Architecture: sh4
Provides: linux-latest-modules-4.9.0-13-sh7751r
Depends: linux-image-4.9.0-13-sh7751r, ${misc:Depends}
Description: Linux for sh7751r (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Renesas SH7751R R2D plus board.

Package: linux-headers-sh7751r
Architecture: sh4
Depends: linux-headers-4.9.0-13-sh7751r, ${misc:Depends}
Description: Header files for Linux sh7751r configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel sh7751r configuration.

Package: linux-image-sh7751r-dbg
Architecture: sh4
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-sh7751r-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sh7751r configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel sh7751r configuration.

Package: linux-image-sh7785lcr
Architecture: sh4
Provides: linux-latest-modules-4.9.0-13-sh7785lcr
Depends: linux-image-4.9.0-13-sh7785lcr, ${misc:Depends}
Description: Linux for sh7785lcr (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 Renesas SH7785 reference board.

Package: linux-headers-sh7785lcr
Architecture: sh4
Depends: linux-headers-4.9.0-13-sh7785lcr, ${misc:Depends}
Description: Header files for Linux sh7785lcr configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel sh7785lcr configuration.

Package: linux-image-sh7785lcr-dbg
Architecture: sh4
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-sh7785lcr-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sh7785lcr configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel sh7785lcr configuration.

Package: linux-image-sparc64
Architecture: sparc64
Provides: linux-latest-modules-4.9.0-13-sparc64
Depends: linux-image-4.9.0-13-sparc64, ${misc:Depends}
Description: Linux for uniprocessor 64-bit UltraSPARC (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 uniprocessor 64-bit UltraSPARC.

Package: linux-headers-sparc64
Architecture: sparc64
Depends: linux-headers-4.9.0-13-sparc64, ${misc:Depends}
Description: Header files for Linux sparc64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel sparc64 configuration.

Package: linux-image-sparc64-dbg
Architecture: sparc64
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-sparc64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sparc64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel sparc64 configuration.

Package: linux-image-sparc64-smp
Architecture: sparc64
Provides: linux-latest-modules-4.9.0-13-sparc64-smp
Depends: linux-image-4.9.0-13-sparc64-smp, ${misc:Depends}
Description: Linux for multiprocessor 64-bit UltraSPARC (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 multiprocessor 64-bit UltraSPARC.

Package: linux-headers-sparc64-smp
Architecture: sparc64
Depends: linux-headers-4.9.0-13-sparc64-smp, ${misc:Depends}
Description: Header files for Linux sparc64-smp configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel sparc64-smp configuration.

Package: linux-image-sparc64-smp-dbg
Architecture: sparc64
Provides: linux-latest-image-dbg
Depends: linux-image-4.9.0-13-sparc64-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sparc64-smp configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel sparc64-smp configuration.

Package: linux-tools
Architecture: all
Section: oldlibs
Priority: extra
Depends: linux-perf, ${misc:Depends}
Description: Performance analysis tools for Linux (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: linux-image-586
Architecture: i386
Section: oldlibs
Priority: extra
Depends: linux-image-686, ${misc:Depends}
Description: Linux for older PCs (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: linux-headers-586
Architecture: i386
Section: oldlibs
Priority: extra
Depends: linux-headers-686, ${misc:Depends}
Description: Header files for Linux 586 configuration (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: linux-image-kirkwood
Architecture: armel
Section: oldlibs
Priority: extra
Depends: linux-image-marvell, ${misc:Depends}
Description: Linux for Marvell Kirkwood (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: linux-headers-kirkwood
Architecture: armel
Section: oldlibs
Priority: extra
Depends: linux-headers-marvell, ${misc:Depends}
Description: Header files for Linux kirkwood configuration (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: linux-image-orion5x
Architecture: armel
Section: oldlibs
Priority: extra
Depends: linux-image-marvell, ${misc:Depends}
Description: Linux for Marvell Orion (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: linux-headers-orion5x
Architecture: armel
Section: oldlibs
Priority: extra
Depends: linux-headers-marvell, ${misc:Depends}
Description: Header files for Linux orion5x configuration (dummy package)
 This is a dummy transitional package.  It can be safely removed.

Package: xen-linux-system-amd64
Architecture: amd64
Section: oldlibs
Priority: extra
Depends: xen-system-amd64, linux-image-amd64, ${misc:Depends}
Description: Xen system with Linux for 64-bit PCs (dummy package)
 This is a dummy transitional package.  It can be safely removed.