diffstat for linux-latest-74 linux-latest-107+parrot1 bin/gencontrol.py | 42 - changelog | 260 +++++++ compat | 2 control | 722 +++++++++++++++------- control.md5sum | 21 linux-image-4kc-malta-dbg.lintian-overrides | 2 linux-image-4kc-malta.bug-presubj | 2 linux-image-5kc-malta-dbg.lintian-overrides | 2 linux-image-5kc-malta.bug-presubj | 2 linux-image-686-dbg.lintian-overrides | 2 linux-image-686-pae.NEWS | 13 linux-image-686-pae.bug-presubj | 2 linux-image-686.bug-presubj | 2 linux-image-alpha-generic-dbg.lintian-overrides | 2 linux-image-alpha-generic.bug-presubj | 2 linux-image-alpha-smp-dbg.lintian-overrides | 2 linux-image-alpha-smp.bug-presubj | 2 linux-image-amd64.NEWS | 13 linux-image-amd64.bug-presubj | 2 linux-image-arm64.bug-presubj | 2 linux-image-armmp-dbg.lintian-overrides | 2 linux-image-armmp-lpae-dbg.lintian-overrides | 2 linux-image-armmp-lpae.bug-presubj | 2 linux-image-armmp.bug-presubj | 2 linux-image-cloud-amd64-dbg.lintian-overrides | 2 linux-image-cloud-amd64.bug-presubj | 5 linux-image-itanium-dbg.lintian-overrides | 2 linux-image-itanium.bug-presubj | 5 linux-image-loongson-2e.bug-presubj | 5 linux-image-loongson-2f.bug-presubj | 5 linux-image-loongson-3-dbg.lintian-overrides | 2 linux-image-loongson-3.bug-presubj | 2 linux-image-m68k-dbg.lintian-overrides | 2 linux-image-m68k.bug-presubj | 2 linux-image-marvell-dbg.lintian-overrides | 2 linux-image-marvell.bug-presubj | 2 linux-image-mckinley-dbg.lintian-overrides | 2 linux-image-mckinley.bug-presubj | 5 linux-image-mips32r6-dbg.lintian-overrides | 2 linux-image-mips32r6.bug-presubj | 5 linux-image-mips32r6el-dbg.lintian-overrides | 2 linux-image-mips32r6el.bug-presubj | 5 linux-image-mips64r6-dbg.lintian-overrides | 2 linux-image-mips64r6.bug-presubj | 5 linux-image-mips64r6el-dbg.lintian-overrides | 2 linux-image-mips64r6el.bug-presubj | 5 linux-image-octeon-dbg.lintian-overrides | 2 linux-image-octeon.bug-presubj | 2 linux-image-parisc-smp.bug-presubj | 5 linux-image-parisc.bug-presubj | 2 linux-image-parisc64-smp.bug-presubj | 2 linux-image-powerpc-dbg.lintian-overrides | 2 linux-image-powerpc-smp-dbg.lintian-overrides | 2 linux-image-powerpc-smp.bug-presubj | 2 linux-image-powerpc.bug-presubj | 2 linux-image-powerpc64-dbg.lintian-overrides | 2 linux-image-powerpc64.bug-presubj | 2 linux-image-powerpc64le-dbg.lintian-overrides | 2 linux-image-powerpc64le.bug-presubj | 2 linux-image-powerpcspe-dbg.lintian-overrides | 2 linux-image-powerpcspe.bug-presubj | 2 linux-image-riscv64-dbg.lintian-overrides | 2 linux-image-riscv64.bug-presubj | 5 linux-image-rpi-dbg.lintian-overrides | 2 linux-image-rpi.bug-presubj | 5 linux-image-rt-686-pae.bug-presubj | 2 linux-image-rt-amd64.bug-presubj | 2 linux-image-rt-arm64-dbg.lintian-overrides | 2 linux-image-rt-arm64.bug-presubj | 5 linux-image-rt-armmp-dbg.lintian-overrides | 2 linux-image-rt-armmp.bug-presubj | 5 linux-image-s390x.bug-presubj | 2 linux-image-sh7751r-dbg.lintian-overrides | 2 linux-image-sh7751r.bug-presubj | 2 linux-image-sh7785lcr-dbg.lintian-overrides | 2 linux-image-sh7785lcr.bug-presubj | 2 linux-image-sparc64-dbg.lintian-overrides | 2 linux-image-sparc64-smp-dbg.lintian-overrides | 2 linux-image-sparc64-smp.bug-presubj | 2 linux-image-sparc64.bug-presubj | 2 linux-image-versatile.bug-presubj | 5 linux-image.NEWS | 48 + rules | 2 rules.defs | 2 rules.gen | 487 +++++++++++--- rules.real | 13 source.lintian-overrides | 42 + templates/control.doc.latest.in | 2 templates/control.extra.in | 49 - templates/control.headers.latest.in | 2 templates/control.image-dbg.latest.in | 2 templates/control.image.latest.type-standalone.in | 4 templates/control.source.in | 10 templates/control.source.latest.in | 2 templates/control.tools.latest.in | 2 templates/control.xen-linux-system.latest.in | 6 templates/lintian-overrides.image-dbg.in | 4 templates/lintian-overrides.source.in | 2 98 files changed, 1469 insertions(+), 476 deletions(-) diff -Nru linux-latest-74/debian/bin/gencontrol.py linux-latest-107+parrot1/debian/bin/gencontrol.py --- linux-latest-74/debian/bin/gencontrol.py 2015-09-25 23:53:48.000000000 +0000 +++ linux-latest-107+parrot1/debian/bin/gencontrol.py 2019-03-12 05:24:40.000000000 +0000 @@ -20,6 +20,9 @@ self.vars = { 'upstreamversion': self.version.linux_upstream, 'version': self.version.linux_version, + 'source_package': self.changelog[0].source, + 'source_suffix': re.sub(r'^linux-latest', r'', + self.changelog[0].source), 'source_upstream': self.version.upstream, 'abiname': self.abiname, } @@ -29,6 +32,7 @@ def do_main_setup(self, vars, makeflags, extra): makeflags['GENCONTROL_ARGS'] = '-v%s' % self.package_version + makeflags['VERSION'] = self.version.linux_version # A line will be appended to this for each image-dbg package. # Start with an empty file. @@ -43,14 +47,17 @@ 'linux-headers-%s-all' % self.abiname] ) - latest_source = self.templates["control.source.latest"] - packages.extend(self.process_packages(latest_source, vars)) + # Only build these metapackages if their names won't exactly match + # the packages they depend on + if vars['source_suffix'] != '-' + vars['upstreamversion']: + latest_source = self.templates["control.source.latest"] + packages.extend(self.process_packages(latest_source, vars)) - latest_doc = self.templates["control.doc.latest"] - packages.extend(self.process_packages(latest_doc, vars)) + latest_doc = self.templates["control.doc.latest"] + packages.extend(self.process_packages(latest_doc, vars)) - latest_tools = self.templates["control.tools.latest"] - packages.extend(self.process_packages(latest_tools, vars)) + latest_tools = self.templates["control.tools.latest"] + packages.extend(self.process_packages(latest_tools, vars)) def do_flavour_packages(self, packages, makefile, arch, featureset, flavour, vars, makeflags, extra): if self.version.linux_modifier is None: @@ -75,11 +82,10 @@ 'utf-8') as f: f.write(self.substitute(self.templates[template], vars)) templates.extend(self.templates["control.image.latest.type-standalone"]) - if self.config.get_merge('build', arch, featureset, flavour, - 'modules', True): - templates.extend(self.templates["control.headers.latest"]) + templates.extend(self.templates["control.headers.latest"]) if self.config.get_merge('build', arch, featureset, flavour, 'debug-info', False): + makeflags['DEBUG'] = True templates.extend(self.templates["control.image-dbg.latest"]) substitute_file('lintian-overrides.image-dbg', 'debian/linux-image-%s-dbg.lintian-overrides' % @@ -100,15 +106,12 @@ desc.append(config_description['part-long-' + part]) desc.append_short(config_description.get('part-short-' + part, '')) - if self.config.merge('xen', arch, featureset, flavour): - templates.extend(self.templates["control.xen-linux-system.latest"]) - - packages_dummy = [] + packages_flavour = [] - packages_dummy.append(self.process_real_image(templates[0], image_fields, vars)) - packages_dummy.extend(self.process_packages(templates[1:], vars)) + packages_flavour.append(self.process_real_image(templates[0], image_fields, vars)) + packages_flavour.extend(self.process_packages(templates[1:], vars)) - for package in packages_dummy: + for package in packages_flavour: name = package['Package'] if name in packages: package = packages.get(name) @@ -120,16 +123,17 @@ makeflags['GENCONTROL_ARGS'] = '-v%s' % self.package_version cmds_binary_arch = [] - for i in packages_dummy: + for i in packages_flavour: cmds_binary_arch += self.get_link_commands(i, ['NEWS']) - cmds_binary_arch += ["$(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='%s' %s" % (' '.join(["-p%s" % i['Package'] for i in packages_dummy]), makeflags)] + cmds_binary_arch += ["$(MAKE) -f debian/rules.real install-flavour %s" % + makeflags] makefile.add('binary-arch_%s_%s_%s_real' % (arch, featureset, flavour), cmds = cmds_binary_arch) # linux-image meta-packages include a bug presubj message # directing reporters to the real image package. bug_presubj = self.substitute( self.templates["bug-presubj.image.latest"], vars) - codecs.open("debian/%s.bug-presubj" % packages_dummy[0]['Package'], 'w', 'utf-8').write(bug_presubj) + codecs.open("debian/%s.bug-presubj" % packages_flavour[0]['Package'], 'w', 'utf-8').write(bug_presubj) def do_extra(self, packages, makefile): templates_extra = self.templates["control.extra"] diff -Nru linux-latest-74/debian/changelog linux-latest-107+parrot1/debian/changelog --- linux-latest-74/debian/changelog 2016-06-06 23:01:13.000000000 +0000 +++ linux-latest-107+parrot1/debian/changelog 2019-05-19 13:07:28.000000000 +0000 @@ -1,3 +1,262 @@ +linux-latest (107+parrot1) testing; urgency=medium + + * Update to Linux 4.19.0-parrot1.37t (4.19.37). + + -- Lorenzo "Palinuro" Faletra Sun, 19 May 2019 15:07:28 +0200 + +linux-latest (106+parrot2) testing; urgency=medium + + * Update to Linux 4.19.0-parrot4.28t (4.19.28). + + -- Lorenzo "Palinuro" Faletra Fri, 19 Apr 2019 14:24:40 +0200 + +linux-latest (106+parrot1) testing; urgency=medium + + * Update to Linux 4.19.0-parrot3.28t (4.19.28). + + -- Lorenzo "Palinuro" Faletra Tue, 16 Apr 2019 19:22:33 +0200 + +linux-latest (105+parrot2) testing; urgency=medium + + * Rebuild package on faramir build node. + * Add -unsigned alternative for kernel image packages. + + -- Lorenzo "Palinuro" Faletra Sun, 14 Apr 2019 06:48:18 +0200 + +linux-latest (105+parrot1) testing; urgency=medium + + * Update to Linux 4.19.0-parrot1.28t (4.19.28). + + -- Lorenzo "Palinuro" Faletra Sun, 14 Apr 2019 04:39:30 +0200 + +linux-latest (104+parrot1) testing; urgency=medium + + * Update to Linux 4.19.0-parrot1.20t (4.19.20). + + -- Lorenzo "Palinuro" Faletra Sun, 10 Mar 2019 04:03:10 +0100 + +linux-latest (103+parrot1) testing; urgency=medium + + * Update to Linux 4.19.0-parrot1.13t (4.19.13). + + -- Lorenzo "Palinuro" Faletra Thu, 10 Jan 2019 20:24:59 +0100 + +linux-latest (102+parrot1) testing; urgency=medium + + * Update to Linux 4.18.0-parrot20 (4.18.20). + + -- Lorenzo "Palinuro" Faletra Thu, 13 Dec 2018 16:47:03 +0100 + +linux-latest (101+parrot1) testing; urgency=medium + + * Update to Linux 4.18.0-parrot10 (4.18.10). + + -- Lorenzo "Palinuro" Faletra Sun, 07 Oct 2018 10:38:31 +0200 + +linux-latest (100+parrot1) testing; urgency=medium + + * Update to Linux 4.18.0-parrot8 (4.18.8). + + -- Lorenzo "Palinuro" Faletra Fri, 07 Sep 2018 21:15:35 +0200 + +linux-latest (99+parrot1) testing; urgency=medium + + * Update to Linux 4.17.0-parrot17 (4.17.17). + + -- Lorenzo "Palinuro" Faletra Tue, 28 Aug 2018 18:15:55 +0200 + +linux-latest (98+parrot1) testing; urgency=medium + + * Update to Linux 4.17.0-parrot8 (4.17.8). + + -- Lorenzo "Palinuro" Faletra Sun, 12 Aug 2018 00:31:35 +0200 + +linux-latest (97+parrot1) testing; urgency=medium + + * Update to Linux 4.16.0-parrot16 (4.16.16). + + -- Lorenzo "Palinuro" Faletra Sun, 15 Jul 2018 23:27:44 +0200 + +linux-latest (96+parrot2) testing; urgency=medium + + * Rebuild package. + + -- Lorenzo "Palinuro" Faletra Wed, 30 May 2018 13:21:50 +0200 + +linux-latest (96+parrot1) testing; urgency=medium + + * Update to linux 4.16.0-parrot12 (4.16.12). + + -- Lorenzo "Palinuro" Faletra Tue, 29 May 2018 01:00:58 +0200 + +linux-latest (95+parrot1) testing; urgency=medium + + * Update to linux 4.16.0-parrot5 (4.16.5). + + -- Lorenzo "Palinuro" Faletra Sun, 06 May 2018 23:56:54 +0200 + +linux-latest (94+parrot1) testing; urgency=medium + + * Update to linux 4.15.0-parrot17 (4.15.17). + + -- Lorenzo "Palinuro" Faletra Wed, 25 Apr 2018 10:19:00 +0200 + +linux-latest (93+parrot1) testing; urgency=medium + + * Update to linux 4.15.0-parrot11 (4.15.11). + + -- Lorenzo "Palinuro" Faletra Sat, 07 Apr 2018 15:53:55 +0200 + +linux-latest (92+parrot1) testing; urgency=medium + + * Update to linux 4.14.0-parrot13 (4.14.13). + + -- Lorenzo "Palinuro" Faletra Sun, 21 Jan 2018 23:14:14 +0100 + +linux-latest (91+parrot2) testing; urgency=medium + + * Add libelf-dev as a recommended package of linux-headers-* + + -- Lorenzo "Palinuro" Faletra Mon, 08 Jan 2018 22:13:32 +0100 + +linux-latest (91+parrot1) testing; urgency=medium + + * Update to linux 4.14.0-parrot12 (4.14.12). + + -- Lorenzo "Palinuro" Faletra Mon, 08 Jan 2018 01:48:27 +0100 + +linux-latest (90+parrot1) testing; urgency=medium + + * Update to linux 4.14.0-parrot7 (4.14.7). + + -- Lorenzo "Palinuro" Faletra Sun, 31 Dec 2017 14:23:25 +0100 + +linux-latest (89+parrot1) testing; urgency=medium + + * Update to linux 4.14.0-parrot2 (4.14.2). + + -- Lorenzo "Palinuro" Faletra Thu, 07 Dec 2017 13:50:39 +0100 + +linux-latest (88+parrot1) testing; urgency=medium + + * Update to linux 4.13.0-1parrot13 (4.13.13). + + -- Lorenzo "Palinuro" Faletra Mon, 27 Nov 2017 18:59:57 +0100 + +linux-latest (87+parrot1) testing; urgency=medium + + * Update to linux 4.13.0-parrot10 (4.13.10). + + -- Lorenzo "Palinuro" Faletra Wed, 15 Nov 2017 00:59:11 +0100 + +linux-latest (86+parrot1) testing; urgency=medium + + * Update to linux 4.13.0-parrot4 (4.13.4). + + -- Lorenzo "Palinuro" Faletra Tue, 10 Oct 2017 17:01:37 +0200 + +linux-latest (85+parrot1) testing; urgency=medium + + * Update for linux 4.12.0-parrot6 (4.12.6). + + -- Lorenzo "Palinuro" Faletra Tue, 29 Aug 2017 22:45:06 +0200 + +linux-latest (84+parrot1) testing; urgency=medium + + * Rebuild. + + -- Lorenzo "Palinuro" Faletra Thu, 29 Jun 2017 18:07:01 +0200 + +linux-latest (84+parrot0) testing; urgency=medium + + * Update for linux 4.11.0-parrot6 (4.11.6) + + -- Lorenzo "Palinuro" Faletra Thu, 29 Jun 2017 12:59:24 +0200 + +linux-latest (83+parrot0) testing; urgency=medium + + * Update for linux 4.9.0-parrot30 (4.9.30) + + -- Lorenzo "Palinuro" Faletra Thu, 15 Jun 2017 14:57:57 +0200 + +linux-latest (82+parrot0) testing; urgency=medium + + * Update for linux 4.9.0-parrot25 (4.9.25) + + -- Lorenzo "Palinuro" Faletra Thu, 15 Jun 2017 14:41:12 +0200 + +linux-latest (81+parrot0) testing; urgency=medium + + * Update for linux 4.9.0-parrot18 (4.9.18) + + -- Lorenzo "Palinuro" Faletra Mon, 24 Apr 2017 14:32:48 +0200 + +linux-latest (80+parrot0) testing; urgency=medium + + * Update for linux 4.9.0-parrot16 (4.9.16) + + -- Lorenzo "Palinuro" Faletra Thu, 30 Mar 2017 04:46:59 +0200 + +linux-latest (79+parrot1) testing; urgency=medium + + * Update for linux 4.9.0-parrot13 (4.9.13) + + -- Lorenzo "Palinuro" Faletra Thu, 02 Mar 2017 19:31:27 +0100 + +linux-latest (78+parrot0) testing; urgency=medium + + * Update for linux 4.9.0-parrot (4.9.6) + + -- Lorenzo "Palinuro" Faletra Fri, 03 Feb 2017 11:26:23 +0100 + +linux-latest (77+parrot0) testing; urgency=medium + + * Update for linux 4.8.0-parrot (4.8.11) + + -- Lorenzo "Palinuro" Faletra Mon, 12 Dec 2016 20:51:20 +0100 + +linux-latest (76+parrot0) testing; urgency=medium + + * Update for linux 4.8.0-parrot + + -- Lorenzo "Palinuro" Faletra Mon, 21 Nov 2016 09:08:16 +0100 + +linux-latest (75+parrot3) testing; urgency=medium + + * Update for linux 4.8.0-parrot + + -- Lorenzo "Palinuro" Faletra Mon, 21 Nov 2016 00:47:25 +0100 + +linux-latest (75+parrot1) testing; urgency=medium + + * Restore rules.gen + + -- Lorenzo "Palinuro" Faletra Wed, 05 Oct 2016 13:22:15 +0200 + +linux-latest (75+parrot0) testing; urgency=medium + + * Update for linux 4.7.0-parrot + + -- Lorenzo "Palinuro" Faletra Wed, 05 Oct 2016 12:48:53 +0200 + +linux-latest (74+parrot2) testing; urgency=medium + + * Update for linux 4.6.0-parrot + + -- Lorenzo "Palinuro" Faletra Fri, 22 Jul 2016 19:24:35 +0200 + +linux-latest (74+parrot1) testing; urgency=medium + + * Fix namespaces + + -- Lorenzo "Palinuro" Faletra Fri, 01 Jul 2016 16:24:59 +0200 + +linux-latest (74+parrot0) testing; urgency=medium + + * Update to linux 4.6.0-parrot + + -- Lorenzo "Palinuro" Faletra Fri, 01 Jul 2016 16:10:39 +0200 + linux-latest (74) unstable; urgency=medium * Update to 4.6.0-1 @@ -550,3 +809,4 @@ * Initial release. -- Bastian Blank Mon, 14 Aug 2006 20:32:24 +0200 + diff -Nru linux-latest-74/debian/compat linux-latest-107+parrot1/debian/compat --- linux-latest-74/debian/compat 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/compat 2016-12-04 05:17:37.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru linux-latest-74/debian/control linux-latest-107+parrot1/debian/control --- linux-latest-74/debian/control 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/control 2019-05-19 13:07:28.000000000 +0000 @@ -2,15 +2,15 @@ Section: kernel Priority: optional Maintainer: Debian Kernel Team -Uploaders: Bastian Blank , Frederik Schüler , Ben Hutchings -Standards-Version: 3.9.5 -Build-Depends: debhelper (>> 7), linux-support-4.6.0-1, linux-headers-4.6.0-1-all -Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-latest.git -Vcs-Git: https://anonscm.debian.org/git/kernel/linux-latest.git +Uploaders: Bastian Blank , Ben Hutchings , Salvatore Bonaccorso +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), linux-support-4.19.0-parrot1-37t, linux-headers-4.19.0-parrot1-37t-all +Vcs-Browser: https://salsa.debian.org/kernel-team/linux-latest +Vcs-Git: https://salsa.debian.org/kernel-team/linux-latest.git Package: linux-source Architecture: all -Depends: linux-source-4.6, ${misc:Depends} +Depends: linux-source-4.19, ${misc:Depends} Description: Linux kernel source (meta-package) This package depends on packages containing the sources of the latest Linux kernel. @@ -18,22 +18,22 @@ Package: linux-doc Architecture: all Section: doc -Depends: linux-doc-4.6, ${misc:Depends} +Depends: linux-doc-4.19, ${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.6, ${misc:Depends} +Depends: linux-perf-4.19, ${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.6.0-1-alpha-generic -Depends: linux-image-4.6.0-1-alpha-generic, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-alpha-generic +Depends: linux-image-4.19.0-parrot1-37t-alpha-generic | linux-image-4.19.0-parrot1-37t-alpha-generic-unsigned, ${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, @@ -41,15 +41,23 @@ Package: linux-headers-alpha-generic Architecture: alpha -Depends: linux-headers-4.6.0-1-alpha-generic, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-alpha-smp -Depends: linux-image-4.6.0-1-alpha-smp, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-alpha-smp +Depends: linux-image-4.19.0-parrot1-37t-alpha-smp | linux-image-4.19.0-parrot1-37t-alpha-smp-unsigned, ${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, @@ -57,25 +65,30 @@ Package: linux-headers-alpha-smp Architecture: alpha -Depends: linux-headers-4.6.0-1-alpha-smp, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-amd64 -Depends: linux-image-4.6.0-1-amd64, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-amd64 +Depends: linux-image-4.19.0-parrot1-37t-amd64 | linux-image-4.19.0-parrot1-37t-amd64-unsigned, ${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.6.0-1-amd64, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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. @@ -83,23 +96,38 @@ Package: linux-image-amd64-dbg Architecture: amd64 Provides: linux-latest-image-dbg -Depends: linux-image-4.6.0-1-amd64-dbg, ${misc:Depends} +Depends: linux-image-4.19.0-parrot1-37t-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: xen-linux-system-amd64 +Package: linux-image-cloud-amd64 +Architecture: amd64 +Provides: linux-latest-modules-4.19.0-parrot1-37t-cloud-amd64 +Depends: linux-image-4.19.0-parrot1-37t-cloud-amd64 | linux-image-4.19.0-parrot1-37t-cloud-amd64-unsigned, ${misc:Depends} +Description: Linux for x86-64 cloud (meta-package) + This package depends on the latest Linux kernel and modules for use on + Amazon EC2, Google Compute Engine and Microsoft Azure cloud platforms. + +Package: linux-headers-cloud-amd64 Architecture: amd64 -Provides: xen-linux-system -Depends: xen-linux-system-4.6.0-1-amd64, ${misc:Depends} -Description: Xen system with Linux for 64-bit PCs (meta-package) - This package depends on the Xen hypervisor and the latest Linux kernel - amd64 configuration. +Depends: linux-headers-4.19.0-parrot1-37t-cloud-amd64, ${misc:Depends} +Description: Header files for Linux cloud-amd64 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel cloud-amd64 configuration. + +Package: linux-image-cloud-amd64-dbg +Architecture: amd64 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-cloud-amd64-dbg, ${misc:Depends} +Description: Debugging symbols for Linux cloud-amd64 configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel cloud-amd64 configuration. Package: linux-image-rt-amd64 Architecture: amd64 -Provides: linux-latest-modules-4.6.0-1-rt-amd64 -Depends: linux-image-4.6.0-1-rt-amd64, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-rt-amd64 +Depends: linux-image-4.19.0-parrot1-37t-rt-amd64 | linux-image-4.19.0-parrot1-37t-rt-amd64-unsigned, ${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. @@ -108,7 +136,7 @@ Package: linux-headers-rt-amd64 Architecture: amd64 -Depends: linux-headers-4.6.0-1-rt-amd64, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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. @@ -116,22 +144,22 @@ Package: linux-image-rt-amd64-dbg Architecture: amd64 Provides: linux-latest-image-dbg -Depends: linux-image-4.6.0-1-rt-amd64-dbg, ${misc:Depends} +Depends: linux-image-4.19.0-parrot1-37t-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.6.0-1-arm64 -Depends: linux-image-4.6.0-1-arm64, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-arm64 +Depends: linux-image-4.19.0-parrot1-37t-arm64 | linux-image-4.19.0-parrot1-37t-arm64-unsigned, ${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.6.0-1-arm64, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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. @@ -139,46 +167,87 @@ Package: linux-image-arm64-dbg Architecture: arm64 Provides: linux-latest-image-dbg -Depends: linux-image-4.6.0-1-arm64-dbg, ${misc:Depends} +Depends: linux-image-4.19.0-parrot1-37t-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-rt-arm64 +Architecture: arm64 +Provides: linux-latest-modules-4.19.0-parrot1-37t-rt-arm64 +Depends: linux-image-4.19.0-parrot1-37t-rt-arm64 | linux-image-4.19.0-parrot1-37t-rt-arm64-unsigned, ${misc:Depends} +Description: Linux for 64-bit ARMv8 machines (meta-package), PREEMPT_RT + This package depends on the latest Linux kernel and modules for use on + 64-bit ARMv8 machines. + . + This kernel includes the PREEMPT_RT realtime patch set. + +Package: linux-headers-rt-arm64 +Architecture: arm64 +Depends: linux-headers-4.19.0-parrot1-37t-rt-arm64, ${misc:Depends} +Description: Header files for Linux rt-arm64 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel rt-arm64 configuration. + +Package: linux-image-rt-arm64-dbg +Architecture: arm64 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-rt-arm64-dbg, ${misc:Depends} +Description: Debugging symbols for Linux rt-arm64 configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel rt-arm64 configuration. + Package: linux-image-marvell Architecture: armel -Provides: linux-latest-modules-4.6.0-1-marvell -Depends: linux-image-4.6.0-1-marvell, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-marvell +Depends: linux-image-4.19.0-parrot1-37t-marvell | linux-image-4.19.0-parrot1-37t-marvell-unsigned, ${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). + Marvell Kirkwood and Orion based systems + (https://wiki.debian.org/ArmEabiPort#Supported_hardware). Package: linux-headers-marvell Architecture: armel -Depends: linux-headers-4.6.0-1-marvell, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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-versatile +Package: linux-image-marvell-dbg Architecture: armel -Provides: linux-latest-modules-4.6.0-1-versatile -Depends: linux-image-4.6.0-1-versatile, ${misc:Depends} -Description: Linux for Versatile (meta-package) +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-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-rpi +Architecture: armel +Provides: linux-latest-modules-4.19.0-parrot1-37t-rpi +Depends: linux-image-4.19.0-parrot1-37t-rpi | linux-image-4.19.0-parrot1-37t-rpi-unsigned, ${misc:Depends} +Description: Linux for Raspberry Pi and Pi Zero (meta-package) This package depends on the latest Linux kernel and modules for use on - Versatile systems (PB, AB, Qemu). + Raspberry Pi, Raspberry Pi Zero based systems. -Package: linux-headers-versatile +Package: linux-headers-rpi Architecture: armel -Depends: linux-headers-4.6.0-1-versatile, ${misc:Depends} -Description: Header files for Linux versatile configuration (meta-package) +Depends: linux-headers-4.19.0-parrot1-37t-rpi, ${misc:Depends} +Description: Header files for Linux rpi configuration (meta-package) This package depends on the architecture-specific header files for the - latest Linux kernel versatile configuration. + latest Linux kernel rpi configuration. + +Package: linux-image-rpi-dbg +Architecture: armel +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-rpi-dbg, ${misc:Depends} +Description: Debugging symbols for Linux rpi configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel rpi configuration. Package: linux-image-armmp Architecture: armhf -Provides: linux-latest-modules-4.6.0-1-armmp -Depends: linux-image-4.6.0-1-armmp, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-armmp +Depends: linux-image-4.19.0-parrot1-37t-armmp | linux-image-4.19.0-parrot1-37t-armmp-unsigned, ${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 @@ -187,15 +256,23 @@ Package: linux-headers-armmp Architecture: armhf -Depends: linux-headers-4.6.0-1-armmp, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-armmp-lpae -Depends: linux-image-4.6.0-1-armmp-lpae, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-armmp-lpae +Depends: linux-image-4.19.0-parrot1-37t-armmp-lpae | linux-image-4.19.0-parrot1-37t-armmp-lpae-unsigned, ${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 @@ -204,60 +281,118 @@ Package: linux-headers-armmp-lpae Architecture: armhf -Depends: linux-headers-4.6.0-1-armmp-lpae, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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-rt-armmp +Architecture: armhf +Provides: linux-latest-modules-4.19.0-parrot1-37t-rt-armmp +Depends: linux-image-4.19.0-parrot1-37t-rt-armmp | linux-image-4.19.0-parrot1-37t-rt-armmp-unsigned, ${misc:Depends} +Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package), PREEMPT_RT + 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. + . + This kernel includes the PREEMPT_RT realtime patch set. + +Package: linux-headers-rt-armmp +Architecture: armhf +Depends: linux-headers-4.19.0-parrot1-37t-rt-armmp, ${misc:Depends} +Description: Header files for Linux rt-armmp configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel rt-armmp configuration. + +Package: linux-image-rt-armmp-dbg +Architecture: armhf +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-rt-armmp-dbg, ${misc:Depends} +Description: Debugging symbols for Linux rt-armmp configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel rt-armmp configuration. + Package: linux-image-parisc Architecture: hppa -Provides: linux-latest-modules-4.6.0-1-parisc -Depends: linux-image-4.6.0-1-parisc, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-parisc +Depends: linux-image-4.19.0-parrot1-37t-parisc | linux-image-4.19.0-parrot1-37t-parisc-unsigned, ${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.6.0-1-parisc, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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-smp +Architecture: hppa +Provides: linux-latest-modules-4.19.0-parrot1-37t-parisc-smp +Depends: linux-image-4.19.0-parrot1-37t-parisc-smp | linux-image-4.19.0-parrot1-37t-parisc-smp-unsigned, ${misc:Depends} +Description: Linux for multiprocessor 32-bit PA-RISC (meta-package) + This package depends on the latest Linux kernel and modules for use on HP + PA-RISC 32-bit SMP systems with max 4 GB RAM. + +Package: linux-headers-parisc-smp +Architecture: hppa +Depends: linux-headers-4.19.0-parrot1-37t-parisc-smp, ${misc:Depends} +Description: Header files for Linux parisc-smp configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel parisc-smp configuration. + Package: linux-image-parisc64-smp Architecture: hppa -Provides: linux-latest-modules-4.6.0-1-parisc64-smp -Depends: linux-image-4.6.0-1-parisc64-smp, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-parisc64-smp +Depends: linux-image-4.19.0-parrot1-37t-parisc64-smp | linux-image-4.19.0-parrot1-37t-parisc64-smp-unsigned, ${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.6.0-1-parisc64-smp, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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-686 Architecture: i386 -Provides: linux-latest-modules-4.6.0-1-686 -Depends: linux-image-4.6.0-1-686, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-686 +Depends: linux-image-4.19.0-parrot1-37t-686 | linux-image-4.19.0-parrot1-37t-686-unsigned, ${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.6.0-1-686, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-686-pae -Depends: linux-image-4.6.0-1-686-pae, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-686-pae +Depends: linux-image-4.19.0-parrot1-37t-686-pae | linux-image-4.19.0-parrot1-37t-686-pae-unsigned, ${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. @@ -266,13 +401,10 @@ 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.6.0-1-686-pae, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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. @@ -280,15 +412,15 @@ Package: linux-image-686-pae-dbg Architecture: i386 Provides: linux-latest-image-dbg -Depends: linux-image-4.6.0-1-686-pae-dbg, ${misc:Depends} +Depends: linux-image-4.19.0-parrot1-37t-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.6.0-1-rt-686-pae -Depends: linux-image-4.6.0-1-rt-686-pae, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-rt-686-pae +Depends: linux-image-4.19.0-parrot1-37t-rt-686-pae | linux-image-4.19.0-parrot1-37t-rt-686-pae-unsigned, ${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. @@ -302,7 +434,7 @@ Package: linux-headers-rt-686-pae Architecture: i386 -Depends: linux-headers-4.6.0-1-rt-686-pae, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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. @@ -310,202 +442,413 @@ Package: linux-image-rt-686-pae-dbg Architecture: i386 Provides: linux-latest-image-dbg -Depends: linux-image-4.6.0-1-rt-686-pae-dbg, ${misc:Depends} +Depends: linux-image-4.19.0-parrot1-37t-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-itanium +Architecture: ia64 +Provides: linux-latest-modules-4.19.0-parrot1-37t-itanium +Depends: linux-image-4.19.0-parrot1-37t-itanium | linux-image-4.19.0-parrot1-37t-itanium-unsigned, ${misc:Depends} +Description: Linux for Itanium (Merced) (meta-package) + This package depends on the latest Linux kernel and modules for use on + systems with original Itanium (Merced) processors. + +Package: linux-headers-itanium +Architecture: ia64 +Depends: linux-headers-4.19.0-parrot1-37t-itanium, ${misc:Depends} +Description: Header files for Linux itanium configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel itanium configuration. + +Package: linux-image-itanium-dbg +Architecture: ia64 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-itanium-dbg, ${misc:Depends} +Description: Debugging symbols for Linux itanium configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel itanium configuration. + +Package: linux-image-mckinley +Architecture: ia64 +Provides: linux-latest-modules-4.19.0-parrot1-37t-mckinley +Depends: linux-image-4.19.0-parrot1-37t-mckinley | linux-image-4.19.0-parrot1-37t-mckinley-unsigned, ${misc:Depends} +Description: Linux for Itanium 2+ (meta-package) + This package depends on the latest Linux kernel and modules for use on + systems with Itanium 2 or 9300/9500/9700-series processors. + +Package: linux-headers-mckinley +Architecture: ia64 +Depends: linux-headers-4.19.0-parrot1-37t-mckinley, ${misc:Depends} +Description: Header files for Linux mckinley configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mckinley configuration. + +Package: linux-image-mckinley-dbg +Architecture: ia64 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-mckinley-dbg, ${misc:Depends} +Description: Debugging symbols for Linux mckinley configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel mckinley configuration. + Package: linux-image-m68k Architecture: m68k -Provides: linux-latest-modules-4.6.0-1-m68k -Depends: linux-image-4.6.0-1-m68k, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-m68k +Depends: linux-image-4.19.0-parrot1-37t-m68k | linux-image-4.19.0-parrot1-37t-m68k-unsigned, ${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.6.0-1-m68k, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-4kc-malta -Depends: linux-image-4.6.0-1-4kc-malta, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-4kc-malta +Depends: linux-image-4.19.0-parrot1-37t-4kc-malta | linux-image-4.19.0-parrot1-37t-4kc-malta-unsigned, ${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.6.0-1-4kc-malta, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-5kc-malta -Depends: linux-image-4.6.0-1-5kc-malta, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-5kc-malta +Depends: linux-image-4.19.0-parrot1-37t-5kc-malta | linux-image-4.19.0-parrot1-37t-5kc-malta-unsigned, ${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.6.0-1-5kc-malta, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-octeon -Depends: linux-image-4.6.0-1-octeon, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-octeon +Depends: linux-image-4.19.0-parrot1-37t-octeon | linux-image-4.19.0-parrot1-37t-octeon-unsigned, ${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.6.0-1-octeon, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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-loongson-2e -Architecture: mipsel -Provides: linux-latest-modules-4.6.0-1-loongson-2e -Depends: linux-image-4.6.0-1-loongson-2e, ${misc:Depends} -Description: Linux for Loongson 2E (meta-package) - This package depends on the latest Linux kernel and modules for use on - Lemote Loongson 2E systems. - -Package: linux-headers-loongson-2e -Architecture: mipsel -Depends: linux-headers-4.6.0-1-loongson-2e, ${misc:Depends} -Description: Header files for Linux loongson-2e configuration (meta-package) - This package depends on the architecture-specific header files for the - latest Linux kernel loongson-2e configuration. - -Package: linux-image-loongson-2f -Architecture: mipsel -Provides: linux-latest-modules-4.6.0-1-loongson-2f -Depends: linux-image-4.6.0-1-loongson-2f, ${misc:Depends} -Description: Linux for Loongson 2F (meta-package) - This package depends on the latest Linux kernel and modules for use on - Lemote Loongson 2F systems. - -Package: linux-headers-loongson-2f -Architecture: mipsel -Depends: linux-headers-4.6.0-1-loongson-2f, ${misc:Depends} -Description: Header files for Linux loongson-2f configuration (meta-package) - This package depends on the architecture-specific header files for the - latest Linux kernel loongson-2f configuration. +Package: linux-image-octeon-dbg +Architecture: mips mips64 mips64el mipsel +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-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.6.0-1-loongson-3 -Depends: linux-image-4.6.0-1-loongson-3, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-loongson-3 +Depends: linux-image-4.19.0-parrot1-37t-loongson-3 | linux-image-4.19.0-parrot1-37t-loongson-3-unsigned, ${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.6.0-1-loongson-3, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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-mips64r6 +Architecture: mips64r6 mipsr6 +Provides: linux-latest-modules-4.19.0-parrot1-37t-mips64r6 +Depends: linux-image-4.19.0-parrot1-37t-mips64r6 | linux-image-4.19.0-parrot1-37t-mips64r6-unsigned, ${misc:Depends} +Description: Linux for MIPS R6 (64 bit, big endian) (meta-package) + This package depends on the latest Linux kernel and modules for use on + MIPS R6 (64 bit, big endian). + +Package: linux-headers-mips64r6 +Architecture: mips64r6 mipsr6 +Depends: linux-headers-4.19.0-parrot1-37t-mips64r6, ${misc:Depends} +Description: Header files for Linux mips64r6 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mips64r6 configuration. + +Package: linux-image-mips64r6-dbg +Architecture: mips64r6 mipsr6 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-mips64r6-dbg, ${misc:Depends} +Description: Debugging symbols for Linux mips64r6 configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel mips64r6 configuration. + +Package: linux-image-mips64r6el +Architecture: mips64r6el mipsr6el +Provides: linux-latest-modules-4.19.0-parrot1-37t-mips64r6el +Depends: linux-image-4.19.0-parrot1-37t-mips64r6el | linux-image-4.19.0-parrot1-37t-mips64r6el-unsigned, ${misc:Depends} +Description: Linux for MIPS R6 (64 bit, little endian) (meta-package) + This package depends on the latest Linux kernel and modules for use on + MIPS R6 (64 bit, little endian). + +Package: linux-headers-mips64r6el +Architecture: mips64r6el mipsr6el +Depends: linux-headers-4.19.0-parrot1-37t-mips64r6el, ${misc:Depends} +Description: Header files for Linux mips64r6el configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mips64r6el configuration. + +Package: linux-image-mips64r6el-dbg +Architecture: mips64r6el mipsr6el +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-mips64r6el-dbg, ${misc:Depends} +Description: Debugging symbols for Linux mips64r6el configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel mips64r6el configuration. + +Package: linux-image-mips32r6 +Architecture: mipsr6 +Provides: linux-latest-modules-4.19.0-parrot1-37t-mips32r6 +Depends: linux-image-4.19.0-parrot1-37t-mips32r6 | linux-image-4.19.0-parrot1-37t-mips32r6-unsigned, ${misc:Depends} +Description: Linux for MIPS R6 (32 bit, big endian) (meta-package) + This package depends on the latest Linux kernel and modules for use on + MIPS R6 (32 bit, big endian). + +Package: linux-headers-mips32r6 +Architecture: mipsr6 +Depends: linux-headers-4.19.0-parrot1-37t-mips32r6, ${misc:Depends} +Description: Header files for Linux mips32r6 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mips32r6 configuration. + +Package: linux-image-mips32r6-dbg +Architecture: mipsr6 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-mips32r6-dbg, ${misc:Depends} +Description: Debugging symbols for Linux mips32r6 configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel mips32r6 configuration. + +Package: linux-image-mips32r6el +Architecture: mipsr6el +Provides: linux-latest-modules-4.19.0-parrot1-37t-mips32r6el +Depends: linux-image-4.19.0-parrot1-37t-mips32r6el | linux-image-4.19.0-parrot1-37t-mips32r6el-unsigned, ${misc:Depends} +Description: Linux for MIPS R6 (32 bit, little endian) (meta-package) + This package depends on the latest Linux kernel and modules for use on + MIPS R6 (32 bit, little endian). + +Package: linux-headers-mips32r6el +Architecture: mipsr6el +Depends: linux-headers-4.19.0-parrot1-37t-mips32r6el, ${misc:Depends} +Description: Header files for Linux mips32r6el configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mips32r6el configuration. + +Package: linux-image-mips32r6el-dbg +Architecture: mipsr6el +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-mips32r6el-dbg, ${misc:Depends} +Description: Debugging symbols for Linux mips32r6el configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel mips32r6el configuration. + Package: linux-image-powerpc Architecture: powerpc -Provides: linux-latest-modules-4.6.0-1-powerpc -Depends: linux-image-4.6.0-1-powerpc, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-powerpc +Depends: linux-image-4.19.0-parrot1-37t-powerpc | linux-image-4.19.0-parrot1-37t-powerpc-unsigned, ${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.6.0-1-powerpc, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-powerpc-smp -Depends: linux-image-4.6.0-1-powerpc-smp, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-powerpc-smp +Depends: linux-image-4.19.0-parrot1-37t-powerpc-smp | linux-image-4.19.0-parrot1-37t-powerpc-smp-unsigned, ${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.6.0-1-powerpc-smp, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-powerpc64 -Depends: linux-image-4.6.0-1-powerpc64, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-powerpc64 +Depends: linux-image-4.19.0-parrot1-37t-powerpc64 | linux-image-4.19.0-parrot1-37t-powerpc64-unsigned, ${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.6.0-1-powerpc64, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-powerpcspe -Depends: linux-image-4.6.0-1-powerpcspe, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-powerpcspe +Depends: linux-image-4.19.0-parrot1-37t-powerpcspe | linux-image-4.19.0-parrot1-37t-powerpcspe-unsigned, ${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.6.0-1-powerpcspe, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-powerpc64le -Depends: linux-image-4.6.0-1-powerpc64le, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-powerpc64le +Depends: linux-image-4.19.0-parrot1-37t-powerpc64le | linux-image-4.19.0-parrot1-37t-powerpc64le-unsigned, ${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.6.0-1-powerpc64le, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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-riscv64 +Architecture: riscv64 +Provides: linux-latest-modules-4.19.0-parrot1-37t-riscv64 +Depends: linux-image-4.19.0-parrot1-37t-riscv64 | linux-image-4.19.0-parrot1-37t-riscv64-unsigned, ${misc:Depends} +Description: Linux for 64-bit RISC-V platforms (meta-package) + This package depends on the latest Linux kernel and modules for use on + 64-bit RISC-V platforms. + +Package: linux-headers-riscv64 +Architecture: riscv64 +Depends: linux-headers-4.19.0-parrot1-37t-riscv64, ${misc:Depends} +Description: Header files for Linux riscv64 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel riscv64 configuration. + +Package: linux-image-riscv64-dbg +Architecture: riscv64 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-riscv64-dbg, ${misc:Depends} +Description: Debugging symbols for Linux riscv64 configuration (meta-package) + This package depends on the detached debugging symbols for the latest + Linux kernel riscv64 configuration. + Package: linux-image-s390x Architecture: s390x -Provides: linux-latest-modules-4.6.0-1-s390x -Depends: linux-image-4.6.0-1-s390x, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-s390x +Depends: linux-image-4.19.0-parrot1-37t-s390x | linux-image-4.19.0-parrot1-37t-s390x-unsigned, ${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.6.0-1-s390x, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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. @@ -513,117 +856,100 @@ Package: linux-image-s390x-dbg Architecture: s390x Provides: linux-latest-image-dbg -Depends: linux-image-4.6.0-1-s390x-dbg, ${misc:Depends} +Depends: linux-image-4.19.0-parrot1-37t-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.6.0-1-sh7751r -Depends: linux-image-4.6.0-1-sh7751r, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-sh7751r +Depends: linux-image-4.19.0-parrot1-37t-sh7751r | linux-image-4.19.0-parrot1-37t-sh7751r-unsigned, ${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.6.0-1-sh7751r, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-sh7785lcr -Depends: linux-image-4.6.0-1-sh7785lcr, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-sh7785lcr +Depends: linux-image-4.19.0-parrot1-37t-sh7785lcr | linux-image-4.19.0-parrot1-37t-sh7785lcr-unsigned, ${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.6.0-1-sh7785lcr, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-sparc64 -Depends: linux-image-4.6.0-1-sparc64, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-sparc64 +Depends: linux-image-4.19.0-parrot1-37t-sparc64 | linux-image-4.19.0-parrot1-37t-sparc64-unsigned, ${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.6.0-1-sparc64, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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.19.0-parrot1-37t-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.6.0-1-sparc64-smp -Depends: linux-image-4.6.0-1-sparc64-smp, ${misc:Depends} +Provides: linux-latest-modules-4.19.0-parrot1-37t-sparc64-smp +Depends: linux-image-4.19.0-parrot1-37t-sparc64-smp | linux-image-4.19.0-parrot1-37t-sparc64-smp-unsigned, ${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.6.0-1-sparc64-smp, ${misc:Depends} +Depends: linux-headers-4.19.0-parrot1-37t-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-tools -Architecture: all -Section: oldlibs -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 -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 -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 -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 -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 -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 -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: linux-image-sparc64-smp-dbg +Architecture: sparc64 +Provides: linux-latest-image-dbg +Depends: linux-image-4.19.0-parrot1-37t-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. diff -Nru linux-latest-74/debian/control.md5sum linux-latest-107+parrot1/debian/control.md5sum --- linux-latest-74/debian/control.md5sum 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/control.md5sum 2019-05-19 13:07:28.000000000 +0000 @@ -1,11 +1,10 @@ -59be350baeb13f28bd47f5640375101e debian/bin/gencontrol.py -afed3a56276ebbabd156319f7137dd08 debian/changelog -112d822bf08fd275ab6b5ee310865736 debian/templates/control.xen-linux-system.latest.in -e0d0ba88825ee8272918ca115601e1e3 debian/templates/control.image-dbg.latest.in -8cf2ba1553c0ad410aeaf0c90a47a328 debian/templates/control.source.latest.in -2bec21a63cd49ba2ee927d000d64c42d debian/templates/control.headers.latest.in -c78545990739b7f1546987497342b75d debian/templates/control.image.latest.type-standalone.in -214b6b89c361dd489803d9f344ad9b69 debian/templates/control.doc.latest.in -8b8ac682bad35f119f4fa9f2560d2add debian/templates/control.source.in -e7facb6902b89f724343b30d5a11e792 debian/templates/control.tools.latest.in -8910b44ccb102112129ca8e46b3cc8d8 debian/templates/control.extra.in +b8982cee030a385016e063bcbfe5a2c1 debian/bin/gencontrol.py +ec4316930afadb778890b0d9889185d5 debian/changelog +0fc2d9da78e51f88a171500caebe2483 debian/templates/control.image-dbg.latest.in +fd4231e3b8f8ee7ac4b2b8ba475cf70e debian/templates/control.source.latest.in +058dc9d50781bda620714e40e520307e debian/templates/control.headers.latest.in +14f24d5827c40be72482a6ee54af685c debian/templates/control.image.latest.type-standalone.in +04eae4f5925cb6e60c22a778f16a4c4e debian/templates/control.doc.latest.in +b9004d5740378499d488dd91112ebb1f debian/templates/control.source.in +983f55c96e2f908290750536b22f10d9 debian/templates/control.tools.latest.in +d41d8cd98f00b204e9800998ecf8427e debian/templates/control.extra.in diff -Nru linux-latest-74/debian/linux-image-4kc-malta-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-4kc-malta-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-4kc-malta-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-4kc-malta-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-4kc-malta-dbg: wrong-section-according-to-package-name linux-image-4kc-malta-dbg => debug +linux-image-4kc-malta-dbg: debug-package-should-be-priority-extra linux-image-4kc-malta-dbg diff -Nru linux-latest-74/debian/linux-image-4kc-malta.bug-presubj linux-latest-107+parrot1/debian/linux-image-4kc-malta.bug-presubj --- linux-latest-74/debian/linux-image-4kc-malta.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-4kc-malta.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-4kc-malta instead. +the package name linux-image-4.19.0-parrot1-37t-4kc-malta instead. diff -Nru linux-latest-74/debian/linux-image-5kc-malta-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-5kc-malta-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-5kc-malta-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-5kc-malta-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-5kc-malta-dbg: wrong-section-according-to-package-name linux-image-5kc-malta-dbg => debug +linux-image-5kc-malta-dbg: debug-package-should-be-priority-extra linux-image-5kc-malta-dbg diff -Nru linux-latest-74/debian/linux-image-5kc-malta.bug-presubj linux-latest-107+parrot1/debian/linux-image-5kc-malta.bug-presubj --- linux-latest-74/debian/linux-image-5kc-malta.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-5kc-malta.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-5kc-malta instead. +the package name linux-image-4.19.0-parrot1-37t-5kc-malta instead. diff -Nru linux-latest-74/debian/linux-image-686-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-686-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-686-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-686-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-686-dbg: wrong-section-according-to-package-name linux-image-686-dbg => debug +linux-image-686-dbg: debug-package-should-be-priority-extra linux-image-686-dbg diff -Nru linux-latest-74/debian/linux-image-686-pae.NEWS linux-latest-107+parrot1/debian/linux-image-686-pae.NEWS --- linux-latest-74/debian/linux-image-686-pae.NEWS 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-686-pae.NEWS 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -linux-latest (47) unstable; urgency=medium - - * The kernel image is now compressed using xz compression. If you are - running it under a virtualisation system such as Xen, that will - decompress the kernel itself, then you will need to ensure that the - system is up to date and includes support for such kernels. - - The Xen system included in Debian 7 'wheezy' does support this. - - See https://wiki.debian.org/Xen#Error_.22unknown_compression_format.22 - for more information. - - -- Ben Hutchings Thu, 14 Aug 2014 02:20:57 +0100 diff -Nru linux-latest-74/debian/linux-image-686-pae.bug-presubj linux-latest-107+parrot1/debian/linux-image-686-pae.bug-presubj --- linux-latest-74/debian/linux-image-686-pae.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-686-pae.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-686-pae instead. +the package name linux-image-4.19.0-parrot1-37t-686-pae instead. diff -Nru linux-latest-74/debian/linux-image-686.bug-presubj linux-latest-107+parrot1/debian/linux-image-686.bug-presubj --- linux-latest-74/debian/linux-image-686.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-686.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-686 instead. +the package name linux-image-4.19.0-parrot1-37t-686 instead. diff -Nru linux-latest-74/debian/linux-image-alpha-generic-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-alpha-generic-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-alpha-generic-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-alpha-generic-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-alpha-generic-dbg: wrong-section-according-to-package-name linux-image-alpha-generic-dbg => debug +linux-image-alpha-generic-dbg: debug-package-should-be-priority-extra linux-image-alpha-generic-dbg diff -Nru linux-latest-74/debian/linux-image-alpha-generic.bug-presubj linux-latest-107+parrot1/debian/linux-image-alpha-generic.bug-presubj --- linux-latest-74/debian/linux-image-alpha-generic.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-alpha-generic.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-alpha-generic instead. +the package name linux-image-4.19.0-parrot1-37t-alpha-generic instead. diff -Nru linux-latest-74/debian/linux-image-alpha-smp-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-alpha-smp-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-alpha-smp-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-alpha-smp-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-alpha-smp-dbg: wrong-section-according-to-package-name linux-image-alpha-smp-dbg => debug +linux-image-alpha-smp-dbg: debug-package-should-be-priority-extra linux-image-alpha-smp-dbg diff -Nru linux-latest-74/debian/linux-image-alpha-smp.bug-presubj linux-latest-107+parrot1/debian/linux-image-alpha-smp.bug-presubj --- linux-latest-74/debian/linux-image-alpha-smp.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-alpha-smp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-alpha-smp instead. +the package name linux-image-4.19.0-parrot1-37t-alpha-smp instead. diff -Nru linux-latest-74/debian/linux-image-amd64.NEWS linux-latest-107+parrot1/debian/linux-image-amd64.NEWS --- linux-latest-74/debian/linux-image-amd64.NEWS 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-amd64.NEWS 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -linux-latest (47) unstable; urgency=medium - - * The kernel image is now compressed using xz compression. If you are - running it under a virtualisation system such as Xen, that will - decompress the kernel itself, then you will need to ensure that the - system is up to date and includes support for such kernels. - - The Xen system included in Debian 7 'wheezy' does support this. - - See https://wiki.debian.org/Xen#Error_.22unknown_compression_format.22 - for more information. - - -- Ben Hutchings Thu, 14 Aug 2014 02:20:57 +0100 diff -Nru linux-latest-74/debian/linux-image-amd64.bug-presubj linux-latest-107+parrot1/debian/linux-image-amd64.bug-presubj --- linux-latest-74/debian/linux-image-amd64.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-amd64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-amd64 instead. +the package name linux-image-4.19.0-parrot1-37t-amd64 instead. diff -Nru linux-latest-74/debian/linux-image-arm64.bug-presubj linux-latest-107+parrot1/debian/linux-image-arm64.bug-presubj --- linux-latest-74/debian/linux-image-arm64.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-arm64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-arm64 instead. +the package name linux-image-4.19.0-parrot1-37t-arm64 instead. diff -Nru linux-latest-74/debian/linux-image-armmp-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-armmp-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-armmp-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-armmp-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-armmp-dbg: wrong-section-according-to-package-name linux-image-armmp-dbg => debug +linux-image-armmp-dbg: debug-package-should-be-priority-extra linux-image-armmp-dbg diff -Nru linux-latest-74/debian/linux-image-armmp-lpae-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-armmp-lpae-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-armmp-lpae-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-armmp-lpae-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-armmp-lpae-dbg: wrong-section-according-to-package-name linux-image-armmp-lpae-dbg => debug +linux-image-armmp-lpae-dbg: debug-package-should-be-priority-extra linux-image-armmp-lpae-dbg diff -Nru linux-latest-74/debian/linux-image-armmp-lpae.bug-presubj linux-latest-107+parrot1/debian/linux-image-armmp-lpae.bug-presubj --- linux-latest-74/debian/linux-image-armmp-lpae.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-armmp-lpae.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-armmp-lpae instead. +the package name linux-image-4.19.0-parrot1-37t-armmp-lpae instead. diff -Nru linux-latest-74/debian/linux-image-armmp.bug-presubj linux-latest-107+parrot1/debian/linux-image-armmp.bug-presubj --- linux-latest-74/debian/linux-image-armmp.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-armmp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-armmp instead. +the package name linux-image-4.19.0-parrot1-37t-armmp instead. diff -Nru linux-latest-74/debian/linux-image-cloud-amd64-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-cloud-amd64-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-cloud-amd64-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-cloud-amd64-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-cloud-amd64-dbg: wrong-section-according-to-package-name linux-image-cloud-amd64-dbg => debug +linux-image-cloud-amd64-dbg: debug-package-should-be-priority-extra linux-image-cloud-amd64-dbg diff -Nru linux-latest-74/debian/linux-image-cloud-amd64.bug-presubj linux-latest-107+parrot1/debian/linux-image-cloud-amd64.bug-presubj --- linux-latest-74/debian/linux-image-cloud-amd64.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-cloud-amd64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-cloud-amd64 instead. diff -Nru linux-latest-74/debian/linux-image-itanium-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-itanium-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-itanium-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-itanium-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-itanium-dbg: wrong-section-according-to-package-name linux-image-itanium-dbg => debug +linux-image-itanium-dbg: debug-package-should-be-priority-extra linux-image-itanium-dbg diff -Nru linux-latest-74/debian/linux-image-itanium.bug-presubj linux-latest-107+parrot1/debian/linux-image-itanium.bug-presubj --- linux-latest-74/debian/linux-image-itanium.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-itanium.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-itanium instead. diff -Nru linux-latest-74/debian/linux-image-loongson-2e.bug-presubj linux-latest-107+parrot1/debian/linux-image-loongson-2e.bug-presubj --- linux-latest-74/debian/linux-image-loongson-2e.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-loongson-2e.bug-presubj 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -You are about to report a bug in a Linux kernel meta package. -This is probably not what you intended to do. - -If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-loongson-2e instead. diff -Nru linux-latest-74/debian/linux-image-loongson-2f.bug-presubj linux-latest-107+parrot1/debian/linux-image-loongson-2f.bug-presubj --- linux-latest-74/debian/linux-image-loongson-2f.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-loongson-2f.bug-presubj 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -You are about to report a bug in a Linux kernel meta package. -This is probably not what you intended to do. - -If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-loongson-2f instead. diff -Nru linux-latest-74/debian/linux-image-loongson-3-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-loongson-3-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-loongson-3-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-loongson-3-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-loongson-3-dbg: wrong-section-according-to-package-name linux-image-loongson-3-dbg => debug +linux-image-loongson-3-dbg: debug-package-should-be-priority-extra linux-image-loongson-3-dbg diff -Nru linux-latest-74/debian/linux-image-loongson-3.bug-presubj linux-latest-107+parrot1/debian/linux-image-loongson-3.bug-presubj --- linux-latest-74/debian/linux-image-loongson-3.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-loongson-3.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-loongson-3 instead. +the package name linux-image-4.19.0-parrot1-37t-loongson-3 instead. diff -Nru linux-latest-74/debian/linux-image-m68k-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-m68k-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-m68k-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-m68k-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-m68k-dbg: wrong-section-according-to-package-name linux-image-m68k-dbg => debug +linux-image-m68k-dbg: debug-package-should-be-priority-extra linux-image-m68k-dbg diff -Nru linux-latest-74/debian/linux-image-m68k.bug-presubj linux-latest-107+parrot1/debian/linux-image-m68k.bug-presubj --- linux-latest-74/debian/linux-image-m68k.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-m68k.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-m68k instead. +the package name linux-image-4.19.0-parrot1-37t-m68k instead. diff -Nru linux-latest-74/debian/linux-image-marvell-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-marvell-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-marvell-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-marvell-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-marvell-dbg: wrong-section-according-to-package-name linux-image-marvell-dbg => debug +linux-image-marvell-dbg: debug-package-should-be-priority-extra linux-image-marvell-dbg diff -Nru linux-latest-74/debian/linux-image-marvell.bug-presubj linux-latest-107+parrot1/debian/linux-image-marvell.bug-presubj --- linux-latest-74/debian/linux-image-marvell.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-marvell.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-marvell instead. +the package name linux-image-4.19.0-parrot1-37t-marvell instead. diff -Nru linux-latest-74/debian/linux-image-mckinley-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-mckinley-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-mckinley-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mckinley-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-mckinley-dbg: wrong-section-according-to-package-name linux-image-mckinley-dbg => debug +linux-image-mckinley-dbg: debug-package-should-be-priority-extra linux-image-mckinley-dbg diff -Nru linux-latest-74/debian/linux-image-mckinley.bug-presubj linux-latest-107+parrot1/debian/linux-image-mckinley.bug-presubj --- linux-latest-74/debian/linux-image-mckinley.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mckinley.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-mckinley instead. diff -Nru linux-latest-74/debian/linux-image-mips32r6-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-mips32r6-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-mips32r6-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips32r6-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-mips32r6-dbg: wrong-section-according-to-package-name linux-image-mips32r6-dbg => debug +linux-image-mips32r6-dbg: debug-package-should-be-priority-extra linux-image-mips32r6-dbg diff -Nru linux-latest-74/debian/linux-image-mips32r6.bug-presubj linux-latest-107+parrot1/debian/linux-image-mips32r6.bug-presubj --- linux-latest-74/debian/linux-image-mips32r6.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips32r6.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-mips32r6 instead. diff -Nru linux-latest-74/debian/linux-image-mips32r6el-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-mips32r6el-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-mips32r6el-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips32r6el-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-mips32r6el-dbg: wrong-section-according-to-package-name linux-image-mips32r6el-dbg => debug +linux-image-mips32r6el-dbg: debug-package-should-be-priority-extra linux-image-mips32r6el-dbg diff -Nru linux-latest-74/debian/linux-image-mips32r6el.bug-presubj linux-latest-107+parrot1/debian/linux-image-mips32r6el.bug-presubj --- linux-latest-74/debian/linux-image-mips32r6el.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips32r6el.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-mips32r6el instead. diff -Nru linux-latest-74/debian/linux-image-mips64r6-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-mips64r6-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-mips64r6-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips64r6-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-mips64r6-dbg: wrong-section-according-to-package-name linux-image-mips64r6-dbg => debug +linux-image-mips64r6-dbg: debug-package-should-be-priority-extra linux-image-mips64r6-dbg diff -Nru linux-latest-74/debian/linux-image-mips64r6.bug-presubj linux-latest-107+parrot1/debian/linux-image-mips64r6.bug-presubj --- linux-latest-74/debian/linux-image-mips64r6.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips64r6.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-mips64r6 instead. diff -Nru linux-latest-74/debian/linux-image-mips64r6el-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-mips64r6el-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-mips64r6el-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips64r6el-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-mips64r6el-dbg: wrong-section-according-to-package-name linux-image-mips64r6el-dbg => debug +linux-image-mips64r6el-dbg: debug-package-should-be-priority-extra linux-image-mips64r6el-dbg diff -Nru linux-latest-74/debian/linux-image-mips64r6el.bug-presubj linux-latest-107+parrot1/debian/linux-image-mips64r6el.bug-presubj --- linux-latest-74/debian/linux-image-mips64r6el.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-mips64r6el.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-mips64r6el instead. diff -Nru linux-latest-74/debian/linux-image-octeon-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-octeon-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-octeon-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-octeon-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-octeon-dbg: wrong-section-according-to-package-name linux-image-octeon-dbg => debug +linux-image-octeon-dbg: debug-package-should-be-priority-extra linux-image-octeon-dbg diff -Nru linux-latest-74/debian/linux-image-octeon.bug-presubj linux-latest-107+parrot1/debian/linux-image-octeon.bug-presubj --- linux-latest-74/debian/linux-image-octeon.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-octeon.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-octeon instead. +the package name linux-image-4.19.0-parrot1-37t-octeon instead. diff -Nru linux-latest-74/debian/linux-image-parisc-smp.bug-presubj linux-latest-107+parrot1/debian/linux-image-parisc-smp.bug-presubj --- linux-latest-74/debian/linux-image-parisc-smp.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-parisc-smp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-parisc-smp instead. diff -Nru linux-latest-74/debian/linux-image-parisc.bug-presubj linux-latest-107+parrot1/debian/linux-image-parisc.bug-presubj --- linux-latest-74/debian/linux-image-parisc.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-parisc.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-parisc instead. +the package name linux-image-4.19.0-parrot1-37t-parisc instead. diff -Nru linux-latest-74/debian/linux-image-parisc64-smp.bug-presubj linux-latest-107+parrot1/debian/linux-image-parisc64-smp.bug-presubj --- linux-latest-74/debian/linux-image-parisc64-smp.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-parisc64-smp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-parisc64-smp instead. +the package name linux-image-4.19.0-parrot1-37t-parisc64-smp instead. diff -Nru linux-latest-74/debian/linux-image-powerpc-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-powerpc-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-powerpc-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-powerpc-dbg: wrong-section-according-to-package-name linux-image-powerpc-dbg => debug +linux-image-powerpc-dbg: debug-package-should-be-priority-extra linux-image-powerpc-dbg diff -Nru linux-latest-74/debian/linux-image-powerpc-smp-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-powerpc-smp-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-powerpc-smp-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc-smp-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-powerpc-smp-dbg: wrong-section-according-to-package-name linux-image-powerpc-smp-dbg => debug +linux-image-powerpc-smp-dbg: debug-package-should-be-priority-extra linux-image-powerpc-smp-dbg diff -Nru linux-latest-74/debian/linux-image-powerpc-smp.bug-presubj linux-latest-107+parrot1/debian/linux-image-powerpc-smp.bug-presubj --- linux-latest-74/debian/linux-image-powerpc-smp.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc-smp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-powerpc-smp instead. +the package name linux-image-4.19.0-parrot1-37t-powerpc-smp instead. diff -Nru linux-latest-74/debian/linux-image-powerpc.bug-presubj linux-latest-107+parrot1/debian/linux-image-powerpc.bug-presubj --- linux-latest-74/debian/linux-image-powerpc.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-powerpc instead. +the package name linux-image-4.19.0-parrot1-37t-powerpc instead. diff -Nru linux-latest-74/debian/linux-image-powerpc64-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-powerpc64-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-powerpc64-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc64-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-powerpc64-dbg: wrong-section-according-to-package-name linux-image-powerpc64-dbg => debug +linux-image-powerpc64-dbg: debug-package-should-be-priority-extra linux-image-powerpc64-dbg diff -Nru linux-latest-74/debian/linux-image-powerpc64.bug-presubj linux-latest-107+parrot1/debian/linux-image-powerpc64.bug-presubj --- linux-latest-74/debian/linux-image-powerpc64.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-powerpc64 instead. +the package name linux-image-4.19.0-parrot1-37t-powerpc64 instead. diff -Nru linux-latest-74/debian/linux-image-powerpc64le-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-powerpc64le-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-powerpc64le-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc64le-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-powerpc64le-dbg: wrong-section-according-to-package-name linux-image-powerpc64le-dbg => debug +linux-image-powerpc64le-dbg: debug-package-should-be-priority-extra linux-image-powerpc64le-dbg diff -Nru linux-latest-74/debian/linux-image-powerpc64le.bug-presubj linux-latest-107+parrot1/debian/linux-image-powerpc64le.bug-presubj --- linux-latest-74/debian/linux-image-powerpc64le.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpc64le.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-powerpc64le instead. +the package name linux-image-4.19.0-parrot1-37t-powerpc64le instead. diff -Nru linux-latest-74/debian/linux-image-powerpcspe-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-powerpcspe-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-powerpcspe-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpcspe-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-powerpcspe-dbg: wrong-section-according-to-package-name linux-image-powerpcspe-dbg => debug +linux-image-powerpcspe-dbg: debug-package-should-be-priority-extra linux-image-powerpcspe-dbg diff -Nru linux-latest-74/debian/linux-image-powerpcspe.bug-presubj linux-latest-107+parrot1/debian/linux-image-powerpcspe.bug-presubj --- linux-latest-74/debian/linux-image-powerpcspe.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-powerpcspe.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-powerpcspe instead. +the package name linux-image-4.19.0-parrot1-37t-powerpcspe instead. diff -Nru linux-latest-74/debian/linux-image-riscv64-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-riscv64-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-riscv64-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-riscv64-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-riscv64-dbg: wrong-section-according-to-package-name linux-image-riscv64-dbg => debug +linux-image-riscv64-dbg: debug-package-should-be-priority-extra linux-image-riscv64-dbg diff -Nru linux-latest-74/debian/linux-image-riscv64.bug-presubj linux-latest-107+parrot1/debian/linux-image-riscv64.bug-presubj --- linux-latest-74/debian/linux-image-riscv64.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-riscv64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-riscv64 instead. diff -Nru linux-latest-74/debian/linux-image-rpi-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-rpi-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-rpi-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rpi-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-rpi-dbg: wrong-section-according-to-package-name linux-image-rpi-dbg => debug +linux-image-rpi-dbg: debug-package-should-be-priority-extra linux-image-rpi-dbg diff -Nru linux-latest-74/debian/linux-image-rpi.bug-presubj linux-latest-107+parrot1/debian/linux-image-rpi.bug-presubj --- linux-latest-74/debian/linux-image-rpi.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rpi.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-rpi instead. diff -Nru linux-latest-74/debian/linux-image-rt-686-pae.bug-presubj linux-latest-107+parrot1/debian/linux-image-rt-686-pae.bug-presubj --- linux-latest-74/debian/linux-image-rt-686-pae.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rt-686-pae.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-rt-686-pae instead. +the package name linux-image-4.19.0-parrot1-37t-rt-686-pae instead. diff -Nru linux-latest-74/debian/linux-image-rt-amd64.bug-presubj linux-latest-107+parrot1/debian/linux-image-rt-amd64.bug-presubj --- linux-latest-74/debian/linux-image-rt-amd64.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rt-amd64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-rt-amd64 instead. +the package name linux-image-4.19.0-parrot1-37t-rt-amd64 instead. diff -Nru linux-latest-74/debian/linux-image-rt-arm64-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-rt-arm64-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-rt-arm64-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rt-arm64-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-rt-arm64-dbg: wrong-section-according-to-package-name linux-image-rt-arm64-dbg => debug +linux-image-rt-arm64-dbg: debug-package-should-be-priority-extra linux-image-rt-arm64-dbg diff -Nru linux-latest-74/debian/linux-image-rt-arm64.bug-presubj linux-latest-107+parrot1/debian/linux-image-rt-arm64.bug-presubj --- linux-latest-74/debian/linux-image-rt-arm64.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rt-arm64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-rt-arm64 instead. diff -Nru linux-latest-74/debian/linux-image-rt-armmp-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-rt-armmp-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-rt-armmp-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rt-armmp-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-rt-armmp-dbg: wrong-section-according-to-package-name linux-image-rt-armmp-dbg => debug +linux-image-rt-armmp-dbg: debug-package-should-be-priority-extra linux-image-rt-armmp-dbg diff -Nru linux-latest-74/debian/linux-image-rt-armmp.bug-presubj linux-latest-107+parrot1/debian/linux-image-rt-armmp.bug-presubj --- linux-latest-74/debian/linux-image-rt-armmp.bug-presubj 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-rt-armmp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,5 @@ +You are about to report a bug in a Linux kernel meta package. +This is probably not what you intended to do. + +If you want to report a bug in the Linux kernel or modules, you should use +the package name linux-image-4.19.0-parrot1-37t-rt-armmp instead. diff -Nru linux-latest-74/debian/linux-image-s390x.bug-presubj linux-latest-107+parrot1/debian/linux-image-s390x.bug-presubj --- linux-latest-74/debian/linux-image-s390x.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-s390x.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-s390x instead. +the package name linux-image-4.19.0-parrot1-37t-s390x instead. diff -Nru linux-latest-74/debian/linux-image-sh7751r-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-sh7751r-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-sh7751r-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sh7751r-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-sh7751r-dbg: wrong-section-according-to-package-name linux-image-sh7751r-dbg => debug +linux-image-sh7751r-dbg: debug-package-should-be-priority-extra linux-image-sh7751r-dbg diff -Nru linux-latest-74/debian/linux-image-sh7751r.bug-presubj linux-latest-107+parrot1/debian/linux-image-sh7751r.bug-presubj --- linux-latest-74/debian/linux-image-sh7751r.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sh7751r.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-sh7751r instead. +the package name linux-image-4.19.0-parrot1-37t-sh7751r instead. diff -Nru linux-latest-74/debian/linux-image-sh7785lcr-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-sh7785lcr-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-sh7785lcr-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sh7785lcr-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-sh7785lcr-dbg: wrong-section-according-to-package-name linux-image-sh7785lcr-dbg => debug +linux-image-sh7785lcr-dbg: debug-package-should-be-priority-extra linux-image-sh7785lcr-dbg diff -Nru linux-latest-74/debian/linux-image-sh7785lcr.bug-presubj linux-latest-107+parrot1/debian/linux-image-sh7785lcr.bug-presubj --- linux-latest-74/debian/linux-image-sh7785lcr.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sh7785lcr.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-sh7785lcr instead. +the package name linux-image-4.19.0-parrot1-37t-sh7785lcr instead. diff -Nru linux-latest-74/debian/linux-image-sparc64-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-sparc64-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-sparc64-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sparc64-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-sparc64-dbg: wrong-section-according-to-package-name linux-image-sparc64-dbg => debug +linux-image-sparc64-dbg: debug-package-should-be-priority-extra linux-image-sparc64-dbg diff -Nru linux-latest-74/debian/linux-image-sparc64-smp-dbg.lintian-overrides linux-latest-107+parrot1/debian/linux-image-sparc64-smp-dbg.lintian-overrides --- linux-latest-74/debian/linux-image-sparc64-smp-dbg.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sparc64-smp-dbg.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -0,0 +1,2 @@ +linux-image-sparc64-smp-dbg: wrong-section-according-to-package-name linux-image-sparc64-smp-dbg => debug +linux-image-sparc64-smp-dbg: debug-package-should-be-priority-extra linux-image-sparc64-smp-dbg diff -Nru linux-latest-74/debian/linux-image-sparc64-smp.bug-presubj linux-latest-107+parrot1/debian/linux-image-sparc64-smp.bug-presubj --- linux-latest-74/debian/linux-image-sparc64-smp.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sparc64-smp.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-sparc64-smp instead. +the package name linux-image-4.19.0-parrot1-37t-sparc64-smp instead. diff -Nru linux-latest-74/debian/linux-image-sparc64.bug-presubj linux-latest-107+parrot1/debian/linux-image-sparc64.bug-presubj --- linux-latest-74/debian/linux-image-sparc64.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-sparc64.bug-presubj 2019-05-19 13:07:28.000000000 +0000 @@ -2,4 +2,4 @@ This is probably not what you intended to do. If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-sparc64 instead. +the package name linux-image-4.19.0-parrot1-37t-sparc64 instead. diff -Nru linux-latest-74/debian/linux-image-versatile.bug-presubj linux-latest-107+parrot1/debian/linux-image-versatile.bug-presubj --- linux-latest-74/debian/linux-image-versatile.bug-presubj 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image-versatile.bug-presubj 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -You are about to report a bug in a Linux kernel meta package. -This is probably not what you intended to do. - -If you want to report a bug in the Linux kernel or modules, you should use -the package name linux-image-4.6.0-1-versatile instead. diff -Nru linux-latest-74/debian/linux-image.NEWS linux-latest-107+parrot1/debian/linux-image.NEWS --- linux-latest-74/debian/linux-image.NEWS 1970-01-01 00:00:00.000000000 +0000 +++ linux-latest-107+parrot1/debian/linux-image.NEWS 2017-12-24 15:09:05.000000000 +0000 @@ -0,0 +1,48 @@ +linux-latest (86) unstable; urgency=medium + + * From Linux 4.13.10-1, AppArmor is enabled by default. This allows + defining a "profile" for each installed program that can mitigate + security vulnerabilities in it. However, an incorrect profile might + disable some functionality of the program. + + In case you suspect that an AppArmor profile is incorrect, see + and + consider reporting a bug in the package providing the profile. The + profile may be part of the program's package or apparmor-profiles. + + -- Ben Hutchings Thu, 30 Nov 2017 20:08:25 +0000 + +linux-latest (81) unstable; urgency=medium + + * From Linux 4.10, the old 'virtual syscall' interface on 64-bit PCs + (amd64) is disabled. This breaks chroot environments and containers + that use (e)glibc 2.13 and earlier, including those based on Debian 7 + or RHEL/CentOS 6. To re-enable it, set the kernel parameter: + vsyscall=emulate + + -- Ben Hutchings Fri, 30 Jun 2017 23:50:03 +0100 + +linux-latest (76) unstable; urgency=medium + + * From Linux 4.8, several changes have been made in the kernel + configuration to 'harden' the system, i.e. to mitigate security bugs. + Some changes may cause legitimate applications to fail, and can be + reverted by run-time configuration: + - On most architectures, the /dev/mem device can no longer be used to + access devices that also have a kernel driver. This breaks dosemu + and some old user-space graphics drivers. To allow this, set the + kernel parameter: iomem=relaxed + - The kernel log is no longer readable by unprivileged users. To + allow this, set the sysctl: kernel.dmesg_restrict=0 + + -- Ben Hutchings Sat, 29 Oct 2016 02:05:32 +0100 + +linux-latest (75) unstable; urgency=medium + + * From Linux 4.7, the iptables connection tracking system will no longer + automatically load helper modules. If your firewall configuration + depends on connection tracking helpers, you should explicitly load the + required modules. For more information, see + . + + -- Ben Hutchings Sat, 29 Oct 2016 01:53:18 +0100 diff -Nru linux-latest-74/debian/rules linux-latest-107+parrot1/debian/rules --- linux-latest-74/debian/rules 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/rules 2016-12-18 02:31:58.000000000 +0000 @@ -8,7 +8,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) -__BINNMU := $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*\+b([0-9]+)$$,\1,p') +__BINNMU := $(shell dpkg-parsechangelog -SVersion | sed -rne 's,.*\+b([0-9]+)$$,\1,p') build: build-arch build-indep build-arch: diff -Nru linux-latest-74/debian/rules.defs linux-latest-107+parrot1/debian/rules.defs --- linux-latest-74/debian/rules.defs 2016-06-06 23:01:11.000000000 +0000 +++ linux-latest-107+parrot1/debian/rules.defs 2019-05-19 13:01:25.000000000 +0000 @@ -1,4 +1,4 @@ BUILD_DIR = debian/build STAMPS_DIR = debian/stamps TEMPLATES_DIR = debian/templates -KERNELVERSION := 4.6.0-1 +KERNELVERSION := 4.19.0-parrot1-37t diff -Nru linux-latest-74/debian/rules.gen linux-latest-107+parrot1/debian/rules.gen --- linux-latest-74/debian/rules.gen 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/rules.gen 2019-05-19 13:07:28.000000000 +0000 @@ -1,92 +1,151 @@ .NOTPARALLEL: -binary-arch: binary-arch_alpha binary-arch_amd64 binary-arch_arm64 binary-arch_armel binary-arch_armhf binary-arch_hppa binary-arch_i386 binary-arch_m68k binary-arch_mips binary-arch_mips64 binary-arch_mips64el binary-arch_mipsel binary-arch_mipsn32 binary-arch_mipsn32el binary-arch_or1k binary-arch_powerpc binary-arch_powerpcspe binary-arch_ppc64 binary-arch_ppc64el binary-arch_s390 binary-arch_s390x binary-arch_sh4 binary-arch_sparc binary-arch_sparc64 binary-arch_tilegx binary-arch_x32 +binary-arch: binary-arch_alpha binary-arch_amd64 binary-arch_arm64 binary-arch_arm64ilp32 binary-arch_armel binary-arch_armhf binary-arch_hppa binary-arch_i386 binary-arch_ia64 binary-arch_m68k binary-arch_mips binary-arch_mips64 binary-arch_mips64el binary-arch_mips64r6 binary-arch_mips64r6el binary-arch_mipsel binary-arch_mipsn32 binary-arch_mipsn32el binary-arch_mipsn32r6 binary-arch_mipsn32r6el binary-arch_mipsr6 binary-arch_mipsr6el binary-arch_powerpc binary-arch_powerpcspe binary-arch_ppc64 binary-arch_ppc64el binary-arch_riscv64 binary-arch_s390 binary-arch_s390x binary-arch_sh3 binary-arch_sh4 binary-arch_sparc binary-arch_sparc64 binary-arch_x32 binary-arch_alpha: binary-arch_alpha_none binary-arch_alpha_real binary-arch_alpha_none: binary-arch_alpha_none_alpha-generic binary-arch_alpha_none_alpha-smp binary-arch_alpha_none_real binary-arch_alpha_none_alpha-generic: binary-arch_alpha_none_alpha-generic_real binary-arch_alpha_none_alpha-generic_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-alpha-generic -plinux-headers-alpha-generic' ABINAME='4.6.0-1' ARCH='alpha' FEATURESET='none' FLAVOUR='alpha-generic' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-alpha-generic' + ln -sf linux-image.NEWS debian/linux-image-alpha-generic.NEWS + ln -sf linux-image.NEWS debian/linux-image-alpha-generic-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='alpha' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-alpha-generic' VERSION='4.19' binary-arch_alpha_none_alpha-smp: binary-arch_alpha_none_alpha-smp_real binary-arch_alpha_none_alpha-smp_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-alpha-smp -plinux-headers-alpha-smp' ABINAME='4.6.0-1' ARCH='alpha' FEATURESET='none' FLAVOUR='alpha-smp' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-alpha-smp' + ln -sf linux-image.NEWS debian/linux-image-alpha-smp.NEWS + ln -sf linux-image.NEWS debian/linux-image-alpha-smp-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='alpha' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-alpha-smp' VERSION='4.19' binary-arch_alpha_none_real: binary-arch_alpha_real: binary-arch_amd64: binary-arch_amd64_none binary-arch_amd64_real binary-arch_amd64_rt -binary-arch_amd64_none: binary-arch_amd64_none_amd64 binary-arch_amd64_none_real +binary-arch_amd64_none: binary-arch_amd64_none_amd64 binary-arch_amd64_none_cloud-amd64 binary-arch_amd64_none_real binary-arch_amd64_none_amd64: binary-arch_amd64_none_amd64_real binary-arch_amd64_none_amd64_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-amd64 -plinux-headers-amd64 -plinux-image-amd64-dbg -pxen-linux-system-amd64' ABINAME='4.6.0-1' ARCH='amd64' FEATURESET='none' FLAVOUR='amd64' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-amd64' + ln -sf linux-image.NEWS debian/linux-image-amd64.NEWS + ln -sf linux-image.NEWS debian/linux-image-amd64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='amd64' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-amd64' VERSION='4.19' +binary-arch_amd64_none_cloud-amd64: binary-arch_amd64_none_cloud-amd64_real +binary-arch_amd64_none_cloud-amd64_real:: + ln -sf linux-image.NEWS debian/linux-image-cloud-amd64.NEWS + ln -sf linux-image.NEWS debian/linux-image-cloud-amd64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='amd64' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-cloud-amd64' VERSION='4.19' binary-arch_amd64_none_real: binary-arch_amd64_real: binary-arch_amd64_rt: binary-arch_amd64_rt_amd64 binary-arch_amd64_rt_real binary-arch_amd64_rt_amd64: binary-arch_amd64_rt_amd64_real binary-arch_amd64_rt_amd64_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-rt-amd64 -plinux-headers-rt-amd64 -plinux-image-rt-amd64-dbg' ABINAME='4.6.0-1' ARCH='amd64' FEATURESET='rt' FLAVOUR='amd64' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-rt-amd64' + ln -sf linux-image.NEWS debian/linux-image-rt-amd64.NEWS + ln -sf linux-image.NEWS debian/linux-image-rt-amd64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='amd64' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-rt-amd64' VERSION='4.19' binary-arch_amd64_rt_real: -binary-arch_arm64: binary-arch_arm64_none binary-arch_arm64_real +binary-arch_arm64: binary-arch_arm64_none binary-arch_arm64_real binary-arch_arm64_rt binary-arch_arm64_none: binary-arch_arm64_none_arm64 binary-arch_arm64_none_real binary-arch_arm64_none_arm64: binary-arch_arm64_none_arm64_real binary-arch_arm64_none_arm64_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-arm64 -plinux-headers-arm64 -plinux-image-arm64-dbg' ABINAME='4.6.0-1' ARCH='arm64' FEATURESET='none' FLAVOUR='arm64' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-arm64' + ln -sf linux-image.NEWS debian/linux-image-arm64.NEWS + ln -sf linux-image.NEWS debian/linux-image-arm64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='arm64' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-arm64' VERSION='4.19' binary-arch_arm64_none_real: binary-arch_arm64_real: -binary-arch_armel: binary-arch_armel_extra binary-arch_armel_none binary-arch_armel_real -binary-arch_armel_extra:: - $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-kirkwood' GENCONTROL_ARGS='-v4.6+74' - $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-headers-kirkwood' GENCONTROL_ARGS='-v4.6+74' - $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-orion5x' GENCONTROL_ARGS='-v4.6+74' - $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-headers-orion5x' GENCONTROL_ARGS='-v4.6+74' -binary-arch_armel_none: binary-arch_armel_none_marvell binary-arch_armel_none_real binary-arch_armel_none_versatile +binary-arch_arm64_rt: binary-arch_arm64_rt_arm64 binary-arch_arm64_rt_real +binary-arch_arm64_rt_arm64: binary-arch_arm64_rt_arm64_real +binary-arch_arm64_rt_arm64_real:: + ln -sf linux-image.NEWS debian/linux-image-rt-arm64.NEWS + ln -sf linux-image.NEWS debian/linux-image-rt-arm64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='arm64' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-rt-arm64' VERSION='4.19' +binary-arch_arm64_rt_real: +binary-arch_arm64ilp32: binary-arch_arm64ilp32_real +binary-arch_arm64ilp32_real: +binary-arch_armel: binary-arch_armel_none binary-arch_armel_real +binary-arch_armel_none: binary-arch_armel_none_marvell binary-arch_armel_none_real binary-arch_armel_none_rpi binary-arch_armel_none_marvell: binary-arch_armel_none_marvell_real binary-arch_armel_none_marvell_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-marvell -plinux-headers-marvell' ABINAME='4.6.0-1' ARCH='armel' FEATURESET='none' FLAVOUR='marvell' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-marvell' + ln -sf linux-image.NEWS debian/linux-image-marvell.NEWS + ln -sf linux-image.NEWS debian/linux-image-marvell-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='armel' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-marvell' VERSION='4.19' binary-arch_armel_none_real: -binary-arch_armel_none_versatile: binary-arch_armel_none_versatile_real -binary-arch_armel_none_versatile_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-versatile -plinux-headers-versatile' ABINAME='4.6.0-1' ARCH='armel' FEATURESET='none' FLAVOUR='versatile' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-versatile' +binary-arch_armel_none_rpi: binary-arch_armel_none_rpi_real +binary-arch_armel_none_rpi_real:: + ln -sf linux-image.NEWS debian/linux-image-rpi.NEWS + ln -sf linux-image.NEWS debian/linux-image-rpi-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='armel' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-rpi' VERSION='4.19' binary-arch_armel_real: -binary-arch_armhf: binary-arch_armhf_none binary-arch_armhf_real +binary-arch_armhf: binary-arch_armhf_none binary-arch_armhf_real binary-arch_armhf_rt binary-arch_armhf_none: binary-arch_armhf_none_armmp binary-arch_armhf_none_armmp-lpae binary-arch_armhf_none_real binary-arch_armhf_none_armmp: binary-arch_armhf_none_armmp_real binary-arch_armhf_none_armmp-lpae: binary-arch_armhf_none_armmp-lpae_real binary-arch_armhf_none_armmp-lpae_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-armmp-lpae -plinux-headers-armmp-lpae' ABINAME='4.6.0-1' ARCH='armhf' FEATURESET='none' FLAVOUR='armmp-lpae' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-armmp-lpae' + ln -sf linux-image.NEWS debian/linux-image-armmp-lpae.NEWS + ln -sf linux-image.NEWS debian/linux-image-armmp-lpae-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='armhf' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-armmp-lpae' VERSION='4.19' binary-arch_armhf_none_armmp_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-armmp -plinux-headers-armmp' ABINAME='4.6.0-1' ARCH='armhf' FEATURESET='none' FLAVOUR='armmp' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-armmp' + ln -sf linux-image.NEWS debian/linux-image-armmp.NEWS + ln -sf linux-image.NEWS debian/linux-image-armmp-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='armhf' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-armmp' VERSION='4.19' binary-arch_armhf_none_real: binary-arch_armhf_real: +binary-arch_armhf_rt: binary-arch_armhf_rt_armmp binary-arch_armhf_rt_real +binary-arch_armhf_rt_armmp: binary-arch_armhf_rt_armmp_real +binary-arch_armhf_rt_armmp_real:: + ln -sf linux-image.NEWS debian/linux-image-rt-armmp.NEWS + ln -sf linux-image.NEWS debian/linux-image-rt-armmp-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='armhf' DEBUG='True' FEATURESET='rt' FLAVOUR='armmp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-rt-armmp' VERSION='4.19' +binary-arch_armhf_rt_real: binary-arch_hppa: binary-arch_hppa_none binary-arch_hppa_real -binary-arch_hppa_none: binary-arch_hppa_none_parisc binary-arch_hppa_none_parisc64-smp binary-arch_hppa_none_real +binary-arch_hppa_none: binary-arch_hppa_none_parisc binary-arch_hppa_none_parisc-smp binary-arch_hppa_none_parisc64-smp binary-arch_hppa_none_real binary-arch_hppa_none_parisc: binary-arch_hppa_none_parisc_real +binary-arch_hppa_none_parisc-smp: binary-arch_hppa_none_parisc-smp_real +binary-arch_hppa_none_parisc-smp_real:: + ln -sf linux-image.NEWS debian/linux-image-parisc-smp.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc-smp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-parisc-smp' VERSION='4.19' binary-arch_hppa_none_parisc64-smp: binary-arch_hppa_none_parisc64-smp_real binary-arch_hppa_none_parisc64-smp_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-parisc64-smp -plinux-headers-parisc64-smp' ABINAME='4.6.0-1' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc64-smp' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-parisc64-smp' + ln -sf linux-image.NEWS debian/linux-image-parisc64-smp.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc64-smp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-parisc64-smp' VERSION='4.19' binary-arch_hppa_none_parisc_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-parisc -plinux-headers-parisc' ABINAME='4.6.0-1' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-parisc' + ln -sf linux-image.NEWS debian/linux-image-parisc.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-parisc' VERSION='4.19' binary-arch_hppa_none_real: binary-arch_hppa_real: -binary-arch_i386: binary-arch_i386_extra binary-arch_i386_none binary-arch_i386_real binary-arch_i386_rt -binary-arch_i386_extra:: - $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-586' GENCONTROL_ARGS='-v4.6+74' - $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-headers-586' GENCONTROL_ARGS='-v4.6+74' +binary-arch_i386: binary-arch_i386_none binary-arch_i386_real binary-arch_i386_rt binary-arch_i386_none: binary-arch_i386_none_686 binary-arch_i386_none_686-pae binary-arch_i386_none_real binary-arch_i386_none_686: binary-arch_i386_none_686_real binary-arch_i386_none_686-pae: binary-arch_i386_none_686-pae_real binary-arch_i386_none_686-pae_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-686-pae -plinux-headers-686-pae -plinux-image-686-pae-dbg' ABINAME='4.6.0-1' ARCH='i386' FEATURESET='none' FLAVOUR='686-pae' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-686-pae' + ln -sf linux-image.NEWS debian/linux-image-686-pae.NEWS + ln -sf linux-image.NEWS debian/linux-image-686-pae-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='i386' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-686-pae' VERSION='4.19' binary-arch_i386_none_686_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-686 -plinux-headers-686' ABINAME='4.6.0-1' ARCH='i386' FEATURESET='none' FLAVOUR='686' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-686' + ln -sf linux-image.NEWS debian/linux-image-686.NEWS + ln -sf linux-image.NEWS debian/linux-image-686-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='i386' DEBUG='True' FEATURESET='none' FLAVOUR='686' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-686' VERSION='4.19' binary-arch_i386_none_real: binary-arch_i386_real: binary-arch_i386_rt: binary-arch_i386_rt_686-pae binary-arch_i386_rt_real binary-arch_i386_rt_686-pae: binary-arch_i386_rt_686-pae_real binary-arch_i386_rt_686-pae_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-rt-686-pae -plinux-headers-rt-686-pae -plinux-image-rt-686-pae-dbg' ABINAME='4.6.0-1' ARCH='i386' FEATURESET='rt' FLAVOUR='686-pae' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-rt-686-pae' + ln -sf linux-image.NEWS debian/linux-image-rt-686-pae.NEWS + ln -sf linux-image.NEWS debian/linux-image-rt-686-pae-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='i386' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-rt-686-pae' VERSION='4.19' binary-arch_i386_rt_real: +binary-arch_ia64: binary-arch_ia64_none binary-arch_ia64_real +binary-arch_ia64_none: binary-arch_ia64_none_itanium binary-arch_ia64_none_mckinley binary-arch_ia64_none_real +binary-arch_ia64_none_itanium: binary-arch_ia64_none_itanium_real +binary-arch_ia64_none_itanium_real:: + ln -sf linux-image.NEWS debian/linux-image-itanium.NEWS + ln -sf linux-image.NEWS debian/linux-image-itanium-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='ia64' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-itanium' VERSION='4.19' +binary-arch_ia64_none_mckinley: binary-arch_ia64_none_mckinley_real +binary-arch_ia64_none_mckinley_real:: + ln -sf linux-image.NEWS debian/linux-image-mckinley.NEWS + ln -sf linux-image.NEWS debian/linux-image-mckinley-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='ia64' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mckinley' VERSION='4.19' +binary-arch_ia64_none_real: +binary-arch_ia64_real: binary-arch_m68k: binary-arch_m68k_none binary-arch_m68k_real binary-arch_m68k_none: binary-arch_m68k_none_m68k binary-arch_m68k_none_real binary-arch_m68k_none_m68k: binary-arch_m68k_none_m68k_real binary-arch_m68k_none_m68k_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-m68k -plinux-headers-m68k' ABINAME='4.6.0-1' ARCH='m68k' FEATURESET='none' FLAVOUR='m68k' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-m68k' + ln -sf linux-image.NEWS debian/linux-image-m68k.NEWS + ln -sf linux-image.NEWS debian/linux-image-m68k-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='m68k' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-m68k' VERSION='4.19' binary-arch_m68k_none_real: binary-arch_m68k_real: binary-arch_mips: binary-arch_mips_none binary-arch_mips_real @@ -94,99 +153,186 @@ binary-arch_mips64_none: binary-arch_mips64_none_5kc-malta binary-arch_mips64_none_octeon binary-arch_mips64_none_real binary-arch_mips64_none_5kc-malta: binary-arch_mips64_none_5kc-malta_real binary-arch_mips64_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-5kc-malta -plinux-headers-5kc-malta' ABINAME='4.6.0-1' ARCH='mips64' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-5kc-malta' + ln -sf linux-image.NEWS debian/linux-image-5kc-malta.NEWS + ln -sf linux-image.NEWS debian/linux-image-5kc-malta-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-5kc-malta' VERSION='4.19' binary-arch_mips64_none_octeon: binary-arch_mips64_none_octeon_real binary-arch_mips64_none_octeon_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-octeon -plinux-headers-octeon' ABINAME='4.6.0-1' ARCH='mips64' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-octeon' + ln -sf linux-image.NEWS debian/linux-image-octeon.NEWS + ln -sf linux-image.NEWS debian/linux-image-octeon-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-octeon' VERSION='4.19' binary-arch_mips64_none_real: binary-arch_mips64_real: binary-arch_mips64el: binary-arch_mips64el_none binary-arch_mips64el_real binary-arch_mips64el_none: binary-arch_mips64el_none_5kc-malta binary-arch_mips64el_none_loongson-3 binary-arch_mips64el_none_octeon binary-arch_mips64el_none_real binary-arch_mips64el_none_5kc-malta: binary-arch_mips64el_none_5kc-malta_real binary-arch_mips64el_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-5kc-malta -plinux-headers-5kc-malta' ABINAME='4.6.0-1' ARCH='mips64el' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-5kc-malta' + ln -sf linux-image.NEWS debian/linux-image-5kc-malta.NEWS + ln -sf linux-image.NEWS debian/linux-image-5kc-malta-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64el' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-5kc-malta' VERSION='4.19' binary-arch_mips64el_none_loongson-3: binary-arch_mips64el_none_loongson-3_real binary-arch_mips64el_none_loongson-3_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-loongson-3 -plinux-headers-loongson-3' ABINAME='4.6.0-1' ARCH='mips64el' FEATURESET='none' FLAVOUR='loongson-3' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-loongson-3' + ln -sf linux-image.NEWS debian/linux-image-loongson-3.NEWS + ln -sf linux-image.NEWS debian/linux-image-loongson-3-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64el' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-loongson-3' VERSION='4.19' binary-arch_mips64el_none_octeon: binary-arch_mips64el_none_octeon_real binary-arch_mips64el_none_octeon_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-octeon -plinux-headers-octeon' ABINAME='4.6.0-1' ARCH='mips64el' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-octeon' + ln -sf linux-image.NEWS debian/linux-image-octeon.NEWS + ln -sf linux-image.NEWS debian/linux-image-octeon-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64el' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-octeon' VERSION='4.19' binary-arch_mips64el_none_real: binary-arch_mips64el_real: +binary-arch_mips64r6: binary-arch_mips64r6_none binary-arch_mips64r6_real +binary-arch_mips64r6_none: binary-arch_mips64r6_none_mips64r6 binary-arch_mips64r6_none_real +binary-arch_mips64r6_none_mips64r6: binary-arch_mips64r6_none_mips64r6_real +binary-arch_mips64r6_none_mips64r6_real:: + ln -sf linux-image.NEWS debian/linux-image-mips64r6.NEWS + ln -sf linux-image.NEWS debian/linux-image-mips64r6-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64r6' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mips64r6' VERSION='4.19' +binary-arch_mips64r6_none_real: +binary-arch_mips64r6_real: +binary-arch_mips64r6el: binary-arch_mips64r6el_none binary-arch_mips64r6el_real +binary-arch_mips64r6el_none: binary-arch_mips64r6el_none_mips64r6el binary-arch_mips64r6el_none_real +binary-arch_mips64r6el_none_mips64r6el: binary-arch_mips64r6el_none_mips64r6el_real +binary-arch_mips64r6el_none_mips64r6el_real:: + ln -sf linux-image.NEWS debian/linux-image-mips64r6el.NEWS + ln -sf linux-image.NEWS debian/linux-image-mips64r6el-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips64r6el' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mips64r6el' VERSION='4.19' +binary-arch_mips64r6el_none_real: +binary-arch_mips64r6el_real: binary-arch_mips_none: binary-arch_mips_none_4kc-malta binary-arch_mips_none_5kc-malta binary-arch_mips_none_octeon binary-arch_mips_none_real binary-arch_mips_none_4kc-malta: binary-arch_mips_none_4kc-malta_real binary-arch_mips_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-4kc-malta -plinux-headers-4kc-malta' ABINAME='4.6.0-1' ARCH='mips' FEATURESET='none' FLAVOUR='4kc-malta' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-4kc-malta' + ln -sf linux-image.NEWS debian/linux-image-4kc-malta.NEWS + ln -sf linux-image.NEWS debian/linux-image-4kc-malta-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-4kc-malta' VERSION='4.19' binary-arch_mips_none_5kc-malta: binary-arch_mips_none_5kc-malta_real binary-arch_mips_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-5kc-malta -plinux-headers-5kc-malta' ABINAME='4.6.0-1' ARCH='mips' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-5kc-malta' + ln -sf linux-image.NEWS debian/linux-image-5kc-malta.NEWS + ln -sf linux-image.NEWS debian/linux-image-5kc-malta-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-5kc-malta' VERSION='4.19' binary-arch_mips_none_octeon: binary-arch_mips_none_octeon_real binary-arch_mips_none_octeon_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-octeon -plinux-headers-octeon' ABINAME='4.6.0-1' ARCH='mips' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-octeon' + ln -sf linux-image.NEWS debian/linux-image-octeon.NEWS + ln -sf linux-image.NEWS debian/linux-image-octeon-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mips' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-octeon' VERSION='4.19' binary-arch_mips_none_real: binary-arch_mips_real: binary-arch_mipsel: binary-arch_mipsel_none binary-arch_mipsel_real -binary-arch_mipsel_none: binary-arch_mipsel_none_4kc-malta binary-arch_mipsel_none_5kc-malta binary-arch_mipsel_none_loongson-2e binary-arch_mipsel_none_loongson-2f binary-arch_mipsel_none_loongson-3 binary-arch_mipsel_none_octeon binary-arch_mipsel_none_real +binary-arch_mipsel_none: binary-arch_mipsel_none_4kc-malta binary-arch_mipsel_none_5kc-malta binary-arch_mipsel_none_loongson-3 binary-arch_mipsel_none_octeon binary-arch_mipsel_none_real binary-arch_mipsel_none_4kc-malta: binary-arch_mipsel_none_4kc-malta_real binary-arch_mipsel_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-4kc-malta -plinux-headers-4kc-malta' ABINAME='4.6.0-1' ARCH='mipsel' FEATURESET='none' FLAVOUR='4kc-malta' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-4kc-malta' + ln -sf linux-image.NEWS debian/linux-image-4kc-malta.NEWS + ln -sf linux-image.NEWS debian/linux-image-4kc-malta-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsel' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-4kc-malta' VERSION='4.19' binary-arch_mipsel_none_5kc-malta: binary-arch_mipsel_none_5kc-malta_real binary-arch_mipsel_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-5kc-malta -plinux-headers-5kc-malta' ABINAME='4.6.0-1' ARCH='mipsel' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-5kc-malta' -binary-arch_mipsel_none_loongson-2e: binary-arch_mipsel_none_loongson-2e_real -binary-arch_mipsel_none_loongson-2e_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-loongson-2e -plinux-headers-loongson-2e' ABINAME='4.6.0-1' ARCH='mipsel' FEATURESET='none' FLAVOUR='loongson-2e' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-loongson-2e' -binary-arch_mipsel_none_loongson-2f: binary-arch_mipsel_none_loongson-2f_real -binary-arch_mipsel_none_loongson-2f_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-loongson-2f -plinux-headers-loongson-2f' ABINAME='4.6.0-1' ARCH='mipsel' FEATURESET='none' FLAVOUR='loongson-2f' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-loongson-2f' + ln -sf linux-image.NEWS debian/linux-image-5kc-malta.NEWS + ln -sf linux-image.NEWS debian/linux-image-5kc-malta-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsel' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-5kc-malta' VERSION='4.19' binary-arch_mipsel_none_loongson-3: binary-arch_mipsel_none_loongson-3_real binary-arch_mipsel_none_loongson-3_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-loongson-3 -plinux-headers-loongson-3' ABINAME='4.6.0-1' ARCH='mipsel' FEATURESET='none' FLAVOUR='loongson-3' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-loongson-3' + ln -sf linux-image.NEWS debian/linux-image-loongson-3.NEWS + ln -sf linux-image.NEWS debian/linux-image-loongson-3-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsel' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-loongson-3' VERSION='4.19' binary-arch_mipsel_none_octeon: binary-arch_mipsel_none_octeon_real binary-arch_mipsel_none_octeon_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-octeon -plinux-headers-octeon' ABINAME='4.6.0-1' ARCH='mipsel' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-octeon' + ln -sf linux-image.NEWS debian/linux-image-octeon.NEWS + ln -sf linux-image.NEWS debian/linux-image-octeon-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsel' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-octeon' VERSION='4.19' binary-arch_mipsel_none_real: binary-arch_mipsel_real: binary-arch_mipsn32: binary-arch_mipsn32_real binary-arch_mipsn32_real: binary-arch_mipsn32el: binary-arch_mipsn32el_real binary-arch_mipsn32el_real: -binary-arch_or1k: binary-arch_or1k_real -binary-arch_or1k_real: +binary-arch_mipsn32r6: binary-arch_mipsn32r6_real +binary-arch_mipsn32r6_real: +binary-arch_mipsn32r6el: binary-arch_mipsn32r6el_real +binary-arch_mipsn32r6el_real: +binary-arch_mipsr6: binary-arch_mipsr6_none binary-arch_mipsr6_real +binary-arch_mipsr6_none: binary-arch_mipsr6_none_mips32r6 binary-arch_mipsr6_none_mips64r6 binary-arch_mipsr6_none_real +binary-arch_mipsr6_none_mips32r6: binary-arch_mipsr6_none_mips32r6_real +binary-arch_mipsr6_none_mips32r6_real:: + ln -sf linux-image.NEWS debian/linux-image-mips32r6.NEWS + ln -sf linux-image.NEWS debian/linux-image-mips32r6-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsr6' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mips32r6' VERSION='4.19' +binary-arch_mipsr6_none_mips64r6: binary-arch_mipsr6_none_mips64r6_real +binary-arch_mipsr6_none_mips64r6_real:: + ln -sf linux-image.NEWS debian/linux-image-mips64r6.NEWS + ln -sf linux-image.NEWS debian/linux-image-mips64r6-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsr6' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mips64r6' VERSION='4.19' +binary-arch_mipsr6_none_real: +binary-arch_mipsr6_real: +binary-arch_mipsr6el: binary-arch_mipsr6el_none binary-arch_mipsr6el_real +binary-arch_mipsr6el_none: binary-arch_mipsr6el_none_mips32r6el binary-arch_mipsr6el_none_mips64r6el binary-arch_mipsr6el_none_real +binary-arch_mipsr6el_none_mips32r6el: binary-arch_mipsr6el_none_mips32r6el_real +binary-arch_mipsr6el_none_mips32r6el_real:: + ln -sf linux-image.NEWS debian/linux-image-mips32r6el.NEWS + ln -sf linux-image.NEWS debian/linux-image-mips32r6el-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsr6el' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mips32r6el' VERSION='4.19' +binary-arch_mipsr6el_none_mips64r6el: binary-arch_mipsr6el_none_mips64r6el_real +binary-arch_mipsr6el_none_mips64r6el_real:: + ln -sf linux-image.NEWS debian/linux-image-mips64r6el.NEWS + ln -sf linux-image.NEWS debian/linux-image-mips64r6el-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='mipsr6el' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-mips64r6el' VERSION='4.19' +binary-arch_mipsr6el_none_real: +binary-arch_mipsr6el_real: binary-arch_powerpc: binary-arch_powerpc_none binary-arch_powerpc_real binary-arch_powerpc_none: binary-arch_powerpc_none_powerpc binary-arch_powerpc_none_powerpc-smp binary-arch_powerpc_none_powerpc64 binary-arch_powerpc_none_real binary-arch_powerpc_none_powerpc: binary-arch_powerpc_none_powerpc_real binary-arch_powerpc_none_powerpc-smp: binary-arch_powerpc_none_powerpc-smp_real binary-arch_powerpc_none_powerpc-smp_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc-smp -plinux-headers-powerpc-smp' ABINAME='4.6.0-1' ARCH='powerpc' FEATURESET='none' FLAVOUR='powerpc-smp' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-powerpc-smp' + ln -sf linux-image.NEWS debian/linux-image-powerpc-smp.NEWS + ln -sf linux-image.NEWS debian/linux-image-powerpc-smp-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='powerpc' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-powerpc-smp' VERSION='4.19' binary-arch_powerpc_none_powerpc64: binary-arch_powerpc_none_powerpc64_real binary-arch_powerpc_none_powerpc64_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc64 -plinux-headers-powerpc64' ABINAME='4.6.0-1' ARCH='powerpc' FEATURESET='none' FLAVOUR='powerpc64' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-powerpc64' + ln -sf linux-image.NEWS debian/linux-image-powerpc64.NEWS + ln -sf linux-image.NEWS debian/linux-image-powerpc64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='powerpc' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-powerpc64' VERSION='4.19' binary-arch_powerpc_none_powerpc_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc -plinux-headers-powerpc' ABINAME='4.6.0-1' ARCH='powerpc' FEATURESET='none' FLAVOUR='powerpc' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-powerpc' + ln -sf linux-image.NEWS debian/linux-image-powerpc.NEWS + ln -sf linux-image.NEWS debian/linux-image-powerpc-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='powerpc' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-powerpc' VERSION='4.19' binary-arch_powerpc_none_real: binary-arch_powerpc_real: binary-arch_powerpcspe: binary-arch_powerpcspe_none binary-arch_powerpcspe_real binary-arch_powerpcspe_none: binary-arch_powerpcspe_none_powerpcspe binary-arch_powerpcspe_none_real binary-arch_powerpcspe_none_powerpcspe: binary-arch_powerpcspe_none_powerpcspe_real binary-arch_powerpcspe_none_powerpcspe_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpcspe -plinux-headers-powerpcspe' ABINAME='4.6.0-1' ARCH='powerpcspe' FEATURESET='none' FLAVOUR='powerpcspe' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-powerpcspe' + ln -sf linux-image.NEWS debian/linux-image-powerpcspe.NEWS + ln -sf linux-image.NEWS debian/linux-image-powerpcspe-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='powerpcspe' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-powerpcspe' VERSION='4.19' binary-arch_powerpcspe_none_real: binary-arch_powerpcspe_real: binary-arch_ppc64: binary-arch_ppc64_none binary-arch_ppc64_real binary-arch_ppc64_none: binary-arch_ppc64_none_powerpc64 binary-arch_ppc64_none_real binary-arch_ppc64_none_powerpc64: binary-arch_ppc64_none_powerpc64_real binary-arch_ppc64_none_powerpc64_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc64 -plinux-headers-powerpc64' ABINAME='4.6.0-1' ARCH='ppc64' FEATURESET='none' FLAVOUR='powerpc64' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-powerpc64' + ln -sf linux-image.NEWS debian/linux-image-powerpc64.NEWS + ln -sf linux-image.NEWS debian/linux-image-powerpc64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='ppc64' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-powerpc64' VERSION='4.19' binary-arch_ppc64_none_real: binary-arch_ppc64_real: binary-arch_ppc64el: binary-arch_ppc64el_none binary-arch_ppc64el_real binary-arch_ppc64el_none: binary-arch_ppc64el_none_powerpc64le binary-arch_ppc64el_none_real binary-arch_ppc64el_none_powerpc64le: binary-arch_ppc64el_none_powerpc64le_real binary-arch_ppc64el_none_powerpc64le_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc64le -plinux-headers-powerpc64le' ABINAME='4.6.0-1' ARCH='ppc64el' FEATURESET='none' FLAVOUR='powerpc64le' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-powerpc64le' + ln -sf linux-image.NEWS debian/linux-image-powerpc64le.NEWS + ln -sf linux-image.NEWS debian/linux-image-powerpc64le-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='ppc64el' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-powerpc64le' VERSION='4.19' binary-arch_ppc64el_none_real: binary-arch_ppc64el_real: +binary-arch_riscv64: binary-arch_riscv64_none binary-arch_riscv64_real +binary-arch_riscv64_none: binary-arch_riscv64_none_real binary-arch_riscv64_none_riscv64 +binary-arch_riscv64_none_real: +binary-arch_riscv64_none_riscv64: binary-arch_riscv64_none_riscv64_real +binary-arch_riscv64_none_riscv64_real:: + ln -sf linux-image.NEWS debian/linux-image-riscv64.NEWS + ln -sf linux-image.NEWS debian/linux-image-riscv64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='riscv64' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-riscv64' VERSION='4.19' +binary-arch_riscv64_real: binary-arch_s390: binary-arch_s390_real binary-arch_s390_real: binary-arch_s390x: binary-arch_s390x_none binary-arch_s390x_real @@ -194,17 +340,25 @@ binary-arch_s390x_none_real: binary-arch_s390x_none_s390x: binary-arch_s390x_none_s390x_real binary-arch_s390x_none_s390x_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-s390x -plinux-headers-s390x -plinux-image-s390x-dbg' ABINAME='4.6.0-1' ARCH='s390x' FEATURESET='none' FLAVOUR='s390x' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-s390x' + ln -sf linux-image.NEWS debian/linux-image-s390x.NEWS + ln -sf linux-image.NEWS debian/linux-image-s390x-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='s390x' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-s390x' VERSION='4.19' binary-arch_s390x_real: +binary-arch_sh3: binary-arch_sh3_real +binary-arch_sh3_real: binary-arch_sh4: binary-arch_sh4_none binary-arch_sh4_real binary-arch_sh4_none: binary-arch_sh4_none_real binary-arch_sh4_none_sh7751r binary-arch_sh4_none_sh7785lcr binary-arch_sh4_none_real: binary-arch_sh4_none_sh7751r: binary-arch_sh4_none_sh7751r_real binary-arch_sh4_none_sh7751r_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sh7751r -plinux-headers-sh7751r' ABINAME='4.6.0-1' ARCH='sh4' FEATURESET='none' FLAVOUR='sh7751r' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-sh7751r' + ln -sf linux-image.NEWS debian/linux-image-sh7751r.NEWS + ln -sf linux-image.NEWS debian/linux-image-sh7751r-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='sh4' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-sh7751r' VERSION='4.19' binary-arch_sh4_none_sh7785lcr: binary-arch_sh4_none_sh7785lcr_real binary-arch_sh4_none_sh7785lcr_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sh7785lcr -plinux-headers-sh7785lcr' ABINAME='4.6.0-1' ARCH='sh4' FEATURESET='none' FLAVOUR='sh7785lcr' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-sh7785lcr' + ln -sf linux-image.NEWS debian/linux-image-sh7785lcr.NEWS + ln -sf linux-image.NEWS debian/linux-image-sh7785lcr-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='sh4' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-sh7785lcr' VERSION='4.19' binary-arch_sh4_real: binary-arch_sparc: binary-arch_sparc_real binary-arch_sparc64: binary-arch_sparc64_none binary-arch_sparc64_real @@ -213,21 +367,25 @@ binary-arch_sparc64_none_sparc64: binary-arch_sparc64_none_sparc64_real binary-arch_sparc64_none_sparc64-smp: binary-arch_sparc64_none_sparc64-smp_real binary-arch_sparc64_none_sparc64-smp_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sparc64-smp -plinux-headers-sparc64-smp' ABINAME='4.6.0-1' ARCH='sparc64' FEATURESET='none' FLAVOUR='sparc64-smp' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-sparc64-smp' + ln -sf linux-image.NEWS debian/linux-image-sparc64-smp.NEWS + ln -sf linux-image.NEWS debian/linux-image-sparc64-smp-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='sparc64' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-sparc64-smp' VERSION='4.19' binary-arch_sparc64_none_sparc64_real:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sparc64 -plinux-headers-sparc64' ABINAME='4.6.0-1' ARCH='sparc64' FEATURESET='none' FLAVOUR='sparc64' GENCONTROL_ARGS='-v4.6+74' LOCALVERSION='-sparc64' + ln -sf linux-image.NEWS debian/linux-image-sparc64.NEWS + ln -sf linux-image.NEWS debian/linux-image-sparc64-dbg.NEWS + $(MAKE) -f debian/rules.real install-flavour ABINAME='4.19.0-parrot1-37t' ARCH='sparc64' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' GENCONTROL_ARGS='-v4.19+107+parrot1' LOCALVERSION='-sparc64' VERSION='4.19' binary-arch_sparc64_real: binary-arch_sparc_real: -binary-arch_tilegx: binary-arch_tilegx_real -binary-arch_tilegx_real: binary-arch_x32: binary-arch_x32_real binary-arch_x32_real: -binary-indep:: binary-indep_extra +binary-indep:: binary-indep_none binary-indep_rt binary-indep:: - $(MAKE) -f debian/rules.real binary-indep GENCONTROL_ARGS='-v4.6+74' -binary-indep_extra:: - $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-tools' GENCONTROL_ARGS='-v4.6+74' -build-arch: build-arch_alpha build-arch_amd64 build-arch_arm64 build-arch_armel build-arch_armhf build-arch_hppa build-arch_i386 build-arch_m68k build-arch_mips build-arch_mips64 build-arch_mips64el build-arch_mipsel build-arch_mipsn32 build-arch_mipsn32el build-arch_or1k build-arch_powerpc build-arch_powerpcspe build-arch_ppc64 build-arch_ppc64el build-arch_s390 build-arch_s390x build-arch_sh4 build-arch_sparc build-arch_sparc64 build-arch_tilegx build-arch_x32 + $(MAKE) -f debian/rules.real binary-indep GENCONTROL_ARGS='-v4.19+107+parrot1' VERSION='4.19' +binary-indep_none: binary-indep_none_real +binary-indep_none_real: +binary-indep_rt: binary-indep_rt_real +binary-indep_rt_real: +build-arch: build-arch_alpha build-arch_amd64 build-arch_arm64 build-arch_arm64ilp32 build-arch_armel build-arch_armhf build-arch_hppa build-arch_i386 build-arch_ia64 build-arch_m68k build-arch_mips build-arch_mips64 build-arch_mips64el build-arch_mips64r6 build-arch_mips64r6el build-arch_mipsel build-arch_mipsn32 build-arch_mipsn32el build-arch_mipsn32r6 build-arch_mipsn32r6el build-arch_mipsr6 build-arch_mipsr6el build-arch_powerpc build-arch_powerpcspe build-arch_ppc64 build-arch_ppc64el build-arch_riscv64 build-arch_s390 build-arch_s390x build-arch_sh3 build-arch_sh4 build-arch_sparc build-arch_sparc64 build-arch_x32 build-arch_alpha: build-arch_alpha_none build-arch_alpha_real build-arch_alpha_none: build-arch_alpha_none_alpha-generic build-arch_alpha_none_alpha-smp build-arch_alpha_none_real build-arch_alpha_none_alpha-generic: build-arch_alpha_none_alpha-generic_real @@ -237,30 +395,38 @@ build-arch_alpha_none_real: build-arch_alpha_real: build-arch_amd64: build-arch_amd64_none build-arch_amd64_real build-arch_amd64_rt -build-arch_amd64_none: build-arch_amd64_none_amd64 build-arch_amd64_none_real +build-arch_amd64_none: build-arch_amd64_none_amd64 build-arch_amd64_none_cloud-amd64 build-arch_amd64_none_real build-arch_amd64_none_amd64: build-arch_amd64_none_amd64_real build-arch_amd64_none_amd64_real: +build-arch_amd64_none_cloud-amd64: build-arch_amd64_none_cloud-amd64_real +build-arch_amd64_none_cloud-amd64_real: build-arch_amd64_none_real: build-arch_amd64_real: build-arch_amd64_rt: build-arch_amd64_rt_amd64 build-arch_amd64_rt_real build-arch_amd64_rt_amd64: build-arch_amd64_rt_amd64_real build-arch_amd64_rt_amd64_real: build-arch_amd64_rt_real: -build-arch_arm64: build-arch_arm64_none build-arch_arm64_real +build-arch_arm64: build-arch_arm64_none build-arch_arm64_real build-arch_arm64_rt build-arch_arm64_none: build-arch_arm64_none_arm64 build-arch_arm64_none_real build-arch_arm64_none_arm64: build-arch_arm64_none_arm64_real build-arch_arm64_none_arm64_real: build-arch_arm64_none_real: build-arch_arm64_real: +build-arch_arm64_rt: build-arch_arm64_rt_arm64 build-arch_arm64_rt_real +build-arch_arm64_rt_arm64: build-arch_arm64_rt_arm64_real +build-arch_arm64_rt_arm64_real: +build-arch_arm64_rt_real: +build-arch_arm64ilp32: build-arch_arm64ilp32_real +build-arch_arm64ilp32_real: build-arch_armel: build-arch_armel_none build-arch_armel_real -build-arch_armel_none: build-arch_armel_none_marvell build-arch_armel_none_real build-arch_armel_none_versatile +build-arch_armel_none: build-arch_armel_none_marvell build-arch_armel_none_real build-arch_armel_none_rpi build-arch_armel_none_marvell: build-arch_armel_none_marvell_real build-arch_armel_none_marvell_real: build-arch_armel_none_real: -build-arch_armel_none_versatile: build-arch_armel_none_versatile_real -build-arch_armel_none_versatile_real: +build-arch_armel_none_rpi: build-arch_armel_none_rpi_real +build-arch_armel_none_rpi_real: build-arch_armel_real: -build-arch_armhf: build-arch_armhf_none build-arch_armhf_real +build-arch_armhf: build-arch_armhf_none build-arch_armhf_real build-arch_armhf_rt build-arch_armhf_none: build-arch_armhf_none_armmp build-arch_armhf_none_armmp-lpae build-arch_armhf_none_real build-arch_armhf_none_armmp: build-arch_armhf_none_armmp_real build-arch_armhf_none_armmp-lpae: build-arch_armhf_none_armmp-lpae_real @@ -268,9 +434,15 @@ build-arch_armhf_none_armmp_real: build-arch_armhf_none_real: build-arch_armhf_real: +build-arch_armhf_rt: build-arch_armhf_rt_armmp build-arch_armhf_rt_real +build-arch_armhf_rt_armmp: build-arch_armhf_rt_armmp_real +build-arch_armhf_rt_armmp_real: +build-arch_armhf_rt_real: build-arch_hppa: build-arch_hppa_none build-arch_hppa_real -build-arch_hppa_none: build-arch_hppa_none_parisc build-arch_hppa_none_parisc64-smp build-arch_hppa_none_real +build-arch_hppa_none: build-arch_hppa_none_parisc build-arch_hppa_none_parisc-smp build-arch_hppa_none_parisc64-smp build-arch_hppa_none_real build-arch_hppa_none_parisc: build-arch_hppa_none_parisc_real +build-arch_hppa_none_parisc-smp: build-arch_hppa_none_parisc-smp_real +build-arch_hppa_none_parisc-smp_real: build-arch_hppa_none_parisc64-smp: build-arch_hppa_none_parisc64-smp_real build-arch_hppa_none_parisc64-smp_real: build-arch_hppa_none_parisc_real: @@ -288,6 +460,14 @@ build-arch_i386_rt_686-pae: build-arch_i386_rt_686-pae_real build-arch_i386_rt_686-pae_real: build-arch_i386_rt_real: +build-arch_ia64: build-arch_ia64_none build-arch_ia64_real +build-arch_ia64_none: build-arch_ia64_none_itanium build-arch_ia64_none_mckinley build-arch_ia64_none_real +build-arch_ia64_none_itanium: build-arch_ia64_none_itanium_real +build-arch_ia64_none_itanium_real: +build-arch_ia64_none_mckinley: build-arch_ia64_none_mckinley_real +build-arch_ia64_none_mckinley_real: +build-arch_ia64_none_real: +build-arch_ia64_real: build-arch_m68k: build-arch_m68k_none build-arch_m68k_real build-arch_m68k_none: build-arch_m68k_none_m68k build-arch_m68k_none_real build-arch_m68k_none_m68k: build-arch_m68k_none_m68k_real @@ -313,6 +493,18 @@ build-arch_mips64el_none_octeon_real: build-arch_mips64el_none_real: build-arch_mips64el_real: +build-arch_mips64r6: build-arch_mips64r6_none build-arch_mips64r6_real +build-arch_mips64r6_none: build-arch_mips64r6_none_mips64r6 build-arch_mips64r6_none_real +build-arch_mips64r6_none_mips64r6: build-arch_mips64r6_none_mips64r6_real +build-arch_mips64r6_none_mips64r6_real: +build-arch_mips64r6_none_real: +build-arch_mips64r6_real: +build-arch_mips64r6el: build-arch_mips64r6el_none build-arch_mips64r6el_real +build-arch_mips64r6el_none: build-arch_mips64r6el_none_mips64r6el build-arch_mips64r6el_none_real +build-arch_mips64r6el_none_mips64r6el: build-arch_mips64r6el_none_mips64r6el_real +build-arch_mips64r6el_none_mips64r6el_real: +build-arch_mips64r6el_none_real: +build-arch_mips64r6el_real: build-arch_mips_none: build-arch_mips_none_4kc-malta build-arch_mips_none_5kc-malta build-arch_mips_none_octeon build-arch_mips_none_real build-arch_mips_none_4kc-malta: build-arch_mips_none_4kc-malta_real build-arch_mips_none_4kc-malta_real: @@ -323,15 +515,11 @@ build-arch_mips_none_real: build-arch_mips_real: build-arch_mipsel: build-arch_mipsel_none build-arch_mipsel_real -build-arch_mipsel_none: build-arch_mipsel_none_4kc-malta build-arch_mipsel_none_5kc-malta build-arch_mipsel_none_loongson-2e build-arch_mipsel_none_loongson-2f build-arch_mipsel_none_loongson-3 build-arch_mipsel_none_octeon build-arch_mipsel_none_real +build-arch_mipsel_none: build-arch_mipsel_none_4kc-malta build-arch_mipsel_none_5kc-malta build-arch_mipsel_none_loongson-3 build-arch_mipsel_none_octeon build-arch_mipsel_none_real build-arch_mipsel_none_4kc-malta: build-arch_mipsel_none_4kc-malta_real build-arch_mipsel_none_4kc-malta_real: build-arch_mipsel_none_5kc-malta: build-arch_mipsel_none_5kc-malta_real build-arch_mipsel_none_5kc-malta_real: -build-arch_mipsel_none_loongson-2e: build-arch_mipsel_none_loongson-2e_real -build-arch_mipsel_none_loongson-2e_real: -build-arch_mipsel_none_loongson-2f: build-arch_mipsel_none_loongson-2f_real -build-arch_mipsel_none_loongson-2f_real: build-arch_mipsel_none_loongson-3: build-arch_mipsel_none_loongson-3_real build-arch_mipsel_none_loongson-3_real: build-arch_mipsel_none_octeon: build-arch_mipsel_none_octeon_real @@ -342,8 +530,26 @@ build-arch_mipsn32_real: build-arch_mipsn32el: build-arch_mipsn32el_real build-arch_mipsn32el_real: -build-arch_or1k: build-arch_or1k_real -build-arch_or1k_real: +build-arch_mipsn32r6: build-arch_mipsn32r6_real +build-arch_mipsn32r6_real: +build-arch_mipsn32r6el: build-arch_mipsn32r6el_real +build-arch_mipsn32r6el_real: +build-arch_mipsr6: build-arch_mipsr6_none build-arch_mipsr6_real +build-arch_mipsr6_none: build-arch_mipsr6_none_mips32r6 build-arch_mipsr6_none_mips64r6 build-arch_mipsr6_none_real +build-arch_mipsr6_none_mips32r6: build-arch_mipsr6_none_mips32r6_real +build-arch_mipsr6_none_mips32r6_real: +build-arch_mipsr6_none_mips64r6: build-arch_mipsr6_none_mips64r6_real +build-arch_mipsr6_none_mips64r6_real: +build-arch_mipsr6_none_real: +build-arch_mipsr6_real: +build-arch_mipsr6el: build-arch_mipsr6el_none build-arch_mipsr6el_real +build-arch_mipsr6el_none: build-arch_mipsr6el_none_mips32r6el build-arch_mipsr6el_none_mips64r6el build-arch_mipsr6el_none_real +build-arch_mipsr6el_none_mips32r6el: build-arch_mipsr6el_none_mips32r6el_real +build-arch_mipsr6el_none_mips32r6el_real: +build-arch_mipsr6el_none_mips64r6el: build-arch_mipsr6el_none_mips64r6el_real +build-arch_mipsr6el_none_mips64r6el_real: +build-arch_mipsr6el_none_real: +build-arch_mipsr6el_real: build-arch_powerpc: build-arch_powerpc_none build-arch_powerpc_real build-arch_powerpc_none: build-arch_powerpc_none_powerpc build-arch_powerpc_none_powerpc-smp build-arch_powerpc_none_powerpc64 build-arch_powerpc_none_real build-arch_powerpc_none_powerpc: build-arch_powerpc_none_powerpc_real @@ -372,6 +578,12 @@ build-arch_ppc64el_none_powerpc64le_real: build-arch_ppc64el_none_real: build-arch_ppc64el_real: +build-arch_riscv64: build-arch_riscv64_none build-arch_riscv64_real +build-arch_riscv64_none: build-arch_riscv64_none_real build-arch_riscv64_none_riscv64 +build-arch_riscv64_none_real: +build-arch_riscv64_none_riscv64: build-arch_riscv64_none_riscv64_real +build-arch_riscv64_none_riscv64_real: +build-arch_riscv64_real: build-arch_s390: build-arch_s390_real build-arch_s390_real: build-arch_s390x: build-arch_s390x_none build-arch_s390x_real @@ -380,6 +592,8 @@ build-arch_s390x_none_s390x: build-arch_s390x_none_s390x_real build-arch_s390x_none_s390x_real: build-arch_s390x_real: +build-arch_sh3: build-arch_sh3_real +build-arch_sh3_real: build-arch_sh4: build-arch_sh4_none build-arch_sh4_real build-arch_sh4_none: build-arch_sh4_none_real build-arch_sh4_none_sh7751r build-arch_sh4_none_sh7785lcr build-arch_sh4_none_real: @@ -398,13 +612,16 @@ build-arch_sparc64_none_sparc64_real: build-arch_sparc64_real: build-arch_sparc_real: -build-arch_tilegx: build-arch_tilegx_real -build-arch_tilegx_real: build-arch_x32: build-arch_x32_real build-arch_x32_real: +build-indep:: build-indep_none build-indep_rt build-indep:: - $(MAKE) -f debian/rules.real build-indep GENCONTROL_ARGS='-v4.6+74' -setup: setup_alpha setup_amd64 setup_arm64 setup_armel setup_armhf setup_hppa setup_i386 setup_m68k setup_mips setup_mips64 setup_mips64el setup_mipsel setup_mipsn32 setup_mipsn32el setup_or1k setup_powerpc setup_powerpcspe setup_ppc64 setup_ppc64el setup_s390 setup_s390x setup_sh4 setup_sparc setup_sparc64 setup_tilegx setup_x32 + $(MAKE) -f debian/rules.real build-indep GENCONTROL_ARGS='-v4.19+107+parrot1' VERSION='4.19' +build-indep_none: build-indep_none_real +build-indep_none_real: +build-indep_rt: build-indep_rt_real +build-indep_rt_real: +setup: setup_alpha setup_amd64 setup_arm64 setup_arm64ilp32 setup_armel setup_armhf setup_hppa setup_i386 setup_ia64 setup_m68k setup_mips setup_mips64 setup_mips64el setup_mips64r6 setup_mips64r6el setup_mipsel setup_mipsn32 setup_mipsn32el setup_mipsn32r6 setup_mipsn32r6el setup_mipsr6 setup_mipsr6el setup_none setup_powerpc setup_powerpcspe setup_ppc64 setup_ppc64el setup_riscv64 setup_rt setup_s390 setup_s390x setup_sh3 setup_sh4 setup_sparc setup_sparc64 setup_x32 setup_alpha: setup_alpha_none setup_alpha_real setup_alpha_none: setup_alpha_none_alpha-generic setup_alpha_none_alpha-smp setup_alpha_none_real setup_alpha_none_alpha-generic: setup_alpha_none_alpha-generic_real @@ -414,30 +631,38 @@ setup_alpha_none_real: setup_alpha_real: setup_amd64: setup_amd64_none setup_amd64_real setup_amd64_rt -setup_amd64_none: setup_amd64_none_amd64 setup_amd64_none_real +setup_amd64_none: setup_amd64_none_amd64 setup_amd64_none_cloud-amd64 setup_amd64_none_real setup_amd64_none_amd64: setup_amd64_none_amd64_real setup_amd64_none_amd64_real: +setup_amd64_none_cloud-amd64: setup_amd64_none_cloud-amd64_real +setup_amd64_none_cloud-amd64_real: setup_amd64_none_real: setup_amd64_real: setup_amd64_rt: setup_amd64_rt_amd64 setup_amd64_rt_real setup_amd64_rt_amd64: setup_amd64_rt_amd64_real setup_amd64_rt_amd64_real: setup_amd64_rt_real: -setup_arm64: setup_arm64_none setup_arm64_real +setup_arm64: setup_arm64_none setup_arm64_real setup_arm64_rt setup_arm64_none: setup_arm64_none_arm64 setup_arm64_none_real setup_arm64_none_arm64: setup_arm64_none_arm64_real setup_arm64_none_arm64_real: setup_arm64_none_real: setup_arm64_real: +setup_arm64_rt: setup_arm64_rt_arm64 setup_arm64_rt_real +setup_arm64_rt_arm64: setup_arm64_rt_arm64_real +setup_arm64_rt_arm64_real: +setup_arm64_rt_real: +setup_arm64ilp32: setup_arm64ilp32_real +setup_arm64ilp32_real: setup_armel: setup_armel_none setup_armel_real -setup_armel_none: setup_armel_none_marvell setup_armel_none_real setup_armel_none_versatile +setup_armel_none: setup_armel_none_marvell setup_armel_none_real setup_armel_none_rpi setup_armel_none_marvell: setup_armel_none_marvell_real setup_armel_none_marvell_real: setup_armel_none_real: -setup_armel_none_versatile: setup_armel_none_versatile_real -setup_armel_none_versatile_real: +setup_armel_none_rpi: setup_armel_none_rpi_real +setup_armel_none_rpi_real: setup_armel_real: -setup_armhf: setup_armhf_none setup_armhf_real +setup_armhf: setup_armhf_none setup_armhf_real setup_armhf_rt setup_armhf_none: setup_armhf_none_armmp setup_armhf_none_armmp-lpae setup_armhf_none_real setup_armhf_none_armmp: setup_armhf_none_armmp_real setup_armhf_none_armmp-lpae: setup_armhf_none_armmp-lpae_real @@ -445,9 +670,15 @@ setup_armhf_none_armmp_real: setup_armhf_none_real: setup_armhf_real: +setup_armhf_rt: setup_armhf_rt_armmp setup_armhf_rt_real +setup_armhf_rt_armmp: setup_armhf_rt_armmp_real +setup_armhf_rt_armmp_real: +setup_armhf_rt_real: setup_hppa: setup_hppa_none setup_hppa_real -setup_hppa_none: setup_hppa_none_parisc setup_hppa_none_parisc64-smp setup_hppa_none_real +setup_hppa_none: setup_hppa_none_parisc setup_hppa_none_parisc-smp setup_hppa_none_parisc64-smp setup_hppa_none_real setup_hppa_none_parisc: setup_hppa_none_parisc_real +setup_hppa_none_parisc-smp: setup_hppa_none_parisc-smp_real +setup_hppa_none_parisc-smp_real: setup_hppa_none_parisc64-smp: setup_hppa_none_parisc64-smp_real setup_hppa_none_parisc64-smp_real: setup_hppa_none_parisc_real: @@ -465,6 +696,14 @@ setup_i386_rt_686-pae: setup_i386_rt_686-pae_real setup_i386_rt_686-pae_real: setup_i386_rt_real: +setup_ia64: setup_ia64_none setup_ia64_real +setup_ia64_none: setup_ia64_none_itanium setup_ia64_none_mckinley setup_ia64_none_real +setup_ia64_none_itanium: setup_ia64_none_itanium_real +setup_ia64_none_itanium_real: +setup_ia64_none_mckinley: setup_ia64_none_mckinley_real +setup_ia64_none_mckinley_real: +setup_ia64_none_real: +setup_ia64_real: setup_m68k: setup_m68k_none setup_m68k_real setup_m68k_none: setup_m68k_none_m68k setup_m68k_none_real setup_m68k_none_m68k: setup_m68k_none_m68k_real @@ -490,6 +729,18 @@ setup_mips64el_none_octeon_real: setup_mips64el_none_real: setup_mips64el_real: +setup_mips64r6: setup_mips64r6_none setup_mips64r6_real +setup_mips64r6_none: setup_mips64r6_none_mips64r6 setup_mips64r6_none_real +setup_mips64r6_none_mips64r6: setup_mips64r6_none_mips64r6_real +setup_mips64r6_none_mips64r6_real: +setup_mips64r6_none_real: +setup_mips64r6_real: +setup_mips64r6el: setup_mips64r6el_none setup_mips64r6el_real +setup_mips64r6el_none: setup_mips64r6el_none_mips64r6el setup_mips64r6el_none_real +setup_mips64r6el_none_mips64r6el: setup_mips64r6el_none_mips64r6el_real +setup_mips64r6el_none_mips64r6el_real: +setup_mips64r6el_none_real: +setup_mips64r6el_real: setup_mips_none: setup_mips_none_4kc-malta setup_mips_none_5kc-malta setup_mips_none_octeon setup_mips_none_real setup_mips_none_4kc-malta: setup_mips_none_4kc-malta_real setup_mips_none_4kc-malta_real: @@ -500,15 +751,11 @@ setup_mips_none_real: setup_mips_real: setup_mipsel: setup_mipsel_none setup_mipsel_real -setup_mipsel_none: setup_mipsel_none_4kc-malta setup_mipsel_none_5kc-malta setup_mipsel_none_loongson-2e setup_mipsel_none_loongson-2f setup_mipsel_none_loongson-3 setup_mipsel_none_octeon setup_mipsel_none_real +setup_mipsel_none: setup_mipsel_none_4kc-malta setup_mipsel_none_5kc-malta setup_mipsel_none_loongson-3 setup_mipsel_none_octeon setup_mipsel_none_real setup_mipsel_none_4kc-malta: setup_mipsel_none_4kc-malta_real setup_mipsel_none_4kc-malta_real: setup_mipsel_none_5kc-malta: setup_mipsel_none_5kc-malta_real setup_mipsel_none_5kc-malta_real: -setup_mipsel_none_loongson-2e: setup_mipsel_none_loongson-2e_real -setup_mipsel_none_loongson-2e_real: -setup_mipsel_none_loongson-2f: setup_mipsel_none_loongson-2f_real -setup_mipsel_none_loongson-2f_real: setup_mipsel_none_loongson-3: setup_mipsel_none_loongson-3_real setup_mipsel_none_loongson-3_real: setup_mipsel_none_octeon: setup_mipsel_none_octeon_real @@ -519,8 +766,28 @@ setup_mipsn32_real: setup_mipsn32el: setup_mipsn32el_real setup_mipsn32el_real: -setup_or1k: setup_or1k_real -setup_or1k_real: +setup_mipsn32r6: setup_mipsn32r6_real +setup_mipsn32r6_real: +setup_mipsn32r6el: setup_mipsn32r6el_real +setup_mipsn32r6el_real: +setup_mipsr6: setup_mipsr6_none setup_mipsr6_real +setup_mipsr6_none: setup_mipsr6_none_mips32r6 setup_mipsr6_none_mips64r6 setup_mipsr6_none_real +setup_mipsr6_none_mips32r6: setup_mipsr6_none_mips32r6_real +setup_mipsr6_none_mips32r6_real: +setup_mipsr6_none_mips64r6: setup_mipsr6_none_mips64r6_real +setup_mipsr6_none_mips64r6_real: +setup_mipsr6_none_real: +setup_mipsr6_real: +setup_mipsr6el: setup_mipsr6el_none setup_mipsr6el_real +setup_mipsr6el_none: setup_mipsr6el_none_mips32r6el setup_mipsr6el_none_mips64r6el setup_mipsr6el_none_real +setup_mipsr6el_none_mips32r6el: setup_mipsr6el_none_mips32r6el_real +setup_mipsr6el_none_mips32r6el_real: +setup_mipsr6el_none_mips64r6el: setup_mipsr6el_none_mips64r6el_real +setup_mipsr6el_none_mips64r6el_real: +setup_mipsr6el_none_real: +setup_mipsr6el_real: +setup_none: setup_none_real +setup_none_real: setup_powerpc: setup_powerpc_none setup_powerpc_real setup_powerpc_none: setup_powerpc_none_powerpc setup_powerpc_none_powerpc-smp setup_powerpc_none_powerpc64 setup_powerpc_none_real setup_powerpc_none_powerpc: setup_powerpc_none_powerpc_real @@ -549,6 +816,14 @@ setup_ppc64el_none_powerpc64le_real: setup_ppc64el_none_real: setup_ppc64el_real: +setup_riscv64: setup_riscv64_none setup_riscv64_real +setup_riscv64_none: setup_riscv64_none_real setup_riscv64_none_riscv64 +setup_riscv64_none_real: +setup_riscv64_none_riscv64: setup_riscv64_none_riscv64_real +setup_riscv64_none_riscv64_real: +setup_riscv64_real: +setup_rt: setup_rt_real +setup_rt_real: setup_s390: setup_s390_real setup_s390_real: setup_s390x: setup_s390x_none setup_s390x_real @@ -557,6 +832,8 @@ setup_s390x_none_s390x: setup_s390x_none_s390x_real setup_s390x_none_s390x_real: setup_s390x_real: +setup_sh3: setup_sh3_real +setup_sh3_real: setup_sh4: setup_sh4_none setup_sh4_real setup_sh4_none: setup_sh4_none_real setup_sh4_none_sh7751r setup_sh4_none_sh7785lcr setup_sh4_none_real: @@ -575,7 +852,5 @@ setup_sparc64_none_sparc64_real: setup_sparc64_real: setup_sparc_real: -setup_tilegx: setup_tilegx_real -setup_tilegx_real: setup_x32: setup_x32_real setup_x32_real: diff -Nru linux-latest-74/debian/rules.real linux-latest-107+parrot1/debian/rules.real --- linux-latest-74/debian/rules.real 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/rules.real 2019-03-12 05:24:40.000000000 +0000 @@ -34,9 +34,14 @@ $(MAKE) -f debian/rules.real install-base install-doc: PACKAGE_NAME = linux-doc +install-doc: PACKAGE_DIR = debian/$(PACKAGE_NAME) install-doc: DH_OPTIONS = -p$(PACKAGE_NAME) install-doc: dh_prep + mkdir -p $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME) + for file in CREDITS.gz Documentation html MAINTAINERS.gz; do \ + ln -sf ../linux-doc-$(VERSION)/$$file $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/ || exit; \ + done $(MAKE) -f debian/rules.real install-base install-source: PACKAGE_NAME = linux-source @@ -50,3 +55,11 @@ install-perf: dh_prep $(MAKE) -f debian/rules.real install-base + +install-flavour: + dh_testdir + dh_testroot + $(MAKE) -f debian/rules.real install-base DH_OPTIONS='-plinux-image$(LOCALVERSION) -plinux-headers$(LOCALVERSION)' +ifeq ($(DEBUG),True) + $(MAKE) -f debian/rules.real install-base DH_OPTIONS='-plinux-image$(LOCALVERSION)-dbg' +endif diff -Nru linux-latest-74/debian/source.lintian-overrides linux-latest-107+parrot1/debian/source.lintian-overrides --- linux-latest-74/debian/source.lintian-overrides 2016-06-06 23:01:49.000000000 +0000 +++ linux-latest-107+parrot1/debian/source.lintian-overrides 2019-05-19 13:07:28.000000000 +0000 @@ -1,6 +1,48 @@ +linux-latest source: dbg-package-missing-depends linux-image-alpha-generic-dbg +linux-latest source: dbg-package-missing-depends linux-image-alpha-smp-dbg linux-latest source: dbg-package-missing-depends linux-image-amd64-dbg +linux-latest source: dbg-package-missing-depends linux-image-cloud-amd64-dbg linux-latest source: dbg-package-missing-depends linux-image-rt-amd64-dbg linux-latest source: dbg-package-missing-depends linux-image-arm64-dbg +linux-latest source: dbg-package-missing-depends linux-image-rt-arm64-dbg +linux-latest source: dbg-package-missing-depends linux-image-marvell-dbg +linux-latest source: dbg-package-missing-depends linux-image-rpi-dbg +linux-latest source: dbg-package-missing-depends linux-image-armmp-dbg +linux-latest source: dbg-package-missing-depends linux-image-armmp-lpae-dbg +linux-latest source: dbg-package-missing-depends linux-image-rt-armmp-dbg +linux-latest source: dbg-package-missing-depends linux-image-686-dbg linux-latest source: dbg-package-missing-depends linux-image-686-pae-dbg linux-latest source: dbg-package-missing-depends linux-image-rt-686-pae-dbg +linux-latest source: dbg-package-missing-depends linux-image-itanium-dbg +linux-latest source: dbg-package-missing-depends linux-image-mckinley-dbg +linux-latest source: dbg-package-missing-depends linux-image-m68k-dbg +linux-latest source: dbg-package-missing-depends linux-image-4kc-malta-dbg +linux-latest source: dbg-package-missing-depends linux-image-5kc-malta-dbg +linux-latest source: dbg-package-missing-depends linux-image-octeon-dbg +linux-latest source: dbg-package-missing-depends linux-image-5kc-malta-dbg +linux-latest source: dbg-package-missing-depends linux-image-octeon-dbg +linux-latest source: dbg-package-missing-depends linux-image-5kc-malta-dbg +linux-latest source: dbg-package-missing-depends linux-image-loongson-3-dbg +linux-latest source: dbg-package-missing-depends linux-image-octeon-dbg +linux-latest source: dbg-package-missing-depends linux-image-mips64r6-dbg +linux-latest source: dbg-package-missing-depends linux-image-mips64r6el-dbg +linux-latest source: dbg-package-missing-depends linux-image-4kc-malta-dbg +linux-latest source: dbg-package-missing-depends linux-image-5kc-malta-dbg +linux-latest source: dbg-package-missing-depends linux-image-loongson-3-dbg +linux-latest source: dbg-package-missing-depends linux-image-octeon-dbg +linux-latest source: dbg-package-missing-depends linux-image-mips32r6-dbg +linux-latest source: dbg-package-missing-depends linux-image-mips64r6-dbg +linux-latest source: dbg-package-missing-depends linux-image-mips32r6el-dbg +linux-latest source: dbg-package-missing-depends linux-image-mips64r6el-dbg +linux-latest source: dbg-package-missing-depends linux-image-powerpc-dbg +linux-latest source: dbg-package-missing-depends linux-image-powerpc-smp-dbg +linux-latest source: dbg-package-missing-depends linux-image-powerpc64-dbg +linux-latest source: dbg-package-missing-depends linux-image-powerpcspe-dbg +linux-latest source: dbg-package-missing-depends linux-image-powerpc64-dbg +linux-latest source: dbg-package-missing-depends linux-image-powerpc64le-dbg +linux-latest source: dbg-package-missing-depends linux-image-riscv64-dbg linux-latest source: dbg-package-missing-depends linux-image-s390x-dbg +linux-latest source: dbg-package-missing-depends linux-image-sh7751r-dbg +linux-latest source: dbg-package-missing-depends linux-image-sh7785lcr-dbg +linux-latest source: dbg-package-missing-depends linux-image-sparc64-dbg +linux-latest source: dbg-package-missing-depends linux-image-sparc64-smp-dbg diff -Nru linux-latest-74/debian/templates/control.doc.latest.in linux-latest-107+parrot1/debian/templates/control.doc.latest.in --- linux-latest-74/debian/templates/control.doc.latest.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.doc.latest.in 2018-06-13 04:25:10.000000000 +0000 @@ -1,4 +1,4 @@ -Package: linux-doc +Package: linux-doc@source_suffix@ Section: doc Architecture: all Depends: linux-doc-@upstreamversion@, ${misc:Depends} diff -Nru linux-latest-74/debian/templates/control.extra.in linux-latest-107+parrot1/debian/templates/control.extra.in --- linux-latest-74/debian/templates/control.extra.in 2016-02-12 23:46:55.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.extra.in 2017-07-01 00:32:54.000000000 +0000 @@ -1,49 +0,0 @@ -Package: linux-tools -Section: oldlibs -Architecture: all -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 -Section: oldlibs -Architecture: i386 -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 -Section: oldlibs -Architecture: i386 -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 -Section: oldlibs -Architecture: armel -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 -Section: oldlibs -Architecture: armel -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 -Section: oldlibs -Architecture: armel -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 -Section: oldlibs -Architecture: armel -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. - diff -Nru linux-latest-74/debian/templates/control.headers.latest.in linux-latest-107+parrot1/debian/templates/control.headers.latest.in --- linux-latest-74/debian/templates/control.headers.latest.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.headers.latest.in 2018-06-13 04:25:10.000000000 +0000 @@ -1,4 +1,4 @@ -Package: linux-headers@localversion@ +Package: linux-headers@source_suffix@@localversion@ Depends: linux-headers-@abiname@@localversion@, ${misc:Depends} Description: Header files for Linux @flavour@ configuration (meta-package) This package depends on the architecture-specific header files for the latest diff -Nru linux-latest-74/debian/templates/control.image-dbg.latest.in linux-latest-107+parrot1/debian/templates/control.image-dbg.latest.in --- linux-latest-74/debian/templates/control.image-dbg.latest.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.image-dbg.latest.in 2019-03-12 05:24:40.000000000 +0000 @@ -1,4 +1,4 @@ -Package: linux-image@localversion@-dbg +Package: linux-image@source_suffix@@localversion@-dbg Depends: linux-image-@abiname@@localversion@-dbg, ${misc:Depends} Provides: linux-latest-image-dbg Description: Debugging symbols for Linux @flavour@ configuration (meta-package) diff -Nru linux-latest-74/debian/templates/control.image.latest.type-standalone.in linux-latest-107+parrot1/debian/templates/control.image.latest.type-standalone.in --- linux-latest-74/debian/templates/control.image.latest.type-standalone.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.image.latest.type-standalone.in 2019-04-14 04:55:24.000000000 +0000 @@ -1,5 +1,5 @@ -Package: linux-image@localversion@ -Depends: linux-image-@abiname@@localversion@, ${misc:Depends} +Package: linux-image@source_suffix@@localversion@ +Depends: linux-image-@abiname@@localversion@ | linux-image-@abiname@@localversion@-unsigned, ${misc:Depends} Provides: linux-latest-modules-@abiname@@localversion@ Description: Linux for @class@ (meta-package) This package depends on the latest Linux kernel and modules for use on diff -Nru linux-latest-74/debian/templates/control.source.in linux-latest-107+parrot1/debian/templates/control.source.in --- linux-latest-74/debian/templates/control.source.in 2015-08-11 17:17:23.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.source.in 2019-03-12 05:24:40.000000000 +0000 @@ -2,8 +2,8 @@ Section: kernel Priority: optional Maintainer: Debian Kernel Team -Uploaders: Bastian Blank , Frederik Schüler , Ben Hutchings -Standards-Version: 3.9.5 -Build-Depends: debhelper (>> 7) -Vcs-Git: https://anonscm.debian.org/git/kernel/linux-latest.git -Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-latest.git +Uploaders: Bastian Blank , Ben Hutchings , Salvatore Bonaccorso +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9) +Vcs-Git: https://salsa.debian.org/kernel-team/linux-latest.git +Vcs-Browser: https://salsa.debian.org/kernel-team/linux-latest diff -Nru linux-latest-74/debian/templates/control.source.latest.in linux-latest-107+parrot1/debian/templates/control.source.latest.in --- linux-latest-74/debian/templates/control.source.latest.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.source.latest.in 2018-06-13 04:25:10.000000000 +0000 @@ -1,4 +1,4 @@ -Package: linux-source +Package: linux-source@source_suffix@ Architecture: all Depends: linux-source-@upstreamversion@, ${misc:Depends} Description: Linux kernel source (meta-package) diff -Nru linux-latest-74/debian/templates/control.tools.latest.in linux-latest-107+parrot1/debian/templates/control.tools.latest.in --- linux-latest-74/debian/templates/control.tools.latest.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.tools.latest.in 2018-06-13 04:25:10.000000000 +0000 @@ -1,4 +1,4 @@ -Package: linux-perf +Package: linux-perf@source_suffix@ Architecture: all Depends: linux-perf-@upstreamversion@, ${misc:Depends} Description: Performance analysis tools for Linux (meta-package) diff -Nru linux-latest-74/debian/templates/control.xen-linux-system.latest.in linux-latest-107+parrot1/debian/templates/control.xen-linux-system.latest.in --- linux-latest-74/debian/templates/control.xen-linux-system.latest.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/control.xen-linux-system.latest.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -Package: xen-linux-system@localversion@ -Depends: xen-linux-system-@abiname@@localversion@, ${misc:Depends} -Provides: xen-linux-system -Description: Xen system with Linux for @class@ (meta-package) - This package depends on the Xen hypervisor and the latest Linux kernel - @flavour@ configuration. diff -Nru linux-latest-74/debian/templates/lintian-overrides.image-dbg.in linux-latest-107+parrot1/debian/templates/lintian-overrides.image-dbg.in --- linux-latest-74/debian/templates/lintian-overrides.image-dbg.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/lintian-overrides.image-dbg.in 2019-03-12 05:24:40.000000000 +0000 @@ -1,2 +1,2 @@ -linux-image-@flavour@-dbg: wrong-section-according-to-package-name linux-image-@flavour@-dbg => debug -linux-image-@flavour@-dbg: debug-package-should-be-priority-extra linux-image-@flavour@-dbg +linux-image@source_suffix@-@flavour@-dbg: wrong-section-according-to-package-name linux-image@source_suffix@-@flavour@-dbg => debug +linux-image@source_suffix@-@flavour@-dbg: debug-package-should-be-priority-extra linux-image@source_suffix@-@flavour@-dbg diff -Nru linux-latest-74/debian/templates/lintian-overrides.source.in linux-latest-107+parrot1/debian/templates/lintian-overrides.source.in --- linux-latest-74/debian/templates/lintian-overrides.source.in 2015-08-11 15:46:47.000000000 +0000 +++ linux-latest-107+parrot1/debian/templates/lintian-overrides.source.in 2019-03-12 05:24:40.000000000 +0000 @@ -1 +1 @@ -linux-latest source: dbg-package-missing-depends linux-image-@flavour@-dbg +@source_package@ source: dbg-package-missing-depends linux-image@source_suffix@-@flavour@-dbg