From ac4dcbfec9891d31194dc93a308e74e68f980ddc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 7 Oct 2012 19:51:50 +0100 Subject: [PATCH] linux-latest (46) unstable; urgency=low MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Set Priority: extra, as currently overridden in the archive (Closes: #689846) * Add Czech debconf template translation (Michal Šimůnek) (Closes: #685501) * Update to 3.2.0-4 (Closes: #688222, #689864) [dgit import package linux-latest 46] --- debian/bin/gencontrol.py | 170 ++ debian/changelog | 358 ++++ debian/clean | 1 + debian/compat | 1 + debian/control | 1478 +++++++++++++++++ debian/control.md5sum | 10 + debian/copyright | 22 + debian/linux-image-486.bug-presubj | 5 + debian/linux-image-4kc-malta.bug-presubj | 5 + debian/linux-image-5kc-malta.bug-presubj | 5 + debian/linux-image-686-pae.bug-presubj | 5 + debian/linux-image-686.config | 11 + debian/linux-image-686.postinst | 7 + debian/linux-image-686.templates | 9 + debian/linux-image-alpha-generic.bug-presubj | 5 + debian/linux-image-alpha-legacy.bug-presubj | 5 + debian/linux-image-alpha-smp.bug-presubj | 5 + debian/linux-image-amd64.bug-presubj | 5 + debian/linux-image-amiga.bug-presubj | 5 + debian/linux-image-atari.bug-presubj | 5 + debian/linux-image-bvme6000.bug-presubj | 5 + debian/linux-image-iop32x.bug-presubj | 5 + debian/linux-image-itanium.bug-presubj | 5 + debian/linux-image-ixp4xx.bug-presubj | 5 + debian/linux-image-kirkwood.bug-presubj | 5 + debian/linux-image-loongson-2f.bug-presubj | 5 + debian/linux-image-mac.bug-presubj | 5 + debian/linux-image-mckinley.bug-presubj | 5 + debian/linux-image-mv78xx0.bug-presubj | 5 + debian/linux-image-mvme147.bug-presubj | 5 + debian/linux-image-mvme16x.bug-presubj | 5 + debian/linux-image-mx5.bug-presubj | 5 + debian/linux-image-octeon.bug-presubj | 5 + debian/linux-image-omap.bug-presubj | 5 + debian/linux-image-orion5x.bug-presubj | 5 + debian/linux-image-parisc-smp.bug-presubj | 5 + debian/linux-image-parisc.bug-presubj | 5 + debian/linux-image-parisc64-smp.bug-presubj | 5 + debian/linux-image-parisc64.bug-presubj | 5 + debian/linux-image-powerpc-smp.bug-presubj | 5 + debian/linux-image-powerpc.bug-presubj | 5 + debian/linux-image-powerpc64.bug-presubj | 5 + debian/linux-image-r4k-ip22.bug-presubj | 5 + debian/linux-image-r5k-cobalt.bug-presubj | 5 + debian/linux-image-r5k-ip32.bug-presubj | 5 + debian/linux-image-rt-686-pae.bug-presubj | 5 + debian/linux-image-rt-amd64.bug-presubj | 5 + debian/linux-image-s390x-tape.bug-presubj | 5 + debian/linux-image-s390x.bug-presubj | 5 + debian/linux-image-sb1-bcm91250a.bug-presubj | 5 + debian/linux-image-sb1a-bcm91480b.bug-presubj | 5 + debian/linux-image-sh7751r.bug-presubj | 5 + debian/linux-image-sh7785lcr.bug-presubj | 5 + debian/linux-image-sparc64-smp.bug-presubj | 5 + debian/linux-image-sparc64.bug-presubj | 5 + debian/linux-image-versatile.bug-presubj | 5 + debian/linux-image-vexpress.bug-presubj | 5 + debian/linux-image.NEWS | 26 + debian/po/POTFILES.in | 1 + debian/po/ca.po | 38 + debian/po/cs.po | 45 + debian/po/da.po | 47 + debian/po/de.po | 47 + debian/po/es.po | 61 + debian/po/fr.po | 49 + debian/po/it.po | 40 + debian/po/ja.po | 46 + debian/po/nl.po | 46 + debian/po/pl.po | 50 + debian/po/pt.po | 46 + debian/po/ru.po | 50 + debian/po/sr.po | 45 + debian/po/sr@latin.po | 45 + debian/po/sv.po | 47 + debian/po/templates.pot | 42 + debian/po/tr.po | 37 + debian/rules | 71 + debian/rules.defs | 4 + debian/rules.gen | 811 +++++++++ debian/rules.real | 70 + debian/stamps/build-arch-base | 0 debian/templates/bug-presubj.image.latest.in | 5 + debian/templates/control.doc.latest.in | 6 + debian/templates/control.extra.in | 657 ++++++++ debian/templates/control.headers.latest.in | 6 + .../control.image.latest.type-standalone.in | 6 + debian/templates/control.source.in | 9 + debian/templates/control.source.latest.in | 6 + debian/templates/control.tools.latest.in | 6 + .../control.xen-linux-system.latest.in | 6 + 90 files changed, 4773 insertions(+) create mode 100755 debian/bin/gencontrol.py create mode 100644 debian/changelog create mode 100644 debian/clean create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/control.md5sum create mode 100644 debian/copyright create mode 100644 debian/linux-image-486.bug-presubj create mode 100644 debian/linux-image-4kc-malta.bug-presubj create mode 100644 debian/linux-image-5kc-malta.bug-presubj create mode 100644 debian/linux-image-686-pae.bug-presubj create mode 100644 debian/linux-image-686.config create mode 100644 debian/linux-image-686.postinst create mode 100644 debian/linux-image-686.templates create mode 100644 debian/linux-image-alpha-generic.bug-presubj create mode 100644 debian/linux-image-alpha-legacy.bug-presubj create mode 100644 debian/linux-image-alpha-smp.bug-presubj create mode 100644 debian/linux-image-amd64.bug-presubj create mode 100644 debian/linux-image-amiga.bug-presubj create mode 100644 debian/linux-image-atari.bug-presubj create mode 100644 debian/linux-image-bvme6000.bug-presubj create mode 100644 debian/linux-image-iop32x.bug-presubj create mode 100644 debian/linux-image-itanium.bug-presubj create mode 100644 debian/linux-image-ixp4xx.bug-presubj create mode 100644 debian/linux-image-kirkwood.bug-presubj create mode 100644 debian/linux-image-loongson-2f.bug-presubj create mode 100644 debian/linux-image-mac.bug-presubj create mode 100644 debian/linux-image-mckinley.bug-presubj create mode 100644 debian/linux-image-mv78xx0.bug-presubj create mode 100644 debian/linux-image-mvme147.bug-presubj create mode 100644 debian/linux-image-mvme16x.bug-presubj create mode 100644 debian/linux-image-mx5.bug-presubj create mode 100644 debian/linux-image-octeon.bug-presubj create mode 100644 debian/linux-image-omap.bug-presubj create mode 100644 debian/linux-image-orion5x.bug-presubj create mode 100644 debian/linux-image-parisc-smp.bug-presubj create mode 100644 debian/linux-image-parisc.bug-presubj create mode 100644 debian/linux-image-parisc64-smp.bug-presubj create mode 100644 debian/linux-image-parisc64.bug-presubj create mode 100644 debian/linux-image-powerpc-smp.bug-presubj create mode 100644 debian/linux-image-powerpc.bug-presubj create mode 100644 debian/linux-image-powerpc64.bug-presubj create mode 100644 debian/linux-image-r4k-ip22.bug-presubj create mode 100644 debian/linux-image-r5k-cobalt.bug-presubj create mode 100644 debian/linux-image-r5k-ip32.bug-presubj create mode 100644 debian/linux-image-rt-686-pae.bug-presubj create mode 100644 debian/linux-image-rt-amd64.bug-presubj create mode 100644 debian/linux-image-s390x-tape.bug-presubj create mode 100644 debian/linux-image-s390x.bug-presubj create mode 100644 debian/linux-image-sb1-bcm91250a.bug-presubj create mode 100644 debian/linux-image-sb1a-bcm91480b.bug-presubj create mode 100644 debian/linux-image-sh7751r.bug-presubj create mode 100644 debian/linux-image-sh7785lcr.bug-presubj create mode 100644 debian/linux-image-sparc64-smp.bug-presubj create mode 100644 debian/linux-image-sparc64.bug-presubj create mode 100644 debian/linux-image-versatile.bug-presubj create mode 100644 debian/linux-image-vexpress.bug-presubj create mode 100644 debian/linux-image.NEWS create mode 100644 debian/po/POTFILES.in create mode 100644 debian/po/ca.po create mode 100644 debian/po/cs.po create mode 100644 debian/po/da.po create mode 100644 debian/po/de.po create mode 100644 debian/po/es.po create mode 100644 debian/po/fr.po create mode 100644 debian/po/it.po create mode 100644 debian/po/ja.po create mode 100644 debian/po/nl.po create mode 100644 debian/po/pl.po create mode 100644 debian/po/pt.po create mode 100644 debian/po/ru.po create mode 100644 debian/po/sr.po create mode 100644 debian/po/sr@latin.po create mode 100644 debian/po/sv.po create mode 100644 debian/po/templates.pot create mode 100644 debian/po/tr.po create mode 100755 debian/rules create mode 100644 debian/rules.defs create mode 100644 debian/rules.gen create mode 100644 debian/rules.real create mode 100644 debian/stamps/build-arch-base create mode 100644 debian/templates/bug-presubj.image.latest.in create mode 100644 debian/templates/control.doc.latest.in create mode 100644 debian/templates/control.extra.in create mode 100644 debian/templates/control.headers.latest.in create mode 100644 debian/templates/control.image.latest.type-standalone.in create mode 100644 debian/templates/control.source.in create mode 100644 debian/templates/control.source.latest.in create mode 100644 debian/templates/control.tools.latest.in create mode 100644 debian/templates/control.xen-linux-system.latest.in diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py new file mode 100755 index 0000000..2128b3f --- /dev/null +++ b/debian/bin/gencontrol.py @@ -0,0 +1,170 @@ +#!/usr/bin/python + +import sys +sys.path.append(sys.argv[1] + "/lib/python") + +from debian_linux.config import ConfigCoreDump +from debian_linux.debian import Changelog, PackageDescription, VersionLinux +from debian_linux.gencontrol import Gencontrol as Base +from debian_linux.utils import Templates + +import os.path, re, codecs + +class Gencontrol(Base): + def __init__(self, config): + super(Gencontrol, self).__init__(ConfigCoreDump(fp = file(config)), Templates(["debian/templates"])) + + config_entry = self.config['version',] + self.version = VersionLinux(config_entry['source']) + self.abiname = config_entry['abiname'] + self.vars = { + 'upstreamversion': self.version.linux_upstream, + 'version': self.version.linux_version, + 'source_upstream': self.version.upstream, + 'abiname': self.abiname, + } + + changelog_version = Changelog()[0].version + self.package_version = u'%s+%s' % (self.version.linux_version, changelog_version.complete) + + def do_main_setup(self, vars, makeflags, extra): + makeflags['GENCONTROL_ARGS'] = '-v%s' % self.package_version + + def do_main_packages(self, packages, vars, makeflags, extra): + packages['source']['Build-Depends'].extend( + [u'linux-support-%s' % self.abiname] + ) + + 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_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: + try: + vars['abiname'] = u'-%s' % self.config['abi', arch]['abiname'] + except KeyError: + vars['abiname'] = self.abiname + makeflags['ABINAME'] = vars['abiname'] + + config_base = self.config.merge('base', arch, featureset, flavour) + config_description = self.config.merge('description', arch, featureset, flavour) + config_image = self.config.merge('image', arch, featureset, flavour) + + vars['flavour'] = vars['localversion'][1:] + vars['class'] = config_description['hardware'] + vars['longclass'] = config_description.get('hardware-long') or vars['class'] + + templates = [] + + 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"]) + + image_fields = {'Description': PackageDescription()} + + desc_parts = self.config.get_merge('description', arch, featureset, flavour, 'parts') + if desc_parts: + # XXX: Workaround, we need to support multiple entries of the same name + parts = list(set(desc_parts)) + parts.sort() + desc = image_fields['Description'] + for part in parts: + desc.append(config_description['part-long-' + part]) + desc.append_short(config_description.get('part-short-' + part, '')) + + if u'xen' in desc_parts: + templates.extend(self.templates["control.xen-linux-system.latest"]) + + packages_dummy = [] + + packages_dummy.append(self.process_real_image(templates[0], image_fields, vars)) + packages_dummy.extend(self.process_packages(templates[1:], vars)) + + for package in packages_dummy: + name = package['Package'] + if packages.has_key(name): + package = packages.get(name) + package['Architecture'].add(unicode(arch)) + else: + package['Architecture'] = unicode(arch) + packages.append(package) + + makeflags['GENCONTROL_ARGS'] = '-v%s' % self.package_version + + cmds_binary_arch = [] + for i in packages_dummy: + cmds_binary_arch += self.get_link_commands(i, ['NEWS']) + cmds_binary_arch += ["$(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='%s' %s" % (u' '.join([u"-p%s" % i['Package'] for i in packages_dummy]), makeflags)] + makefile.add('binary-arch_%s_%s_%s_real' % (arch, featureset, flavour), cmds = cmds_binary_arch) + + for i in packages_dummy: + if i['Package'].startswith(u'linux-image-'): + bug_presubj = self.substitute( + self.templates["bug-presubj.image.latest"], vars) + codecs.open("debian/%s.bug-presubj" % i['Package'], 'w', 'utf-8').write(bug_presubj) + + def do_extra(self, packages, makefile): + templates_extra = self.templates["control.extra"] + + packages.extend(self.process_packages(templates_extra, {})) + extra_arches = {} + for package in templates_extra: + arches = package['Architecture'] + for arch in arches: + i = extra_arches.get(arch, []) + i.append(package) + extra_arches[arch] = i + archs = extra_arches.keys() + archs.sort() + for arch in archs: + cmds = [] + for i in extra_arches[arch]: + if i.has_key(u'X-Version-Overwrite-Epoch'): + version = u'-v1:%s' % self.package_version + else: + version = u'-v%s' % self.package_version + cmds += self.get_link_commands(i, ['config', 'postinst', 'templates']) + cmds.append("$(MAKE) -f debian/rules.real install-dummy ARCH='%s' DH_OPTIONS='-p%s' GENCONTROL_ARGS='%s'" % (arch, i['Package'], version)) + makefile.add('binary-arch_%s' % arch, [u'binary-arch_%s_extra' % arch]) + makefile.add("binary-arch_%s_extra" % arch, cmds = cmds) + + def process_real_image(self, entry, fields, vars): + entry = self.process_package(entry, vars) + for key, value in fields.iteritems(): + if key in entry: + real = entry[key] + real.extend(value) + elif value: + entry[key] = value + return entry + + @staticmethod + def get_link_commands(package, names): + cmds = [] + for name in names: + match = re.match(ur'^(linux-\w+)(-2.6)?(-.*)$', package['Package']) + if not match: + continue + if match.group(2): + source = 'debian/%s%s.%s' % (match.group(1), match.group(3), + name) + else: + source = None + if not (source and os.path.isfile(source)): + source = 'debian/%s.%s' % (match.group(1), name) + dest = 'debian/%s.%s' % (package['Package'], name) + if (os.path.isfile(source) and + (not os.path.isfile(dest) or os.path.islink(dest))): + cmds.append('ln -sf %s %s' % + (os.path.relpath(source, 'debian'), dest)) + return cmds + +if __name__ == '__main__': + Gencontrol(sys.argv[1] + "/config.defines.dump")() diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..21adef5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,358 @@ +linux-latest (46) unstable; urgency=low + + * Set Priority: extra, as currently overridden in the archive + (Closes: #689846) + * Add Czech debconf template translation (Michal Šimůnek) (Closes: #685501) + * Update to 3.2.0-4 (Closes: #688222, #689864) + + -- Ben Hutchings Sun, 07 Oct 2012 19:51:50 +0100 + +linux-latest (45) unstable; urgency=low + + * Update to 3.2.0-3 + + -- Ben Hutchings Tue, 26 Jun 2012 16:36:37 +0100 + +linux-latest (44) unstable; urgency=high + + [ Ben Hutchings ] + * Update debconf template translations: + - Add Polish (Michał Kułach) (Closes: #659571) + - Add Turkish (Mert Dirik) (Closes: #660119) + * Update standards-version to 3.9.3: + - Do not move packages to the 'metapackages' section, as that will + cause APT not to auto-remove their dependencies + * Move transitional packages to the section 'oldlibs', so that APT + will treat the replacement packages as manually installed + * Update to 3.2.0-2 + * Stop generating linux-{headers,image}-2.6- transitional + packages for flavours added since Linux 3.0 + + -- Ben Hutchings Mon, 05 Mar 2012 00:01:57 +0000 + +linux-latest (43) unstable; urgency=low + + * Add Vcs-{Svn,Browser} fields + * Add debconf template translations: + - Danish (Joe Hansen) (Closes: #656642) + - Spanish (Slime Siabef) (Closes: #654681) + - Italian (Stefano Canepa) (Closes: #657386) + * [s390] Update the check for flavours without modules, removing the + useless linux-headers{,-2.6}-s390x-tape packages + + -- Ben Hutchings Tue, 31 Jan 2012 03:10:26 +0000 + +linux-latest (42) unstable; urgency=low + + * Rename source package to linux-latest + * Add debconf template translations: + - Portugese (Miguel Figueiredo) (Closes: #651123) + - Serbian latin (Zlatan Todoric) (Closes: #635895) + - Russian (Yuri Kozlov) (Closes: #652431) + - Japanese (Nobuhiro Iwamatsu) (Closes: #655687) + * Update to 3.2.0-1 + + -- Ben Hutchings Thu, 19 Jan 2012 04:02:32 +0000 + +linux-latest-2.6 (41) unstable; urgency=low + + * Remove dependency on module makefiles in linux-support package + * Update to 3.1.0-1 + + -- Ben Hutchings Mon, 14 Nov 2011 07:10:35 +0000 + +linux-latest-2.6 (40) unstable; urgency=low + + * Add debconf template translations: + - Serbian cyrillic (Zlatan Todoric) (Closes: #635893) + - German (Holger Wansing) (Closes: #637764) + - French (Debian French l10n team) (Closes: #636624) + - Swedish (Martin Bagge) (Closes: #640058) + - Dutch (Jeroen Schot) (Closes: #640115) + - Catalan (Innocent De Marchi) (Closes: #642109) + * Update to 3.0.0-2 + + -- Ben Hutchings Thu, 06 Oct 2011 04:36:45 +0100 + +linux-latest-2.6 (39) unstable; urgency=low + + * Update to 3.0.0-1 + + -- Ben Hutchings Sun, 24 Jul 2011 16:06:56 +0200 + +linux-latest-2.6 (38) experimental; urgency=low + + * Correct xen-linux-system transitional package names + + -- Ben Hutchings Wed, 29 Jun 2011 03:52:35 +0100 + +linux-latest-2.6 (37) experimental; urgency=low + + * Update to 3.0.0-rc5 + * Restore xen-linux-system- packages + * Remove common description text from linux-image-2.6- packages + + -- Ben Hutchings Wed, 29 Jun 2011 03:24:50 +0100 + +linux-latest-2.6 (36) experimental; urgency=low + + * Update to 3.0.0-rc1 + - Add linux-doc, linux-headers-, linux-source and linux-tools + packages + - Change *-2.6-* to transitional packages + + -- Ben Hutchings Thu, 02 Jun 2011 04:37:28 +0100 + +linux-latest-2.6 (35.1) unstable; urgency=low + + [ Bastian Blank ] + * Update to 2.6.39-2. + + -- Ben Hutchings Wed, 08 Jun 2011 23:57:09 +0100 + +linux-latest-2.6 (35) unstable; urgency=low + + * Update to 2.6.39-1 + - Change linux-image{,-2.6}-686{,-bigmem} to transitional packages + + -- Ben Hutchings Sat, 21 May 2011 03:52:15 +0100 + +linux-latest-2.6 (34) unstable; urgency=low + + * [hppa] Update to 2.6.38-2a + + -- Ben Hutchings Sun, 08 May 2011 05:07:22 +0100 + +linux-latest-2.6 (33) unstable; urgency=low + + * Update to 2.6.38-2 + + -- Ben Hutchings Tue, 29 Mar 2011 13:15:43 +0100 + +linux-latest-2.6 (32) unstable; urgency=low + + * Update to 2.6.38-1 + + -- Ben Hutchings Wed, 16 Mar 2011 13:29:41 +0000 + +linux-latest-2.6 (31) unstable; urgency=low + + * Update to 2.6.37-2 + + -- Ben Hutchings Mon, 28 Feb 2011 01:45:21 +0000 + +linux-latest-2.6 (30) unstable; urgency=low + + * Update to 2.6.37-1 + + -- Ben Hutchings Tue, 15 Feb 2011 14:58:49 +0000 + +linux-latest-2.6 (29) unstable; urgency=low + + * Add xen-linux-system-2.6-* meta-packages (Closes: #402414) + * Add bug presubj message for image meta packages directing users to the + real image packages (Closes: #549591) + * Fix repetition in description of linux-image-2.6-xen-amd64 + (Closes: #598648) + * [x86] Correct lists of suitable processors + + -- Ben Hutchings Wed, 12 Jan 2011 01:57:08 +0000 + +linux-latest-2.6 (28) unstable; urgency=low + + * Move NEWS from linux-2.6, since apt-listchanges only shows it for + upgraded packages + * Add linux-tools-2.6 meta package + * Change versions for linux-doc-2.6 and linux-source-2.6 to match those + of the other meta packages + + -- Ben Hutchings Tue, 06 Jul 2010 14:39:54 +0100 + +linux-latest-2.6 (27) unstable; urgency=low + + * Really build linux-doc-2.6 and linux-source-2.6 meta packages + + -- Ben Hutchings Tue, 04 May 2010 02:23:44 +0100 + +linux-latest-2.6 (26) unstable; urgency=low + + [ Joachim Breitner ] + * Create linux-doc-2.6 and linux-source-2.6 meta packages (Closes: 347284) + + [ Ben Hutchings ] + * Update to 2.6.32-5. + * Update standards-version to 3.8.4; no changes required. + * Explicitly describe all packages as meta-packages. + + -- Ben Hutchings Tue, 04 May 2010 02:10:04 +0100 + +linux-latest-2.6 (25) unstable; urgency=high + + * Update package description templates in line with linux-2.6. + * Update to 2.6.32-3. + * Set urgency to 'high' since this must transition with linux-2.6. + + -- Ben Hutchings Wed, 10 Mar 2010 00:43:47 +0000 + +linux-latest-2.6 (24) unstable; urgency=low + + * Update to 2.6.32-2. + + -- Ben Hutchings Tue, 16 Feb 2010 21:43:50 +0000 + +linux-latest-2.6 (23) unstable; urgency=low + + * Update to 2.6.32-trunk. + + -- Ben Hutchings Thu, 17 Dec 2009 03:31:19 +0000 + +linux-latest-2.6 (22) unstable; urgency=low + + * Update to 2.6.31-1. + + -- Ben Hutchings Sun, 25 Oct 2009 18:33:06 +0000 + +linux-latest-2.6 (21) unstable; urgency=low + + [ Bastian Blank ] + * Update to 2.6.30-2. + + [ Ben Hutchings ] + * Add myself to uploaders. + + -- Ben Hutchings Sat, 03 Oct 2009 17:43:55 +0100 + +linux-latest-2.6 (20) unstable; urgency=low + + * Move into kernel section. + * Update to 2.6.30-1. + + -- Bastian Blank Mon, 29 Jun 2009 19:13:54 +0200 + +linux-latest-2.6 (19) unstable; urgency=low + + * Update to 2.6.29-2. + * Use debhelper compat level 7. + * Update copyright file. + + -- Bastian Blank Sun, 10 May 2009 14:10:07 +0200 + +linux-latest-2.6 (18) unstable; urgency=low + + * Update to 2.6.29-1. + * Use dh_prep. + * Remove lenny transition packages. + + -- Bastian Blank Sun, 26 Apr 2009 15:47:42 +0200 + +linux-latest-2.6 (17) unstable; urgency=low + + * Use correct part of the config for image type. + * Add description parts to all image packages. + + -- Bastian Blank Wed, 10 Dec 2008 13:25:41 +0100 + +linux-latest-2.6 (16) unstable; urgency=low + + * Rebuild to pick up new images + + -- Bastian Blank Sun, 31 Aug 2008 18:42:36 +0200 + +linux-latest-2.6 (15) unstable; urgency=low + + * Update to 2.6.26-1. + * Make linux-image-* complete meta packages. + + -- Bastian Blank Mon, 04 Aug 2008 14:58:33 +0200 + +linux-latest-2.6 (14) unstable; urgency=low + + * Update to 2.6.25-2. + + -- Bastian Blank Tue, 20 May 2008 13:28:45 +0200 + +linux-latest-2.6 (13) unstable; urgency=low + + * Add transitional packages for k7. + + -- Bastian Blank Mon, 04 Feb 2008 10:22:13 +0100 + +linux-latest-2.6 (12) unstable; urgency=low + + * Update to 2.6.24-1. + + -- Bastian Blank Thu, 31 Jan 2008 20:29:28 +0100 + +linux-latest-2.6 (11) unstable; urgency=low + + * Update to 2.6.22-3. + + -- Bastian Blank Tue, 30 Oct 2007 15:50:30 +0100 + +linux-latest-2.6 (10) unstable; urgency=low + + * Update to 2.6.22-2. + + -- Bastian Blank Thu, 06 Sep 2007 15:38:40 +0200 + +linux-latest-2.6 (9) unstable; urgency=low + + * Update to 2.6.22-1. + + -- Bastian Blank Mon, 23 Jul 2007 14:13:49 +0200 + +linux-latest-2.6 (8) unstable; urgency=low + + * Update to 2.6.21-2. + * Add modules meta packages. + * Provide linux-latest-modules-*. (closes: #428783) + + -- Bastian Blank Mon, 02 Jul 2007 14:22:21 +0200 + +linux-latest-2.6 (7) unstable; urgency=low + + * Update to 2.6.21-1. + * Remove etch transition packages. + + -- Bastian Blank Tue, 29 May 2007 14:26:20 +0200 + +linux-latest-2.6 (6) unstable; urgency=low + + * Update to 2.6.18-4. + * i386: Add amd64 transition packages. + + -- Bastian Blank Fri, 2 Feb 2007 17:45:58 +0100 + +linux-latest-2.6 (5) unstable; urgency=low + + * Update to 2.6.18-3. + + -- Bastian Blank Thu, 30 Nov 2006 10:28:53 +0100 + +linux-latest-2.6 (4) unstable; urgency=low + + * Update to 2.6.18-2. + + -- maximilian attems Tue, 7 Nov 2006 16:38:14 +0100 + +linux-latest-2.6 (3) unstable; urgency=low + + * Update linux-latest to 2.6.18. + + -- Frederik Schüler Mon, 2 Oct 2006 13:16:57 +0200 + +linux-latest-2.6 (2) unstable; urgency=high + + [ Bastian Blank ] + * Don't generate headers packages for module-less kernels. + + [ Frederik Schüler ] + * [amd64] Add kernel-image-2.6-* transition packages. Closes: #377228 + + -- Frederik Schüler Mon, 18 Sep 2006 16:32:51 +0200 + +linux-latest-2.6 (1) unstable; urgency=low + + * Initial release. + + -- Bastian Blank Mon, 14 Aug 2006 20:32:24 +0200 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..a288799 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +debian/linux-image-*.NEWS diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6501855 --- /dev/null +++ b/debian/control @@ -0,0 +1,1478 @@ +Source: linux-latest +Section: kernel +Priority: extra +Maintainer: Debian Kernel Team +Uploaders: Bastian Blank , Frederik Schüler , Ben Hutchings +Standards-Version: 3.9.3 +Build-Depends: debhelper (>> 7), linux-support-3.2.0-4 +Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/sid/linux-latest/ +Vcs-Browser: http://anonscm.debian.org/viewvc/kernel/dists/sid/linux-latest/ + +Package: linux-source +Architecture: all +Depends: linux-source-3.2, ${misc:Depends} +Description: Linux kernel source (meta-package) + This package depends on packages containing the sources of the latest + Linux kernel. + +Package: linux-doc +Architecture: all +Depends: linux-doc-3.2, ${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-tools +Architecture: all +Depends: linux-tools-3.2, ${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-3.2.0-4-alpha-generic +Depends: linux-image-3.2.0-4-alpha-generic, ${misc:Depends} +Description: Linux for Alpha (meta-package) + This package depends on the latest Linux kernel and modules for use on DEC + Alpha systems with extended kernel start address (Wildfire, Titan, + Marvel). + +Package: linux-headers-alpha-generic +Architecture: alpha +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-smp +Architecture: alpha +Provides: linux-latest-modules-3.2.0-4-alpha-smp +Depends: linux-image-3.2.0-4-alpha-smp, ${misc:Depends} +Description: Linux for Alpha SMP (meta-package) + This package depends on the latest Linux kernel and modules for use on DEC + Alpha SMP systems with extended kernel start address (Wildfire, Titan, + Marvel). + +Package: linux-headers-alpha-smp +Architecture: alpha +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-legacy +Architecture: alpha +Provides: linux-latest-modules-3.2.0-4-alpha-legacy +Depends: linux-image-3.2.0-4-alpha-legacy, ${misc:Depends} +Description: Linux for Alpha Legacy (meta-package) + This package depends on the latest Linux kernel and modules for use on DEC + Alpha systems with legacy kernel start address. + +Package: linux-headers-alpha-legacy +Architecture: alpha +Provides: linux-headers +Depends: linux-headers-3.2.0-4-alpha-legacy, ${misc:Depends} +Description: Header files for Linux alpha-legacy configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel alpha-legacy configuration. + +Package: linux-image-amd64 +Architecture: amd64 i386 +Provides: linux-latest-modules-3.2.0-4-amd64 +Depends: linux-image-3.2.0-4-amd64, ${misc:Depends} +Description: Linux for 64-bit PCs (meta-package) + This package depends on the latest Linux kernel and modules for use on PCs + with AMD64 or Intel 64 processors. + . + This kernel also runs on a Xen hypervisor. It supports both privileged + (dom0) and unprivileged (domU) operation. + +Package: linux-headers-amd64 +Architecture: amd64 i386 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-amd64, ${misc:Depends} +Description: Header files for Linux amd64 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel amd64 configuration. + +Package: xen-linux-system-amd64 +Architecture: amd64 i386 +Provides: xen-linux-system +Depends: xen-linux-system-3.2.0-4-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. + +Package: linux-image-rt-amd64 +Architecture: amd64 +Provides: linux-latest-modules-3.2.0-4-rt-amd64 +Depends: linux-image-3.2.0-4-rt-amd64, ${misc:Depends} +Description: Linux for 64-bit PCs (meta-package), PREEMPT_RT + This package depends on the latest Linux kernel and modules for use on PCs + with AMD64 or Intel 64 processors. + . + This kernel includes the PREEMPT_RT realtime patch set. + +Package: linux-headers-rt-amd64 +Architecture: amd64 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-rt-amd64, ${misc:Depends} +Description: Header files for Linux rt-amd64 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel rt-amd64 configuration. + +Package: linux-image-iop32x +Architecture: armel +Provides: linux-latest-modules-3.2.0-4-iop32x +Depends: linux-image-3.2.0-4-iop32x, ${misc:Depends} +Description: Linux for IOP32x (meta-package) + This package depends on the latest Linux kernel and modules for use on + IOP32x based systems (Thecus N2100, etc). + +Package: linux-headers-iop32x +Architecture: armel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-iop32x, ${misc:Depends} +Description: Header files for Linux iop32x configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel iop32x configuration. + +Package: linux-image-ixp4xx +Architecture: armel +Provides: linux-latest-modules-3.2.0-4-ixp4xx +Depends: linux-image-3.2.0-4-ixp4xx, ${misc:Depends} +Description: Linux for IXP4xx (meta-package) + This package depends on the latest Linux kernel and modules for use on + IXP4xx based systems (Linksys NSLU2, etc). + +Package: linux-headers-ixp4xx +Architecture: armel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-ixp4xx, ${misc:Depends} +Description: Header files for Linux ixp4xx configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel ixp4xx configuration. + +Package: linux-image-kirkwood +Architecture: armel +Provides: linux-latest-modules-3.2.0-4-kirkwood +Depends: linux-image-3.2.0-4-kirkwood, ${misc:Depends} +Description: Linux for Marvell Kirkwood (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). + +Package: linux-headers-kirkwood +Architecture: armel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-kirkwood, ${misc:Depends} +Description: Header files for Linux kirkwood configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel kirkwood configuration. + +Package: linux-image-mv78xx0 +Architecture: armel +Provides: linux-latest-modules-3.2.0-4-mv78xx0 +Depends: linux-image-3.2.0-4-mv78xx0, ${misc:Depends} +Description: Linux for Marvell 78xx0 (meta-package) + This package depends on the latest Linux kernel and modules for use on + Marvell DB-78xx0-BP Development Board. + +Package: linux-headers-mv78xx0 +Architecture: armel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-mv78xx0, ${misc:Depends} +Description: Header files for Linux mv78xx0 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mv78xx0 configuration. + +Package: linux-image-orion5x +Architecture: armel +Provides: linux-latest-modules-3.2.0-4-orion5x +Depends: linux-image-3.2.0-4-orion5x, ${misc:Depends} +Description: Linux for Marvell Orion (meta-package) + This package depends on the latest Linux kernel and modules for use on + Marvell Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc). + +Package: linux-headers-orion5x +Architecture: armel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-orion5x, ${misc:Depends} +Description: Header files for Linux orion5x configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel orion5x configuration. + +Package: linux-image-versatile +Architecture: armel +Provides: linux-latest-modules-3.2.0-4-versatile +Depends: linux-image-3.2.0-4-versatile, ${misc:Depends} +Description: Linux for Versatile (meta-package) + This package depends on the latest Linux kernel and modules for use on + Versatile systems (PB, AB, Qemu). + +Package: linux-headers-versatile +Architecture: armel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-versatile, ${misc:Depends} +Description: Header files for Linux versatile configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel versatile configuration. + +Package: linux-image-mx5 +Architecture: armhf +Provides: linux-latest-modules-3.2.0-4-mx5 +Depends: linux-image-3.2.0-4-mx5, ${misc:Depends} +Description: Linux for Freescale i.MX51 (meta-package) + This package depends on the latest Linux kernel and modules for use on + Support for Freescale i.MX51 family of processors. + +Package: linux-headers-mx5 +Architecture: armhf +Provides: linux-headers +Depends: linux-headers-3.2.0-4-mx5, ${misc:Depends} +Description: Header files for Linux mx5 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mx5 configuration. + +Package: linux-image-omap +Architecture: armhf +Provides: linux-latest-modules-3.2.0-4-omap +Depends: linux-image-3.2.0-4-omap, ${misc:Depends} +Description: Linux for TI OMAP3+ (meta-package) + This package depends on the latest Linux kernel and modules for use on + Texas Instruments OMAP3 or OMAP4 based systems. + +Package: linux-headers-omap +Architecture: armhf +Provides: linux-headers +Depends: linux-headers-3.2.0-4-omap, ${misc:Depends} +Description: Header files for Linux omap configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel omap configuration. + +Package: linux-image-vexpress +Architecture: armhf +Provides: linux-latest-modules-3.2.0-4-vexpress +Depends: linux-image-3.2.0-4-vexpress, ${misc:Depends} +Description: Linux for ARM Ltd. Versatile Express (meta-package) + This package depends on the latest Linux kernel and modules for use on ARM + Ltd. Versatile Express family of processors. + +Package: linux-headers-vexpress +Architecture: armhf +Provides: linux-headers +Depends: linux-headers-3.2.0-4-vexpress, ${misc:Depends} +Description: Header files for Linux vexpress configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel vexpress configuration. + +Package: linux-image-parisc +Architecture: hppa +Provides: linux-latest-modules-3.2.0-4-parisc +Depends: linux-image-3.2.0-4-parisc, ${misc:Depends} +Description: Linux for 32-bit PA-RISC (meta-package) + This package depends on the latest Linux kernel and modules for use on + 32-bit PA-RISC. + +Package: linux-headers-parisc +Architecture: hppa +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-3.2.0-4-parisc-smp +Depends: linux-image-3.2.0-4-parisc-smp, ${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 + multiprocessor 32-bit PA-RISC. + +Package: linux-headers-parisc-smp +Architecture: hppa +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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 +Architecture: hppa +Provides: linux-latest-modules-3.2.0-4-parisc64 +Depends: linux-image-3.2.0-4-parisc64, ${misc:Depends} +Description: Linux for 64-bit PA-RISC (meta-package) + This package depends on the latest Linux kernel and modules for use on + 64-bit PA-RISC. + +Package: linux-headers-parisc64 +Architecture: hppa +Provides: linux-headers +Depends: linux-headers-3.2.0-4-parisc64, ${misc:Depends} +Description: Header files for Linux parisc64 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel parisc64 configuration. + +Package: linux-image-parisc64-smp +Architecture: hppa +Provides: linux-latest-modules-3.2.0-4-parisc64-smp +Depends: linux-image-3.2.0-4-parisc64-smp, ${misc:Depends} +Description: Linux for multiprocessor 64-bit PA-RISC (meta-package) + This package depends on the latest Linux kernel and modules for use on + multiprocessor 64-bit PA-RISC. + +Package: linux-headers-parisc64-smp +Architecture: hppa +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-486 +Architecture: i386 +Provides: linux-latest-modules-3.2.0-4-486 +Depends: linux-image-3.2.0-4-486, ${misc:Depends} +Description: Linux for older PCs (meta-package) + This package depends on the latest Linux kernel and modules for use on PCs + with a single processor not supporting PAE. + . + This kernel is not suitable for SMP (multi-processor, multi-core or + hyper-threaded) systems. + +Package: linux-headers-486 +Architecture: i386 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-486, ${misc:Depends} +Description: Header files for Linux 486 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel 486 configuration. + +Package: linux-image-686-pae +Architecture: i386 +Provides: linux-latest-modules-3.2.0-4-686-pae +Depends: linux-image-3.2.0-4-686-pae, ${misc:Depends} +Description: Linux for modern PCs (meta-package) + This package depends on the latest Linux kernel and modules for use on PCs + with one or more processors supporting PAE. + . + This kernel requires PAE (Physical Address Extension). This feature is + supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD + Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; + Transmeta Efficeon; VIA C7; and some other processors. + . + This kernel also runs on a Xen hypervisor. It supports both privileged + (dom0) and unprivileged (domU) operation. + +Package: linux-headers-686-pae +Architecture: i386 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-686-pae, ${misc:Depends} +Description: Header files for Linux 686-pae configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel 686-pae configuration. + +Package: xen-linux-system-686-pae +Architecture: i386 +Provides: xen-linux-system +Depends: xen-linux-system-3.2.0-4-686-pae, ${misc:Depends} +Description: Xen system with Linux for modern PCs (meta-package) + This package depends on the Xen hypervisor and the latest Linux kernel + 686-pae configuration. + +Package: linux-image-rt-686-pae +Architecture: i386 +Provides: linux-latest-modules-3.2.0-4-rt-686-pae +Depends: linux-image-3.2.0-4-rt-686-pae, ${misc:Depends} +Description: Linux for modern PCs (meta-package), PREEMPT_RT + This package depends on the latest Linux kernel and modules for use on PCs + with one or more processors supporting PAE. + . + This kernel requires PAE (Physical Address Extension). This feature is + supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD + Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; + Transmeta Efficeon; VIA C7; and some other processors. + . + This kernel includes the PREEMPT_RT realtime patch set. + +Package: linux-headers-rt-686-pae +Architecture: i386 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-rt-686-pae, ${misc:Depends} +Description: Header files for Linux rt-686-pae configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel rt-686-pae configuration. + +Package: linux-image-itanium +Architecture: ia64 +Provides: linux-latest-modules-3.2.0-4-itanium +Depends: linux-image-3.2.0-4-itanium, ${misc:Depends} +Description: Linux for Itanium (meta-package) + This package depends on the latest Linux kernel and modules for use on + Itanium. + +Package: linux-headers-itanium +Architecture: ia64 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-mckinley +Architecture: ia64 +Provides: linux-latest-modules-3.2.0-4-mckinley +Depends: linux-image-3.2.0-4-mckinley, ${misc:Depends} +Description: Linux for Itanium II (meta-package) + This package depends on the latest Linux kernel and modules for use on + Itanium II. + +Package: linux-headers-mckinley +Architecture: ia64 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-amiga +Architecture: m68k +Provides: linux-latest-modules-3.2.0-4-amiga +Depends: linux-image-3.2.0-4-amiga, ${misc:Depends} +Description: Linux for Amiga (meta-package) + This package depends on the latest Linux kernel and modules for use on + Amiga. + +Package: linux-headers-amiga +Architecture: m68k +Provides: linux-headers +Depends: linux-headers-3.2.0-4-amiga, ${misc:Depends} +Description: Header files for Linux amiga configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel amiga configuration. + +Package: linux-image-atari +Architecture: m68k +Provides: linux-latest-modules-3.2.0-4-atari +Depends: linux-image-3.2.0-4-atari, ${misc:Depends} +Description: Linux for Atari (meta-package) + This package depends on the latest Linux kernel and modules for use on + Atari. + +Package: linux-headers-atari +Architecture: m68k +Provides: linux-headers +Depends: linux-headers-3.2.0-4-atari, ${misc:Depends} +Description: Header files for Linux atari configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel atari configuration. + +Package: linux-image-bvme6000 +Architecture: m68k +Provides: linux-latest-modules-3.2.0-4-bvme6000 +Depends: linux-image-3.2.0-4-bvme6000, ${misc:Depends} +Description: Linux for BVM BVME4000 and BVME6000 (meta-package) + This package depends on the latest Linux kernel and modules for use on BVM + BVME4000 and BVME6000. + +Package: linux-headers-bvme6000 +Architecture: m68k +Provides: linux-headers +Depends: linux-headers-3.2.0-4-bvme6000, ${misc:Depends} +Description: Header files for Linux bvme6000 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel bvme6000 configuration. + +Package: linux-image-mac +Architecture: m68k +Provides: linux-latest-modules-3.2.0-4-mac +Depends: linux-image-3.2.0-4-mac, ${misc:Depends} +Description: Linux for Macintosh (meta-package) + This package depends on the latest Linux kernel and modules for use on + Macintosh. + +Package: linux-headers-mac +Architecture: m68k +Provides: linux-headers +Depends: linux-headers-3.2.0-4-mac, ${misc:Depends} +Description: Header files for Linux mac configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mac configuration. + +Package: linux-image-mvme147 +Architecture: m68k +Provides: linux-latest-modules-3.2.0-4-mvme147 +Depends: linux-image-3.2.0-4-mvme147, ${misc:Depends} +Description: Linux for Motorola MVME147 (meta-package) + This package depends on the latest Linux kernel and modules for use on + Motorola MVME147. + +Package: linux-headers-mvme147 +Architecture: m68k +Provides: linux-headers +Depends: linux-headers-3.2.0-4-mvme147, ${misc:Depends} +Description: Header files for Linux mvme147 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mvme147 configuration. + +Package: linux-image-mvme16x +Architecture: m68k +Provides: linux-latest-modules-3.2.0-4-mvme16x +Depends: linux-image-3.2.0-4-mvme16x, ${misc:Depends} +Description: Linux for Motorola MVME162/6/7, MVME172/7 (meta-package) + This package depends on the latest Linux kernel and modules for use on + Motorola MVME162/6/7, MVME172/7. + +Package: linux-headers-mvme16x +Architecture: m68k +Provides: linux-headers +Depends: linux-headers-3.2.0-4-mvme16x, ${misc:Depends} +Description: Header files for Linux mvme16x configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel mvme16x configuration. + +Package: linux-image-r4k-ip22 +Architecture: mips +Provides: linux-latest-modules-3.2.0-4-r4k-ip22 +Depends: linux-image-3.2.0-4-r4k-ip22, ${misc:Depends} +Description: Linux for SGI IP22 (meta-package) + This package depends on the latest Linux kernel and modules for use on SGI + IP22 systems (Indy, Indigo2). + +Package: linux-headers-r4k-ip22 +Architecture: mips +Provides: linux-headers +Depends: linux-headers-3.2.0-4-r4k-ip22, ${misc:Depends} +Description: Header files for Linux r4k-ip22 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel r4k-ip22 configuration. + +Package: linux-image-r5k-ip32 +Architecture: mips +Provides: linux-latest-modules-3.2.0-4-r5k-ip32 +Depends: linux-image-3.2.0-4-r5k-ip32, ${misc:Depends} +Description: Linux for SGI IP32 (meta-package) + This package depends on the latest Linux kernel and modules for use on SGI + IP32 systems (O2). + +Package: linux-headers-r5k-ip32 +Architecture: mips +Provides: linux-headers +Depends: linux-headers-3.2.0-4-r5k-ip32, ${misc:Depends} +Description: Header files for Linux r5k-ip32 configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel r5k-ip32 configuration. + +Package: linux-image-sb1-bcm91250a +Architecture: mips mipsel +Provides: linux-latest-modules-3.2.0-4-sb1-bcm91250a +Depends: linux-image-3.2.0-4-sb1-bcm91250a, ${misc:Depends} +Description: Linux for BCM91250A (meta-package) + This package depends on the latest Linux kernel and modules for use on + Broadcom BCM91250A systems (aka SWARM). + +Package: linux-headers-sb1-bcm91250a +Architecture: mips mipsel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-sb1-bcm91250a, ${misc:Depends} +Description: Header files for Linux sb1-bcm91250a configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel sb1-bcm91250a configuration. + +Package: linux-image-sb1a-bcm91480b +Architecture: mips mipsel +Provides: linux-latest-modules-3.2.0-4-sb1a-bcm91480b +Depends: linux-image-3.2.0-4-sb1a-bcm91480b, ${misc:Depends} +Description: Linux for BCM91480B (meta-package) + This package depends on the latest Linux kernel and modules for use on + Broadcom BCM91480B systems (aka BigSur). + +Package: linux-headers-sb1a-bcm91480b +Architecture: mips mipsel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-sb1a-bcm91480b, ${misc:Depends} +Description: Header files for Linux sb1a-bcm91480b configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel sb1a-bcm91480b configuration. + +Package: linux-image-4kc-malta +Architecture: mips mipsel +Provides: linux-latest-modules-3.2.0-4-4kc-malta +Depends: linux-image-3.2.0-4-4kc-malta, ${misc:Depends} +Description: Linux for MIPS Malta (meta-package) + This package depends on the latest Linux kernel and modules for use on + MIPS Malta boards. + +Package: linux-headers-4kc-malta +Architecture: mips mipsel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-5kc-malta +Architecture: mips mipsel +Provides: linux-latest-modules-3.2.0-4-5kc-malta +Depends: linux-image-3.2.0-4-5kc-malta, ${misc:Depends} +Description: Linux for MIPS Malta (64-bit) (meta-package) + This package depends on the latest Linux kernel and modules for use on + MIPS Malta boards (64-bit). + +Package: linux-headers-5kc-malta +Architecture: mips mipsel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-octeon +Architecture: mips +Provides: linux-latest-modules-3.2.0-4-octeon +Depends: linux-image-3.2.0-4-octeon, ${misc:Depends} +Description: Linux for Octeon (meta-package) + This package depends on the latest Linux kernel and modules for use on + Cavium Networks Octeon. + +Package: linux-headers-octeon +Architecture: mips +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-r5k-cobalt +Architecture: mipsel +Provides: linux-latest-modules-3.2.0-4-r5k-cobalt +Depends: linux-image-3.2.0-4-r5k-cobalt, ${misc:Depends} +Description: Linux for Cobalt (meta-package) + This package depends on the latest Linux kernel and modules for use on + Cobalt systems (Qube, RaQ, Qube2, RaQ2). + +Package: linux-headers-r5k-cobalt +Architecture: mipsel +Provides: linux-headers +Depends: linux-headers-3.2.0-4-r5k-cobalt, ${misc:Depends} +Description: Header files for Linux r5k-cobalt configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel r5k-cobalt configuration. + +Package: linux-image-loongson-2f +Architecture: mipsel +Provides: linux-latest-modules-3.2.0-4-loongson-2f +Depends: linux-image-3.2.0-4-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 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-powerpc +Architecture: powerpc +Provides: linux-latest-modules-3.2.0-4-powerpc +Depends: linux-image-3.2.0-4-powerpc, ${misc:Depends} +Description: Linux for uniprocessor 32-bit PowerPC (meta-package) + This package depends on the latest Linux kernel and modules for use on + uniprocessor 32-bit PowerPC. + +Package: linux-headers-powerpc +Architecture: powerpc +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-smp +Architecture: powerpc +Provides: linux-latest-modules-3.2.0-4-powerpc-smp +Depends: linux-image-3.2.0-4-powerpc-smp, ${misc:Depends} +Description: Linux for multiprocessor 32-bit PowerPC (meta-package) + This package depends on the latest Linux kernel and modules for use on + multiprocessor 32-bit PowerPC. + +Package: linux-headers-powerpc-smp +Architecture: powerpc +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-powerpc64 +Architecture: powerpc ppc64 +Provides: linux-latest-modules-3.2.0-4-powerpc64 +Depends: linux-image-3.2.0-4-powerpc64, ${misc:Depends} +Description: Linux for 64-bit PowerPC (meta-package) + This package depends on the latest Linux kernel and modules for use on + 64-bit PowerPC. + +Package: linux-headers-powerpc64 +Architecture: powerpc ppc64 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-s390x +Architecture: s390 s390x +Provides: linux-latest-modules-3.2.0-4-s390x +Depends: linux-image-3.2.0-4-s390x, ${misc:Depends} +Description: Linux for IBM zSeries (meta-package) + This package depends on the latest Linux kernel and modules for use on IBM + zSeries. + . + This kernel has support to IPL (boot) from a VM reader or DASD device. + +Package: linux-headers-s390x +Architecture: s390 s390x +Provides: linux-headers +Depends: linux-headers-3.2.0-4-s390x, ${misc:Depends} +Description: Header files for Linux s390x configuration (meta-package) + This package depends on the architecture-specific header files for the + latest Linux kernel s390x configuration. + +Package: linux-image-s390x-tape +Architecture: s390 s390x +Provides: linux-latest-modules-3.2.0-4-s390x-tape +Depends: linux-image-3.2.0-4-s390x-tape, ${misc:Depends} +Description: Linux for IBM zSeries (meta-package), IPL from tape + This package depends on the latest Linux kernel and modules for use on IBM + zSeries. + . + This kernel has support to IPL (boot) from a tape. + +Package: linux-image-sh7751r +Architecture: sh4 +Provides: linux-latest-modules-3.2.0-4-sh7751r +Depends: linux-image-3.2.0-4-sh7751r, ${misc:Depends} +Description: Linux for sh7751r (meta-package) + This package depends on the latest Linux kernel and modules for use on + Renesas SH7751R R2D plus board. + +Package: linux-headers-sh7751r +Architecture: sh4 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-sh7785lcr +Architecture: sh4 +Provides: linux-latest-modules-3.2.0-4-sh7785lcr +Depends: linux-image-3.2.0-4-sh7785lcr, ${misc:Depends} +Description: Linux for sh7785lcr (meta-package) + This package depends on the latest Linux kernel and modules for use on + Renesas SH7785 reference board. + +Package: linux-headers-sh7785lcr +Architecture: sh4 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-sparc64 +Architecture: sparc sparc64 +Provides: linux-latest-modules-3.2.0-4-sparc64 +Depends: linux-image-3.2.0-4-sparc64, ${misc:Depends} +Description: Linux for uniprocessor 64-bit UltraSPARC (meta-package) + This package depends on the latest Linux kernel and modules for use on + uniprocessor 64-bit UltraSPARC. + +Package: linux-headers-sparc64 +Architecture: sparc sparc64 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-smp +Architecture: sparc sparc64 +Provides: linux-latest-modules-3.2.0-4-sparc64-smp +Depends: linux-image-3.2.0-4-sparc64-smp, ${misc:Depends} +Description: Linux for multiprocessor 64-bit UltraSPARC (meta-package) + This package depends on the latest Linux kernel and modules for use on + multiprocessor 64-bit UltraSPARC. + +Package: linux-headers-sparc64-smp +Architecture: sparc sparc64 +Provides: linux-headers +Depends: linux-headers-3.2.0-4-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-doc-2.6 +Architecture: all +Section: oldlibs +Depends: linux-doc, ${misc:Depends} +Description: Linux kernel specific documentation (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-486 +Architecture: i386 +Section: oldlibs +Depends: linux-headers-486, ${misc:Depends} +Description: Header files for Linux 486 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-4kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-4kc-malta, ${misc:Depends} +Description: Header files for Linux 4kc-malta configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-5kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-5kc-malta, ${misc:Depends} +Description: Header files for Linux 5kc-malta configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-686-pae +Architecture: i386 +Section: oldlibs +Depends: linux-headers-686-pae, ${misc:Depends} +Description: Header files for Linux 686-pae configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-alpha-generic +Architecture: alpha +Section: oldlibs +Depends: linux-headers-alpha-generic, ${misc:Depends} +Description: Header files for Linux alpha-generic configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-alpha-legacy +Architecture: alpha +Section: oldlibs +Depends: linux-headers-alpha-legacy, ${misc:Depends} +Description: Header files for Linux alpha-legacy configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-alpha-smp +Architecture: alpha +Section: oldlibs +Depends: linux-headers-alpha-smp, ${misc:Depends} +Description: Header files for Linux alpha-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-amd64 +Architecture: amd64 i386 +Section: oldlibs +Depends: linux-headers-amd64, ${misc:Depends} +Description: Header files for Linux amd64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-amiga +Architecture: m68k +Section: oldlibs +Depends: linux-headers-amiga, ${misc:Depends} +Description: Header files for Linux amiga configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-atari +Architecture: m68k +Section: oldlibs +Depends: linux-headers-atari, ${misc:Depends} +Description: Header files for Linux atari configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-bvme6000 +Architecture: m68k +Section: oldlibs +Depends: linux-headers-bvme6000, ${misc:Depends} +Description: Header files for Linux bvme6000 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-iop32x +Architecture: armel +Section: oldlibs +Depends: linux-headers-iop32x, ${misc:Depends} +Description: Header files for Linux iop32x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-itanium +Architecture: ia64 +Section: oldlibs +Depends: linux-headers-itanium, ${misc:Depends} +Description: Header files for Linux itanium configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-ixp4xx +Architecture: armel +Section: oldlibs +Depends: linux-headers-ixp4xx, ${misc:Depends} +Description: Header files for Linux ixp4xx configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-kirkwood +Architecture: armel +Section: oldlibs +Depends: linux-headers-kirkwood, ${misc:Depends} +Description: Header files for Linux kirkwood configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-loongson-2f +Architecture: mipsel +Section: oldlibs +Depends: linux-headers-loongson-2f, ${misc:Depends} +Description: Header files for Linux loongson-2f configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mac +Architecture: m68k +Section: oldlibs +Depends: linux-headers-mac, ${misc:Depends} +Description: Header files for Linux mac configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mckinley +Architecture: ia64 +Section: oldlibs +Depends: linux-headers-mckinley, ${misc:Depends} +Description: Header files for Linux mckinley configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mvme147 +Architecture: m68k +Section: oldlibs +Depends: linux-headers-mvme147, ${misc:Depends} +Description: Header files for Linux mvme147 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mvme16x +Architecture: m68k +Section: oldlibs +Depends: linux-headers-mvme16x, ${misc:Depends} +Description: Header files for Linux mvme16x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mx5 +Architecture: armhf +Section: oldlibs +Depends: linux-headers-mx5, ${misc:Depends} +Description: Header files for Linux mx5 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-octeon +Architecture: mips +Section: oldlibs +Depends: linux-headers-octeon, ${misc:Depends} +Description: Header files for Linux octeon configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-omap +Architecture: armhf +Section: oldlibs +Depends: linux-headers-omap, ${misc:Depends} +Description: Header files for Linux omap configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-orion5x +Architecture: armel +Section: oldlibs +Depends: linux-headers-orion5x, ${misc:Depends} +Description: Header files for Linux orion5x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc, ${misc:Depends} +Description: Header files for Linux parisc configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc-smp +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc-smp, ${misc:Depends} +Description: Header files for Linux parisc-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc64 +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc64, ${misc:Depends} +Description: Header files for Linux parisc64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc64-smp +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc64-smp, ${misc:Depends} +Description: Header files for Linux parisc64-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-powerpc +Architecture: powerpc +Section: oldlibs +Depends: linux-headers-powerpc, ${misc:Depends} +Description: Header files for Linux powerpc configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-powerpc-smp +Architecture: powerpc +Section: oldlibs +Depends: linux-headers-powerpc-smp, ${misc:Depends} +Description: Header files for Linux powerpc-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-powerpc64 +Architecture: powerpc ppc64 +Section: oldlibs +Depends: linux-headers-powerpc64, ${misc:Depends} +Description: Header files for Linux powerpc64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-r4k-ip22 +Architecture: mips +Section: oldlibs +Depends: linux-headers-r4k-ip22, ${misc:Depends} +Description: Header files for Linux r4k-ip22 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-r5k-cobalt +Architecture: mipsel +Section: oldlibs +Depends: linux-headers-r5k-cobalt, ${misc:Depends} +Description: Header files for Linux r5k-cobalt configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-r5k-ip32 +Architecture: mips +Section: oldlibs +Depends: linux-headers-r5k-ip32, ${misc:Depends} +Description: Header files for Linux r5k-ip32 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-s390x +Architecture: s390 +Section: oldlibs +Depends: linux-headers-s390x, ${misc:Depends} +Description: Header files for Linux s390x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sb1-bcm91250a +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-sb1-bcm91250a, ${misc:Depends} +Description: Header files for Linux sb1-bcm91250a configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sb1a-bcm91480b +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-sb1a-bcm91480b, ${misc:Depends} +Description: Header files for Linux sb1a-bcm91480b configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sh7751r +Architecture: sh4 +Section: oldlibs +Depends: linux-headers-sh7751r, ${misc:Depends} +Description: Header files for Linux sh7751r configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sh7785lcr +Architecture: sh4 +Section: oldlibs +Depends: linux-headers-sh7785lcr, ${misc:Depends} +Description: Header files for Linux sh7785lcr configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sparc64 +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-headers-sparc64, ${misc:Depends} +Description: Header files for Linux sparc64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sparc64-smp +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-headers-sparc64-smp, ${misc:Depends} +Description: Header files for Linux sparc64-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-versatile +Architecture: armel +Section: oldlibs +Depends: linux-headers-versatile, ${misc:Depends} +Description: Header files for Linux versatile configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-486 +Architecture: i386 +Section: oldlibs +Depends: linux-image-486, ${misc:Depends} +Description: Linux for older PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-4kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-4kc-malta, ${misc:Depends} +Description: Linux for MIPS Malta (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-5kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-5kc-malta, ${misc:Depends} +Description: Linux for MIPS Malta (64-bit) (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-686 +Architecture: i386 +Section: oldlibs +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-686-bigmem +Architecture: i386 +Section: oldlibs +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for PCs with 4GB+ RAM (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-686-pae +Architecture: i386 +Section: oldlibs +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-alpha-generic +Architecture: alpha +Section: oldlibs +Depends: linux-image-alpha-generic, ${misc:Depends} +Description: Linux for Alpha (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-alpha-legacy +Architecture: alpha +Section: oldlibs +Depends: linux-image-alpha-legacy, ${misc:Depends} +Description: Linux for Alpha Legacy (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-alpha-smp +Architecture: alpha +Section: oldlibs +Depends: linux-image-alpha-smp, ${misc:Depends} +Description: Linux for Alpha SMP (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-amd64 +Architecture: amd64 i386 +Section: oldlibs +Depends: linux-image-amd64, ${misc:Depends} +Description: Linux for 64-bit PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-amiga +Architecture: m68k +Section: oldlibs +Depends: linux-image-amiga, ${misc:Depends} +Description: Linux for Amiga (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-atari +Architecture: m68k +Section: oldlibs +Depends: linux-image-atari, ${misc:Depends} +Description: Linux for Atari (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-bvme6000 +Architecture: m68k +Section: oldlibs +Depends: linux-image-bvme6000, ${misc:Depends} +Description: Linux for BVM BVME4000 and BVME6000 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-iop32x +Architecture: armel +Section: oldlibs +Depends: linux-image-iop32x, ${misc:Depends} +Description: Linux for IOP32x (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-itanium +Architecture: ia64 +Section: oldlibs +Depends: linux-image-itanium, ${misc:Depends} +Description: Linux for Itanium (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-ixp4xx +Architecture: armel +Section: oldlibs +Depends: linux-image-ixp4xx, ${misc:Depends} +Description: Linux for IXP4xx (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-kirkwood +Architecture: armel +Section: oldlibs +Depends: linux-image-kirkwood, ${misc:Depends} +Description: Linux for Marvell Kirkwood (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-loongson-2f +Architecture: mipsel +Section: oldlibs +Depends: linux-image-loongson-2f, ${misc:Depends} +Description: Linux for Loongson 2F (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mac +Architecture: m68k +Section: oldlibs +Depends: linux-image-mac, ${misc:Depends} +Description: Linux for Macintosh (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mckinley +Architecture: ia64 +Section: oldlibs +Depends: linux-image-mckinley, ${misc:Depends} +Description: Linux for Itanium II (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mvme147 +Architecture: m68k +Section: oldlibs +Depends: linux-image-mvme147, ${misc:Depends} +Description: Linux for Motorola MVME147 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mvme16x +Architecture: m68k +Section: oldlibs +Depends: linux-image-mvme16x, ${misc:Depends} +Description: Linux for Motorola MVME162/6/7, MVME172/7 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mx5 +Architecture: armhf +Section: oldlibs +Depends: linux-image-mx5, ${misc:Depends} +Description: Linux for Freescale MXC/iMX-based (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-octeon +Architecture: mips +Section: oldlibs +Depends: linux-image-octeon, ${misc:Depends} +Description: Linux for Octeon (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-omap +Architecture: armhf +Section: oldlibs +Depends: linux-image-omap, ${misc:Depends} +Description: Linux for TI OMAP3+ (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-orion5x +Architecture: armel +Section: oldlibs +Depends: linux-image-orion5x, ${misc:Depends} +Description: Linux for Marvell Orion (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc, ${misc:Depends} +Description: Linux for 32-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc-smp +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc-smp, ${misc:Depends} +Description: Linux for multiprocessor 32-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc64 +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc64, ${misc:Depends} +Description: Linux for 64-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc64-smp +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc64-smp, ${misc:Depends} +Description: Linux for multiprocessor 64-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-powerpc +Architecture: powerpc +Section: oldlibs +Depends: linux-image-powerpc, ${misc:Depends} +Description: Linux for uniprocessor 32-bit PowerPC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-powerpc-smp +Architecture: powerpc +Section: oldlibs +Depends: linux-image-powerpc-smp, ${misc:Depends} +Description: Linux for multiprocessor 32-bit PowerPC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-powerpc64 +Architecture: powerpc ppc64 +Section: oldlibs +Depends: linux-image-powerpc64, ${misc:Depends} +Description: Linux for 64-bit PowerPC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-r4k-ip22 +Architecture: mips +Section: oldlibs +Depends: linux-image-r4k-ip22, ${misc:Depends} +Description: Linux for SGI IP22 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-r5k-cobalt +Architecture: mipsel +Section: oldlibs +Depends: linux-image-r5k-cobalt, ${misc:Depends} +Description: Linux for Cobalt (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-r5k-ip32 +Architecture: mips +Section: oldlibs +Depends: linux-image-r5k-ip32, ${misc:Depends} +Description: Linux for SGI IP32 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-s390x +Architecture: s390 +Section: oldlibs +Depends: linux-image-s390x, ${misc:Depends} +Description: Linux for IBM zSeries (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-s390x-tape +Architecture: s390 +Section: oldlibs +Depends: linux-image-s390x-tape, ${misc:Depends} +Description: Linux for IBM zSeries (dummy package), IPL from tape + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sb1-bcm91250a +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-sb1-bcm91250a, ${misc:Depends} +Description: Linux for BCM91250A (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sb1a-bcm91480b +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-sb1a-bcm91480b, ${misc:Depends} +Description: Linux for BCM91480B (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sh7751r +Architecture: sh4 +Section: oldlibs +Depends: linux-image-sh7751r, ${misc:Depends} +Description: Linux for sh7751r (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sh7785lcr +Architecture: sh4 +Section: oldlibs +Depends: linux-image-sh7785lcr, ${misc:Depends} +Description: Linux for sh7785lcr (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sparc64 +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-image-sparc64, ${misc:Depends} +Description: Linux for uniprocessor 64-bit UltraSPARC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sparc64-smp +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-image-sparc64-smp, ${misc:Depends} +Description: Linux for multiprocessor 64-bit UltraSPARC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-versatile +Architecture: armel +Section: oldlibs +Depends: linux-image-versatile, ${misc:Depends} +Description: Linux for Versatile (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-686 +Architecture: i386 +Section: oldlibs +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-686-bigmem +Architecture: i386 +Section: oldlibs +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for PCs with 4GB+ RAM (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-source-2.6 +Architecture: all +Section: oldlibs +Depends: linux-source, ${misc:Depends} +Description: Linux kernel source (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-tools-2.6 +Architecture: all +Section: oldlibs +Depends: linux-tools, ${misc:Depends} +Description: Performance analysis tools for Linux (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: xen-linux-system-2.6-xen-686 +Architecture: i386 +Section: oldlibs +Depends: xen-linux-system-686-pae, ${misc:Depends} +Description: Xen system with Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: xen-linux-system-2.6-xen-amd64 +Architecture: amd64 +Section: oldlibs +Depends: xen-linux-system-amd64, ${misc:Depends} +Description: Xen system with Linux for 64-bit PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + diff --git a/debian/control.md5sum b/debian/control.md5sum new file mode 100644 index 0000000..eb5a2a8 --- /dev/null +++ b/debian/control.md5sum @@ -0,0 +1,10 @@ +8344793b1b54e167e9cc8cd602604995 debian/bin/gencontrol.py +6d2ca8facd19568dddc34fb796e9a6a5 debian/changelog +4d68743d40f39f9db4b5865676c513ee debian/templates/control.doc.latest.in +ab9427b556f4f6b12a9c73e10b3babeb debian/templates/control.extra.in +0a0369e1588b84a9dc21da6ee74a6bf6 debian/templates/control.headers.latest.in +c78545990739b7f1546987497342b75d debian/templates/control.image.latest.type-standalone.in +6be9ccf82a1c4a2dc0bee8ebe0c69b74 debian/templates/control.source.in +8cf2ba1553c0ad410aeaf0c90a47a328 debian/templates/control.source.latest.in +c1a89732fcad92a2596cf428d6c7c60d debian/templates/control.tools.latest.in +112d822bf08fd275ab6b5ee310865736 debian/templates/control.xen-linux-system.latest.in diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..20af794 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +Copyright: + + Copyright (C) 2006-2009 Bastian Blank + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/linux-image-486.bug-presubj b/debian/linux-image-486.bug-presubj new file mode 100644 index 0000000..07a38d2 --- /dev/null +++ b/debian/linux-image-486.bug-presubj @@ -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-3.2.0-4-486 instead. diff --git a/debian/linux-image-4kc-malta.bug-presubj b/debian/linux-image-4kc-malta.bug-presubj new file mode 100644 index 0000000..cd5c351 --- /dev/null +++ b/debian/linux-image-4kc-malta.bug-presubj @@ -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-3.2.0-4-4kc-malta instead. diff --git a/debian/linux-image-5kc-malta.bug-presubj b/debian/linux-image-5kc-malta.bug-presubj new file mode 100644 index 0000000..fcb76d2 --- /dev/null +++ b/debian/linux-image-5kc-malta.bug-presubj @@ -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-3.2.0-4-5kc-malta instead. diff --git a/debian/linux-image-686-pae.bug-presubj b/debian/linux-image-686-pae.bug-presubj new file mode 100644 index 0000000..3908eb0 --- /dev/null +++ b/debian/linux-image-686-pae.bug-presubj @@ -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-3.2.0-4-686-pae instead. diff --git a/debian/linux-image-686.config b/debian/linux-image-686.config new file mode 100644 index 0000000..2587d26 --- /dev/null +++ b/debian/linux-image-686.config @@ -0,0 +1,11 @@ +#!/bin/sh +set -e + +if ! grep -q '^flags.*\bpae\b' /proc/cpuinfo; then + . /usr/share/debconf/confmodule + db_input critical linux-image-686/no-pae + db_go + exit 1 +fi + +#DEBHELPER# diff --git a/debian/linux-image-686.postinst b/debian/linux-image-686.postinst new file mode 100644 index 0000000..7049a1d --- /dev/null +++ b/debian/linux-image-686.postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +# Invoke config if necessary +. /usr/share/debconf/confmodule + +#DEBHELPER# diff --git a/debian/linux-image-686.templates b/debian/linux-image-686.templates new file mode 100644 index 0000000..d99235d --- /dev/null +++ b/debian/linux-image-686.templates @@ -0,0 +1,9 @@ +Template: linux-image-686/no-pae +Type: error +_Description: This system requires a different kernel configuration + Debian's '686' kernel configuration has been replaced by the '686-pae' + configuration, which uses PAE (Physical Address Extension). However, + the CPU in this system does not support PAE. + . + You should install linux-image-486 and remove linux-image-686 and/or + linux-image-2.6-686 if they are currently installed. diff --git a/debian/linux-image-alpha-generic.bug-presubj b/debian/linux-image-alpha-generic.bug-presubj new file mode 100644 index 0000000..8cd3e42 --- /dev/null +++ b/debian/linux-image-alpha-generic.bug-presubj @@ -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-3.2.0-4-alpha-generic instead. diff --git a/debian/linux-image-alpha-legacy.bug-presubj b/debian/linux-image-alpha-legacy.bug-presubj new file mode 100644 index 0000000..988e023 --- /dev/null +++ b/debian/linux-image-alpha-legacy.bug-presubj @@ -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-3.2.0-4-alpha-legacy instead. diff --git a/debian/linux-image-alpha-smp.bug-presubj b/debian/linux-image-alpha-smp.bug-presubj new file mode 100644 index 0000000..6d9b342 --- /dev/null +++ b/debian/linux-image-alpha-smp.bug-presubj @@ -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-3.2.0-4-alpha-smp instead. diff --git a/debian/linux-image-amd64.bug-presubj b/debian/linux-image-amd64.bug-presubj new file mode 100644 index 0000000..1f4e7d9 --- /dev/null +++ b/debian/linux-image-amd64.bug-presubj @@ -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-3.2.0-4-amd64 instead. diff --git a/debian/linux-image-amiga.bug-presubj b/debian/linux-image-amiga.bug-presubj new file mode 100644 index 0000000..d84d815 --- /dev/null +++ b/debian/linux-image-amiga.bug-presubj @@ -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-3.2.0-4-amiga instead. diff --git a/debian/linux-image-atari.bug-presubj b/debian/linux-image-atari.bug-presubj new file mode 100644 index 0000000..0c8bc0c --- /dev/null +++ b/debian/linux-image-atari.bug-presubj @@ -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-3.2.0-4-atari instead. diff --git a/debian/linux-image-bvme6000.bug-presubj b/debian/linux-image-bvme6000.bug-presubj new file mode 100644 index 0000000..bdee492 --- /dev/null +++ b/debian/linux-image-bvme6000.bug-presubj @@ -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-3.2.0-4-bvme6000 instead. diff --git a/debian/linux-image-iop32x.bug-presubj b/debian/linux-image-iop32x.bug-presubj new file mode 100644 index 0000000..b33c20d --- /dev/null +++ b/debian/linux-image-iop32x.bug-presubj @@ -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-3.2.0-4-iop32x instead. diff --git a/debian/linux-image-itanium.bug-presubj b/debian/linux-image-itanium.bug-presubj new file mode 100644 index 0000000..f820614 --- /dev/null +++ b/debian/linux-image-itanium.bug-presubj @@ -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-3.2.0-4-itanium instead. diff --git a/debian/linux-image-ixp4xx.bug-presubj b/debian/linux-image-ixp4xx.bug-presubj new file mode 100644 index 0000000..83e61e5 --- /dev/null +++ b/debian/linux-image-ixp4xx.bug-presubj @@ -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-3.2.0-4-ixp4xx instead. diff --git a/debian/linux-image-kirkwood.bug-presubj b/debian/linux-image-kirkwood.bug-presubj new file mode 100644 index 0000000..c4f8c12 --- /dev/null +++ b/debian/linux-image-kirkwood.bug-presubj @@ -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-3.2.0-4-kirkwood instead. diff --git a/debian/linux-image-loongson-2f.bug-presubj b/debian/linux-image-loongson-2f.bug-presubj new file mode 100644 index 0000000..17959a8 --- /dev/null +++ b/debian/linux-image-loongson-2f.bug-presubj @@ -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-3.2.0-4-loongson-2f instead. diff --git a/debian/linux-image-mac.bug-presubj b/debian/linux-image-mac.bug-presubj new file mode 100644 index 0000000..5ff65d3 --- /dev/null +++ b/debian/linux-image-mac.bug-presubj @@ -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-3.2.0-4-mac instead. diff --git a/debian/linux-image-mckinley.bug-presubj b/debian/linux-image-mckinley.bug-presubj new file mode 100644 index 0000000..2aa0698 --- /dev/null +++ b/debian/linux-image-mckinley.bug-presubj @@ -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-3.2.0-4-mckinley instead. diff --git a/debian/linux-image-mv78xx0.bug-presubj b/debian/linux-image-mv78xx0.bug-presubj new file mode 100644 index 0000000..c938553 --- /dev/null +++ b/debian/linux-image-mv78xx0.bug-presubj @@ -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-3.2.0-4-mv78xx0 instead. diff --git a/debian/linux-image-mvme147.bug-presubj b/debian/linux-image-mvme147.bug-presubj new file mode 100644 index 0000000..d2e6a1a --- /dev/null +++ b/debian/linux-image-mvme147.bug-presubj @@ -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-3.2.0-4-mvme147 instead. diff --git a/debian/linux-image-mvme16x.bug-presubj b/debian/linux-image-mvme16x.bug-presubj new file mode 100644 index 0000000..e0e4fb2 --- /dev/null +++ b/debian/linux-image-mvme16x.bug-presubj @@ -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-3.2.0-4-mvme16x instead. diff --git a/debian/linux-image-mx5.bug-presubj b/debian/linux-image-mx5.bug-presubj new file mode 100644 index 0000000..9fe4652 --- /dev/null +++ b/debian/linux-image-mx5.bug-presubj @@ -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-3.2.0-4-mx5 instead. diff --git a/debian/linux-image-octeon.bug-presubj b/debian/linux-image-octeon.bug-presubj new file mode 100644 index 0000000..557f63a --- /dev/null +++ b/debian/linux-image-octeon.bug-presubj @@ -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-3.2.0-4-octeon instead. diff --git a/debian/linux-image-omap.bug-presubj b/debian/linux-image-omap.bug-presubj new file mode 100644 index 0000000..8209042 --- /dev/null +++ b/debian/linux-image-omap.bug-presubj @@ -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-3.2.0-4-omap instead. diff --git a/debian/linux-image-orion5x.bug-presubj b/debian/linux-image-orion5x.bug-presubj new file mode 100644 index 0000000..29bb604 --- /dev/null +++ b/debian/linux-image-orion5x.bug-presubj @@ -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-3.2.0-4-orion5x instead. diff --git a/debian/linux-image-parisc-smp.bug-presubj b/debian/linux-image-parisc-smp.bug-presubj new file mode 100644 index 0000000..6a71e39 --- /dev/null +++ b/debian/linux-image-parisc-smp.bug-presubj @@ -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-3.2.0-4-parisc-smp instead. diff --git a/debian/linux-image-parisc.bug-presubj b/debian/linux-image-parisc.bug-presubj new file mode 100644 index 0000000..caeafbd --- /dev/null +++ b/debian/linux-image-parisc.bug-presubj @@ -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-3.2.0-4-parisc instead. diff --git a/debian/linux-image-parisc64-smp.bug-presubj b/debian/linux-image-parisc64-smp.bug-presubj new file mode 100644 index 0000000..4432af4 --- /dev/null +++ b/debian/linux-image-parisc64-smp.bug-presubj @@ -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-3.2.0-4-parisc64-smp instead. diff --git a/debian/linux-image-parisc64.bug-presubj b/debian/linux-image-parisc64.bug-presubj new file mode 100644 index 0000000..0c1f1af --- /dev/null +++ b/debian/linux-image-parisc64.bug-presubj @@ -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-3.2.0-4-parisc64 instead. diff --git a/debian/linux-image-powerpc-smp.bug-presubj b/debian/linux-image-powerpc-smp.bug-presubj new file mode 100644 index 0000000..ff37bae --- /dev/null +++ b/debian/linux-image-powerpc-smp.bug-presubj @@ -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-3.2.0-4-powerpc-smp instead. diff --git a/debian/linux-image-powerpc.bug-presubj b/debian/linux-image-powerpc.bug-presubj new file mode 100644 index 0000000..e547158 --- /dev/null +++ b/debian/linux-image-powerpc.bug-presubj @@ -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-3.2.0-4-powerpc instead. diff --git a/debian/linux-image-powerpc64.bug-presubj b/debian/linux-image-powerpc64.bug-presubj new file mode 100644 index 0000000..84f14e6 --- /dev/null +++ b/debian/linux-image-powerpc64.bug-presubj @@ -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-3.2.0-4-powerpc64 instead. diff --git a/debian/linux-image-r4k-ip22.bug-presubj b/debian/linux-image-r4k-ip22.bug-presubj new file mode 100644 index 0000000..02afa9a --- /dev/null +++ b/debian/linux-image-r4k-ip22.bug-presubj @@ -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-3.2.0-4-r4k-ip22 instead. diff --git a/debian/linux-image-r5k-cobalt.bug-presubj b/debian/linux-image-r5k-cobalt.bug-presubj new file mode 100644 index 0000000..f4b5928 --- /dev/null +++ b/debian/linux-image-r5k-cobalt.bug-presubj @@ -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-3.2.0-4-r5k-cobalt instead. diff --git a/debian/linux-image-r5k-ip32.bug-presubj b/debian/linux-image-r5k-ip32.bug-presubj new file mode 100644 index 0000000..bc15c14 --- /dev/null +++ b/debian/linux-image-r5k-ip32.bug-presubj @@ -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-3.2.0-4-r5k-ip32 instead. diff --git a/debian/linux-image-rt-686-pae.bug-presubj b/debian/linux-image-rt-686-pae.bug-presubj new file mode 100644 index 0000000..ea43c0e --- /dev/null +++ b/debian/linux-image-rt-686-pae.bug-presubj @@ -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-3.2.0-4-rt-686-pae instead. diff --git a/debian/linux-image-rt-amd64.bug-presubj b/debian/linux-image-rt-amd64.bug-presubj new file mode 100644 index 0000000..f83daee --- /dev/null +++ b/debian/linux-image-rt-amd64.bug-presubj @@ -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-3.2.0-4-rt-amd64 instead. diff --git a/debian/linux-image-s390x-tape.bug-presubj b/debian/linux-image-s390x-tape.bug-presubj new file mode 100644 index 0000000..4f7a8b8 --- /dev/null +++ b/debian/linux-image-s390x-tape.bug-presubj @@ -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-3.2.0-4-s390x-tape instead. diff --git a/debian/linux-image-s390x.bug-presubj b/debian/linux-image-s390x.bug-presubj new file mode 100644 index 0000000..076147f --- /dev/null +++ b/debian/linux-image-s390x.bug-presubj @@ -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-3.2.0-4-s390x instead. diff --git a/debian/linux-image-sb1-bcm91250a.bug-presubj b/debian/linux-image-sb1-bcm91250a.bug-presubj new file mode 100644 index 0000000..2bfb2cb --- /dev/null +++ b/debian/linux-image-sb1-bcm91250a.bug-presubj @@ -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-3.2.0-4-sb1-bcm91250a instead. diff --git a/debian/linux-image-sb1a-bcm91480b.bug-presubj b/debian/linux-image-sb1a-bcm91480b.bug-presubj new file mode 100644 index 0000000..13a84a6 --- /dev/null +++ b/debian/linux-image-sb1a-bcm91480b.bug-presubj @@ -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-3.2.0-4-sb1a-bcm91480b instead. diff --git a/debian/linux-image-sh7751r.bug-presubj b/debian/linux-image-sh7751r.bug-presubj new file mode 100644 index 0000000..58ddee2 --- /dev/null +++ b/debian/linux-image-sh7751r.bug-presubj @@ -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-3.2.0-4-sh7751r instead. diff --git a/debian/linux-image-sh7785lcr.bug-presubj b/debian/linux-image-sh7785lcr.bug-presubj new file mode 100644 index 0000000..44d9948 --- /dev/null +++ b/debian/linux-image-sh7785lcr.bug-presubj @@ -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-3.2.0-4-sh7785lcr instead. diff --git a/debian/linux-image-sparc64-smp.bug-presubj b/debian/linux-image-sparc64-smp.bug-presubj new file mode 100644 index 0000000..2b09068 --- /dev/null +++ b/debian/linux-image-sparc64-smp.bug-presubj @@ -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-3.2.0-4-sparc64-smp instead. diff --git a/debian/linux-image-sparc64.bug-presubj b/debian/linux-image-sparc64.bug-presubj new file mode 100644 index 0000000..d1b134a --- /dev/null +++ b/debian/linux-image-sparc64.bug-presubj @@ -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-3.2.0-4-sparc64 instead. diff --git a/debian/linux-image-versatile.bug-presubj b/debian/linux-image-versatile.bug-presubj new file mode 100644 index 0000000..ae4c4c6 --- /dev/null +++ b/debian/linux-image-versatile.bug-presubj @@ -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-3.2.0-4-versatile instead. diff --git a/debian/linux-image-vexpress.bug-presubj b/debian/linux-image-vexpress.bug-presubj new file mode 100644 index 0000000..801b2b2 --- /dev/null +++ b/debian/linux-image-vexpress.bug-presubj @@ -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-3.2.0-4-vexpress instead. diff --git a/debian/linux-image.NEWS b/debian/linux-image.NEWS new file mode 100644 index 0000000..c5863fc --- /dev/null +++ b/debian/linux-image.NEWS @@ -0,0 +1,26 @@ +linux-latest-2.6 (26) unstable; urgency=low + + * The old IDE (PATA) drivers are no longer developed. Most PATA + controllers can be handled by new drivers using 'libata', which is + already used for SATA controllers. The new kernel package, which + this package depends on, enables all the new drivers that are + considered stable and disables the old drivers that they replace. + + While the old drivers presented device names beginning with 'hd', + libata makes PATA drives appear as SCSI devices and presents device + names beginning with 'sd' (hard drive), 'sr' (optical) or 'st' (tape). + In a system that already has other SCSI or SCSI-like devices, names + may change unpredictably. + + During the upgrade from earlier versions, you will be prompted to + update configuration files which refer to device names that may + change. You can choose to do this yourself or to follow an automatic + upgrade process. Unfortunately the automatic upgrade process does not + cover tape drives. All changed configuration files are backed up with + a suffix of '.old' (or '^old' in one case). + + The automatic upgrade code does not support the configuration files + of many of the boot loaders used on non-PC architectures, so you may + be prompted to make changes manually. + + -- Ben Hutchings Tue, 04 May 2010 02:10:04 +0100 diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in new file mode 100644 index 0000000..63b9443 --- /dev/null +++ b/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] linux-image-686.templates diff --git a/debian/po/ca.po b/debian/po/ca.po new file mode 100644 index 0000000..818fc52 --- /dev/null +++ b/debian/po/ca.po @@ -0,0 +1,38 @@ +# debconf templates for linux-latest; translation into Catalan. +# Copyright (C) 2011 Software in the Public Interest +# This file is distributed under the same license as the linux-latest +# package. +# Innocent De Marchi , 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: 2.6_39\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-09-15 16:52+0100\n" +"Last-Translator: Innocent De Marchi \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Catalan\n" +"X-Poedit-Country: Spain\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "El sistema requereix una configuració diferent del nucli" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "Debian's '686' kernel configuration has been replaced by the '686-pae' configuration, which uses PAE (Physical Address Extension). However, the CPU in this system does not support PAE." +msgstr "S'ha reemplaçat la configuració «686» de Debian del nucli per la configuració «686-pae», que fa servir PAE («Physical Address Extension», extensió l'adreça física). No obstant, la UCP del sistema no pot fer servir PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "You should install linux-image-486 and remove linux-image-686 and/or linux-image-2.6-686 if they are currently installed." +msgstr "Heu d'instal·lar «linux-image-486» i eliminar «linux-image-686» i/o «linux-image-2.6-686» si estan instal·lats en el sistema." + diff --git a/debian/po/cs.po b/debian/po/cs.po new file mode 100644 index 0000000..1d9594f --- /dev/null +++ b/debian/po/cs.po @@ -0,0 +1,45 @@ +# Czech PO debconf template translation of linux-latest. +# Copyright (C) 2012 Michal Simunek +# This file is distributed under the same license as the linux-latest package. +# Michal Simunek , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2012-08-21 12:31+0200\n" +"Last-Translator: Michal Simunek \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Tento systém vyžaduje jiné nastavení jádra" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Nastavení jádra Debianu '686' bylo nahrazeno nastavením '686-pae', které " +"používá PAE (Physical Address Extension - Rozšíření fyzické paměti). CPU " +"v tomto systému však PAE nepodporuje." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Musíte nainstalovat balíček linux-image-486 a pokud je nyní nainstalován, " +"tak odstranit balíček linux-image-686 a nebo linux-image-2.6-686." diff --git a/debian/po/da.po b/debian/po/da.po new file mode 100644 index 0000000..f70e449 --- /dev/null +++ b/debian/po/da.po @@ -0,0 +1,47 @@ +# debconf templates for linux-latest; translation into Danish. +# Copyright 2012 Joe Hansen +# This file is distributed under the same license as the linux-latest +# package. +# Joe Hansen , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2012-01-20 05:26+0100\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Dette system kræver en anden kernekonfiguration" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debians 686-kernekonfiguration er blevet erstattet af 686-pae-konfigurationen, " +"som bruger PAE (Physical Address Extension). CPU'en i dette system " +"understøtter dog ikke PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Du skal installere linux-image-486 og fjerne linux-image-686 og/eller linux-" +"image-2.6-686, hvis de er installeret." + diff --git a/debian/po/de.po b/debian/po/de.po new file mode 100644 index 0000000..58561a9 --- /dev/null +++ b/debian/po/de.po @@ -0,0 +1,47 @@ +# debconf templates for linux-latest; translation into German. +# Copyright Holger Wansing , 2011. +# This file is distributed under the same license as the linux-latest +# package. +# Holger Wansing , 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 39\n" +"Report-Msgid-Bugs-To: linux-latest-2.6@packages.debian.org\n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-08-14 10:40+0200\n" +"Last-Translator: Holger Wansing \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Dieses System erfordert eine andere Kernel-Konfiguration" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debians »686«-Kernel-Konfiguration wurde durch die »686-pae«-Konfiguration " +"ersetzt, welche PAE (Physical Address Extension) verwendet. Allerdings wird " +"PAE von der CPU in diesem System nicht unterstützt." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Sie sollten linux-image-486 installieren und linux-image-686 und/oder " +"linux-image-2.6-686 entfernen, falls diese derzeit installiert sind." + diff --git a/debian/po/es.po b/debian/po/es.po new file mode 100644 index 0000000..4a71611 --- /dev/null +++ b/debian/po/es.po @@ -0,0 +1,61 @@ +# linux-latest po-debconf translation to Spanish +# Copyright (C) 2012 Software in the Public Interest +# This file is distributed under the same license as the linux-latest package. +# +# Changes: +# - Initial translation +# Slime Siabef , 2012 +# +# - Updates +# +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas y normas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6_39\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date:\n" +"Last-Translator: Slime Siabef \n" +"Language-Team: Debian Spanish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "El sistema requiere una configuración diferente del núcleo." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "Debian's '686' kernel configuration has been replaced by the '686-pae' configuration, which uses PAE (Physical Address Extension). However, the CPU in this system does not support PAE." +msgstr "La configuración del núcleo «686» de Debian ha sido reemplazada por la configuración «686-pae», que utiliza PAE (Extensión de dirección física). Sin embargo, la CPU del sistema no lo soporta." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "You should install linux-image-486 and remove linux-image-686 and/or linux-image-2.6-686 if they are currently installed." +msgstr "Se debería instalar linux-image-486 y eliminar linux-image-686 y/o linux-image-2.6-686 si estuviesen instalados." + diff --git a/debian/po/fr.po b/debian/po/fr.po new file mode 100644 index 0000000..81e3687 --- /dev/null +++ b/debian/po/fr.po @@ -0,0 +1,49 @@ +# Translation of linux-latest debconf templates to French +# Copyright (C) 2011 Debian French l10n team +# This file is distributed under the same license as the linux-latest package. +# +# Translator: +# Christian Perrier , 2011. +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-07-26 14:32+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Modification indispensable de la configuration du noyau" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"La configuration « 686 » du noyau de Debian a été remplacée par la " +"configuration « 686-pae » qui utilise PAE (« Physical Address " +"Extension » : extension des adresses physiques). Cependant, le micro-" +"processeur de ce système ne gère pas PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Vous devriez installer le paquet linux-image-486 et supprimer linux-" +"image-686 ou linux-image-2.6-686 s'ils sont actuellement installés." diff --git a/debian/po/it.po b/debian/po/it.po new file mode 100644 index 0000000..188dd15 --- /dev/null +++ b/debian/po/it.po @@ -0,0 +1,40 @@ +# debconf templates for linux-latest; translation into Italian +# Copyright 2012 Stefano Canepa +# This file is distributed under the same license as the linux-latest +# package. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2012-01-08 17:35+0100\n" +"Last-Translator: Stefano Canepa \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Questo sistema necessita di una configurazione differente del kernel" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "La configurazione del kernel '686' di Debian è stata sostituita dalla configurazione '686-pae', che fa uso di PAE (Physical Address Extension). Tuttavia, la CPU in questo sistema non supporta PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "Si dovrebbe installare linux-image-486 e rimuovere linux-image-686 e/o linux-image-2.6-686 se sono attualmente installati." diff --git a/debian/po/ja.po b/debian/po/ja.po new file mode 100644 index 0000000..ae34722 --- /dev/null +++ b/debian/po/ja.po @@ -0,0 +1,46 @@ +# debconf templates for linux-latest; translation into Japanese. +# Copyright 2012 Nobuhiro Iwamatsu +# This file is distributed under the same license as the linux-latest +# package. +# Nobuhiro Iwamatsu , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest 41\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2012-01-13 16:30+0900\n" +"Last-Translator: Nobuhiro Iwamatsu \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "システムには別のカーネルコンフィグレーションが必要です" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debian の「686」カーネルコンフィグレーションは PAE (物理アドレス拡張機能) を" +"使用する「686-pae」コンフィグレーションに置き換えられました。" +"しかしこのシステムの CPU は PAE をサポートしていません。" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"もしそれらが現在インストールされているなら、linux-image-486 をインストールし、" +"linux-image-686 と linux-image-2.6-686 を削除する必要があります。" diff --git a/debian/po/nl.po b/debian/po/nl.po new file mode 100644 index 0000000..d6cbe88 --- /dev/null +++ b/debian/po/nl.po @@ -0,0 +1,46 @@ +# Dutch translation of linux-latest debconf templates. +# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the linux-latest package. +# Jeroen Schot , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 39\n" +"Report-Msgid-Bugs-To: linux-latest-2.6@packages.debian.org\n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-09-15 09:57+0200\n" +"Last-Translator: Jeroen Schot \n" +"Language-Team: Debian l10n Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Dit systeem vereist een andere kernelconfiguratie" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debian's '686'-kernelconfiguratie is vervangen door de '686-pae'-" +"configuratie, die gebruik maakt van PAE ('Physical Address Extension', " +"fysieke adresuitbreiding). De CPU in dit systeem ondersteunt echter geen PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"U dient het pakket linux-image-486 te installeren en de pakketen linux-" +"image-686 en linux-image-2.6-686 te verwijderen indien deze op dit moment " +"zijn geïnstalleerd." diff --git a/debian/po/pl.po b/debian/po/pl.po new file mode 100644 index 0000000..25d59f2 --- /dev/null +++ b/debian/po/pl.po @@ -0,0 +1,50 @@ +# debconf templates for linux-latest; translation into Polish. +# Copyright 2011 +# This file is distributed under the same license as the linux-latest +# package. +# +# Michał Kułach , 2012. +msgid "" +msgstr "" +"Project-Id-Version: linux-latest VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2012-02-12 08:22+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "System wymaga odmiennej konfiguracji jądra " + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Konfiguracja jądra \"686\" Debiana, została zastąpiona przez \"686-pae\", " +"która używa rozszerzenia adresu fizycznego (ang. Physical Address Extension - " +"PAE). Niestety, procesor na tym komputerze nie obsługuje PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Należy zainstalować pakiet linux-image-486 i usunąć linux-image-686 i/lub " +"linux-image-2.6-686, jeśli są one aktualnie zainstalowane." + diff --git a/debian/po/pt.po b/debian/po/pt.po new file mode 100644 index 0000000..17d5c29 --- /dev/null +++ b/debian/po/pt.po @@ -0,0 +1,46 @@ +# debconf templates for linux-latest; translation into Portuguese. +# Copyright 2011 Miguel Figueiredo +# This file is distributed under the same license as the linux-latest +# package. +# Miguel Figueiredo , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 41\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-12-05 22:45+0000\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Este sistema necessita de uma configuração de kernel diferente" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"A configuração do kernel '686' foi substituida pela configuração '686-pae', " +"que utiliza PAE (Physical Address Extension). No entanto, o CPU neste " +"sistema não suporta PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Deve instalar linux-image-486 e remover linux-image-686 e/ou linux-" +"image-2.6-686 se actualmente estiverem instalados." diff --git a/debian/po/ru.po b/debian/po/ru.po new file mode 100644 index 0000000..ebb5889 --- /dev/null +++ b/debian/po/ru.po @@ -0,0 +1,50 @@ +# debconf templates for linux-latest; translation into Russian. +# Copyright 2011 Yuri Kozlov +# This file is distributed under the same license as the linux-latest +# package. +# +# Yuri Kozlov , 2011. +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 41\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-12-17 09:42+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Этой системе требуется другой пакет с ядром" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Настройка ядра Debian «686» была заменена настройкой «686-pae», " +"в которой используется PAE (расширение физических адресов). Однако, " +"процессор данного компьютера не поддерживает PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Вы должны установить пакет linux-image-486 и удалить linux-image-686 и/или " +"linux-image-2.6-686 (если они установлены)." + diff --git a/debian/po/sr.po b/debian/po/sr.po new file mode 100644 index 0000000..b7f2a5e --- /dev/null +++ b/debian/po/sr.po @@ -0,0 +1,45 @@ +# debconf templates for linux-latest; translation into Serbian cyrillic. +# Copyright 2011 +# This file is distributed under the same license as the linux-latest +# package. +# Zlatan Todoric , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-07-29 14:45+0200\n" +"Last-Translator: Zlatan Todoric \n" +"Language-Team: Soon to come\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Овај систем захтијева другачију конфигурацију језгра" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debian '686' конфигурација језгра замијењена са '686-pae' конфигурацијом," +"која користи PAE (Physical Address Extension). Међутим, процесор у овом" +"систему не подржава PAE." +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Требали бисте инсталирати linux-image-486 и уклонити linux-image-686 и/или" +"linux-image-2.6-686 ако су тренутно инсталисани." diff --git a/debian/po/sr@latin.po b/debian/po/sr@latin.po new file mode 100644 index 0000000..9ea9a7e --- /dev/null +++ b/debian/po/sr@latin.po @@ -0,0 +1,45 @@ +# debconf templates for linux-latest; translation into Serbian latin. +# Copyright 2011 +# This file is distributed under the same license as the linux-latest +# package. +# Zlatan Todoric , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-07-29 HO:MI+ZONE\n" +"Last-Translator: Zlatan Todoric \n" +"Language-Team: Soon to come\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Ovaj sistem zahtijeva drugačiju konfiguraciju jezgra" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debian '686' konfiguracija jezgra zamijenjena sa '686-pae' konfiguracijom," +"koja koristi PAE (Physical Address Extension). Međutim, procesor u ovom" +"sistemu ne podržava PAE." +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Trebali biste instalirati linux-image-486 i ukloniti linux-image-686 i/ili" +"linux-image-2.6-686 ako su trenutno instalisani." diff --git a/debian/po/sv.po b/debian/po/sv.po new file mode 100644 index 0000000..89ee007 --- /dev/null +++ b/debian/po/sv.po @@ -0,0 +1,47 @@ +# Translation of linux-latest debconf template to Swedish +# Copyright (C) 2011 Martin Bagge +# This file is distributed under the same license as the linux-latest package. +# +# Martin Bagge , 2011 +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2011-09-01 22:20+0100\n" +"Last-Translator: Martin Bagge / brother \n" +"Language-Team: Swedish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: Sweden\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Detta system behöver andra inställningar för kärnan" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" +"Debians inställningar för kärntypen \"686\" har ersatts av \"686-pae\", " +"denna använda PAE (Physical Addess Extension). Processorn i det här systemet " +"har inte stöd för PAE." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" +"Du ska installera paketet linux-image-486 och ta bort paketet inux-image-686 " +"och/eller linux-image-2.6-686 om dessa är installerade förnärvarande." diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 0000000..c5a03b1 --- /dev/null +++ b/debian/po/templates.pot @@ -0,0 +1,42 @@ +# debconf templates for linux-latest; translation into LANGUAGE. +# Copyright YEAR TRANSLATION COPYRIGHT HOLDER +# This file is distributed under the same license as the linux-latest +# package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"Debian's '686' kernel configuration has been replaced by the '686-pae' " +"configuration, which uses PAE (Physical Address Extension). However, the " +"CPU in this system does not support PAE." +msgstr "" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "" +"You should install linux-image-486 and remove linux-image-686 and/or linux-" +"image-2.6-686 if they are currently installed." +msgstr "" diff --git a/debian/po/tr.po b/debian/po/tr.po new file mode 100644 index 0000000..8005be9 --- /dev/null +++ b/debian/po/tr.po @@ -0,0 +1,37 @@ +# debconf templates for linux-latest; translation into LANGUAGE. +# Copyright YEAR TRANSLATION COPYRIGHT HOLDER +# This file is distributed under the same license as the linux-latest +# package. +# Mert Dirik , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: linux-latest-2.6 VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-24 16:15+0200\n" +"PO-Revision-Date: 2012-02-12 00:21+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Debian L10n Turkish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "This system requires a different kernel configuration" +msgstr "Bu sistem farklı bir çekirdek yapılandırması gerektiriyor" + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "Debian's '686' kernel configuration has been replaced by the '686-pae' configuration, which uses PAE (Physical Address Extension). However, the CPU in this system does not support PAE." +msgstr "Debian'ın '686-pae' çekirdek yapılandırması, '686' çekirdek yapılandırmasının yerine geçmiştir. Yeni yapılandırma PAE (Fiziksel Adres Uzantısı) kullanır; fakat bu sistemdeki işlemci PAE desteklemiyor." + +#. Type: error +#. Description +#: ../linux-image-686.templates:1001 +msgid "You should install linux-image-486 and remove linux-image-686 and/or linux-image-2.6-686 if they are currently installed." +msgstr "linux-image-486 paketini kurmalı ve eğer yüklü ise linux-image-686 ve/veya linux-image-2.6-686 paketini kaldırmalısınız." + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2750cc9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f +SHELL := sh -e + +include debian/rules.defs + +GENCONTROL = debian/bin/gencontrol.py + +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') + +build: build-arch build-indep +build-arch: +build-indep: + +$(BUILD_DIR): + @[ -d $@ ] || mkdir $@ + +clean: debian/control + dh_testdir + rm -rf $(BUILD_DIR) + dh_clean + find debian -maxdepth 1 -type l -delete + +binary-indep: debian/control $(BUILD_DIR) + dh_testdir + $(MAKE) -f debian/rules.gen binary-indep + +binary-arch: debian/control $(BUILD_DIR) + dh_testdir + $(MAKE) -f debian/rules.gen binary-arch_$(DEB_HOST_ARCH) + +binary: binary-indep binary-arch + +CONTROL_FILES += debian/changelog $(wildcard debian/templates/control.*) +debian/control debian/rules.gen: $(GENCONTROL) $(CONTROL_FILES) +ifeq ($(wildcard debian/control.md5sum),) + $(MAKE) -f debian/rules debian/control-real +else ifeq ($(__BINNMU),) + md5sum --check debian/control.md5sum --status || \ + $(MAKE) -f debian/rules debian/control-real +else + grep -v debian/changelog debian/control.md5sum | md5sum --check - --status || \ + $(MAKE) -f debian/rules debian/control-real +endif + +debian/control-real: $(GENCONTROL) $(CONTROL_FILES) + $(GENCONTROL) /usr/src/linux-support-$(KERNELVERSION) + md5sum $^ > debian/control.md5sum + @echo + @echo This target is made to fail intentionally, to make sure + @echo that it is NEVER run during the automated build. Please + @echo ignore the following error, the debian/control file has + @echo been generated SUCCESSFULLY. + @echo + exit 1 + +ifdef DEBIAN_KERNEL_BUILD_ANY +binary-arch: binary-arch-all +endif + +binary-arch-all: debian/control $(BUILD_DIR) + dh_testdir + $(MAKE) -f debian/rules.gen binary-arch + +maintainerclean: + -rm debian/control debian/control.md5sum debian/rules.gen + rm -f debian/*.bug-presubj + +.PHONY: clean build binary-indep binary-arch binary diff --git a/debian/rules.defs b/debian/rules.defs new file mode 100644 index 0000000..703843b --- /dev/null +++ b/debian/rules.defs @@ -0,0 +1,4 @@ +BUILD_DIR = debian/build +STAMPS_DIR = debian/stamps +TEMPLATES_DIR = debian/templates +KERNELVERSION := 3.2.0-4 diff --git a/debian/rules.gen b/debian/rules.gen new file mode 100644 index 0000000..c64868b --- /dev/null +++ b/debian/rules.gen @@ -0,0 +1,811 @@ +.NOTPARALLEL: +binary-arch: binary-arch_alpha binary-arch_amd64 binary-arch_armel binary-arch_armhf binary-arch_hppa binary-arch_i386 binary-arch_ia64 binary-arch_m68k binary-arch_mips binary-arch_mipsel binary-arch_powerpc binary-arch_ppc64 binary-arch_s390 binary-arch_s390x binary-arch_sh4 binary-arch_sparc binary-arch_sparc64 +binary-arch_all: binary-arch_all_extra +binary-arch_all_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='all' DH_OPTIONS='-plinux-doc-2.6' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='all' DH_OPTIONS='-plinux-source-2.6' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='all' DH_OPTIONS='-plinux-tools-2.6' GENCONTROL_ARGS='-v3.2+46' +binary-arch_alpha: binary-arch_alpha_extra binary-arch_alpha_none binary-arch_alpha_real +binary-arch_alpha_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='alpha' DH_OPTIONS='-plinux-headers-2.6-alpha-generic' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='alpha' DH_OPTIONS='-plinux-headers-2.6-alpha-legacy' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='alpha' DH_OPTIONS='-plinux-headers-2.6-alpha-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='alpha' DH_OPTIONS='-plinux-image-2.6-alpha-generic' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='alpha' DH_OPTIONS='-plinux-image-2.6-alpha-legacy' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='alpha' DH_OPTIONS='-plinux-image-2.6-alpha-smp' GENCONTROL_ARGS='-v3.2+46' +binary-arch_alpha_none: binary-arch_alpha_none_alpha-generic binary-arch_alpha_none_alpha-legacy 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:: + ln -sf linux-image.NEWS debian/linux-image-alpha-generic.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-alpha-generic -plinux-headers-alpha-generic' ABINAME='3.2.0-4' ARCH='alpha' FEATURESET='none' FLAVOUR='alpha-generic' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-alpha-generic' +binary-arch_alpha_none_alpha-legacy: binary-arch_alpha_none_alpha-legacy_real +binary-arch_alpha_none_alpha-legacy_real:: + ln -sf linux-image.NEWS debian/linux-image-alpha-legacy.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-alpha-legacy -plinux-headers-alpha-legacy' ABINAME='3.2.0-4' ARCH='alpha' FEATURESET='none' FLAVOUR='alpha-legacy' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-alpha-legacy' +binary-arch_alpha_none_alpha-smp: binary-arch_alpha_none_alpha-smp_real +binary-arch_alpha_none_alpha-smp_real:: + ln -sf linux-image.NEWS debian/linux-image-alpha-smp.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-alpha-smp -plinux-headers-alpha-smp' ABINAME='3.2.0-4' ARCH='alpha' FEATURESET='none' FLAVOUR='alpha-smp' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-alpha-smp' +binary-arch_alpha_none_real: +binary-arch_alpha_real: +binary-arch_amd64: binary-arch_amd64_extra binary-arch_amd64_none binary-arch_amd64_real binary-arch_amd64_rt +binary-arch_amd64_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='amd64' DH_OPTIONS='-plinux-headers-2.6-amd64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='amd64' DH_OPTIONS='-plinux-image-2.6-amd64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='amd64' DH_OPTIONS='-pxen-linux-system-2.6-xen-amd64' GENCONTROL_ARGS='-v3.2+46' +binary-arch_amd64_none: binary-arch_amd64_none_amd64 binary-arch_amd64_none_real +binary-arch_amd64_none_amd64: binary-arch_amd64_none_amd64_real +binary-arch_amd64_none_amd64_real:: + ln -sf linux-image.NEWS debian/linux-image-amd64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-amd64 -plinux-headers-amd64 -pxen-linux-system-amd64' ABINAME='3.2.0-4' ARCH='amd64' FEATURESET='none' FLAVOUR='amd64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-amd64' +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:: + ln -sf linux-image.NEWS debian/linux-image-rt-amd64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-rt-amd64 -plinux-headers-rt-amd64' ABINAME='3.2.0-4' ARCH='amd64' FEATURESET='rt' FLAVOUR='amd64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-rt-amd64' +binary-arch_amd64_rt_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-headers-2.6-iop32x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-headers-2.6-ixp4xx' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-headers-2.6-kirkwood' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-headers-2.6-orion5x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-headers-2.6-versatile' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-2.6-iop32x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-2.6-ixp4xx' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-2.6-kirkwood' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-2.6-orion5x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-image-2.6-versatile' GENCONTROL_ARGS='-v3.2+46' +binary-arch_armel_none: binary-arch_armel_none_iop32x binary-arch_armel_none_ixp4xx binary-arch_armel_none_kirkwood binary-arch_armel_none_mv78xx0 binary-arch_armel_none_orion5x binary-arch_armel_none_real binary-arch_armel_none_versatile +binary-arch_armel_none_iop32x: binary-arch_armel_none_iop32x_real +binary-arch_armel_none_iop32x_real:: + ln -sf linux-image.NEWS debian/linux-image-iop32x.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-iop32x -plinux-headers-iop32x' ABINAME='3.2.0-4' ARCH='armel' FEATURESET='none' FLAVOUR='iop32x' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-iop32x' +binary-arch_armel_none_ixp4xx: binary-arch_armel_none_ixp4xx_real +binary-arch_armel_none_ixp4xx_real:: + ln -sf linux-image.NEWS debian/linux-image-ixp4xx.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-ixp4xx -plinux-headers-ixp4xx' ABINAME='3.2.0-4' ARCH='armel' FEATURESET='none' FLAVOUR='ixp4xx' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-ixp4xx' +binary-arch_armel_none_kirkwood: binary-arch_armel_none_kirkwood_real +binary-arch_armel_none_kirkwood_real:: + ln -sf linux-image.NEWS debian/linux-image-kirkwood.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-kirkwood -plinux-headers-kirkwood' ABINAME='3.2.0-4' ARCH='armel' FEATURESET='none' FLAVOUR='kirkwood' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-kirkwood' +binary-arch_armel_none_mv78xx0: binary-arch_armel_none_mv78xx0_real +binary-arch_armel_none_mv78xx0_real:: + ln -sf linux-image.NEWS debian/linux-image-mv78xx0.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-mv78xx0 -plinux-headers-mv78xx0' ABINAME='3.2.0-4' ARCH='armel' FEATURESET='none' FLAVOUR='mv78xx0' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-mv78xx0' +binary-arch_armel_none_orion5x: binary-arch_armel_none_orion5x_real +binary-arch_armel_none_orion5x_real:: + ln -sf linux-image.NEWS debian/linux-image-orion5x.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-orion5x -plinux-headers-orion5x' ABINAME='3.2.0-4' ARCH='armel' FEATURESET='none' FLAVOUR='orion5x' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-orion5x' +binary-arch_armel_none_real: +binary-arch_armel_none_versatile: binary-arch_armel_none_versatile_real +binary-arch_armel_none_versatile_real:: + ln -sf linux-image.NEWS debian/linux-image-versatile.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-versatile -plinux-headers-versatile' ABINAME='3.2.0-4' ARCH='armel' FEATURESET='none' FLAVOUR='versatile' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-versatile' +binary-arch_armel_real: +binary-arch_armhf: binary-arch_armhf_extra binary-arch_armhf_none binary-arch_armhf_real +binary-arch_armhf_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='armhf' DH_OPTIONS='-plinux-headers-2.6-mx5' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armhf' DH_OPTIONS='-plinux-headers-2.6-omap' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armhf' DH_OPTIONS='-plinux-image-2.6-mx5' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='armhf' DH_OPTIONS='-plinux-image-2.6-omap' GENCONTROL_ARGS='-v3.2+46' +binary-arch_armhf_none: binary-arch_armhf_none_mx5 binary-arch_armhf_none_omap binary-arch_armhf_none_real binary-arch_armhf_none_vexpress +binary-arch_armhf_none_mx5: binary-arch_armhf_none_mx5_real +binary-arch_armhf_none_mx5_real:: + ln -sf linux-image.NEWS debian/linux-image-mx5.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-mx5 -plinux-headers-mx5' ABINAME='3.2.0-4' ARCH='armhf' FEATURESET='none' FLAVOUR='mx5' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-mx5' +binary-arch_armhf_none_omap: binary-arch_armhf_none_omap_real +binary-arch_armhf_none_omap_real:: + ln -sf linux-image.NEWS debian/linux-image-omap.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-omap -plinux-headers-omap' ABINAME='3.2.0-4' ARCH='armhf' FEATURESET='none' FLAVOUR='omap' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-omap' +binary-arch_armhf_none_real: +binary-arch_armhf_none_vexpress: binary-arch_armhf_none_vexpress_real +binary-arch_armhf_none_vexpress_real:: + ln -sf linux-image.NEWS debian/linux-image-vexpress.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-vexpress -plinux-headers-vexpress' ABINAME='3.2.0-4' ARCH='armhf' FEATURESET='none' FLAVOUR='vexpress' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-vexpress' +binary-arch_armhf_real: +binary-arch_hppa: binary-arch_hppa_extra binary-arch_hppa_none binary-arch_hppa_real +binary-arch_hppa_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-headers-2.6-parisc' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-headers-2.6-parisc-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-headers-2.6-parisc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-headers-2.6-parisc64-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-image-2.6-parisc' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-image-2.6-parisc-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-image-2.6-parisc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-image-2.6-parisc64-smp' GENCONTROL_ARGS='-v3.2+46' +binary-arch_hppa_none: binary-arch_hppa_none_parisc binary-arch_hppa_none_parisc-smp binary-arch_hppa_none_parisc64 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-dummy DH_OPTIONS='-plinux-image-parisc-smp -plinux-headers-parisc-smp' ABINAME='3.2.0-4' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc-smp' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-parisc-smp' +binary-arch_hppa_none_parisc64: binary-arch_hppa_none_parisc64_real +binary-arch_hppa_none_parisc64-smp: binary-arch_hppa_none_parisc64-smp_real +binary-arch_hppa_none_parisc64-smp_real:: + ln -sf linux-image.NEWS debian/linux-image-parisc64-smp.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-parisc64-smp -plinux-headers-parisc64-smp' ABINAME='3.2.0-4' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc64-smp' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-parisc64-smp' +binary-arch_hppa_none_parisc64_real:: + ln -sf linux-image.NEWS debian/linux-image-parisc64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-parisc64 -plinux-headers-parisc64' ABINAME='3.2.0-4' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-parisc64' +binary-arch_hppa_none_parisc_real:: + ln -sf linux-image.NEWS debian/linux-image-parisc.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-parisc -plinux-headers-parisc' ABINAME='3.2.0-4' ARCH='hppa' FEATURESET='none' FLAVOUR='parisc' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-parisc' +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-headers-2.6-486' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-headers-2.6-686-pae' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-headers-2.6-amd64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-2.6-486' GENCONTROL_ARGS='-v3.2+46' + ln -sf linux-image-686.config debian/linux-image-2.6-686.config + ln -sf linux-image-686.postinst debian/linux-image-2.6-686.postinst + ln -sf linux-image-686.templates debian/linux-image-2.6-686.templates + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-2.6-686' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-2.6-686-bigmem' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-2.6-686-pae' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-2.6-amd64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-686' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-image-686-bigmem' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-pxen-linux-system-2.6-xen-686' GENCONTROL_ARGS='-v3.2+46' +binary-arch_i386_none: binary-arch_i386_none_486 binary-arch_i386_none_686-pae binary-arch_i386_none_amd64 binary-arch_i386_none_real +binary-arch_i386_none_486: binary-arch_i386_none_486_real +binary-arch_i386_none_486_real:: + ln -sf linux-image.NEWS debian/linux-image-486.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-486 -plinux-headers-486' ABINAME='3.2.0-4' ARCH='i386' FEATURESET='none' FLAVOUR='486' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-486' +binary-arch_i386_none_686-pae: binary-arch_i386_none_686-pae_real +binary-arch_i386_none_686-pae_real:: + ln -sf linux-image.NEWS debian/linux-image-686-pae.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-686-pae -plinux-headers-686-pae -pxen-linux-system-686-pae' ABINAME='3.2.0-4' ARCH='i386' FEATURESET='none' FLAVOUR='686-pae' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-686-pae' +binary-arch_i386_none_amd64: binary-arch_i386_none_amd64_real +binary-arch_i386_none_amd64_real:: + ln -sf linux-image.NEWS debian/linux-image-amd64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-amd64 -plinux-headers-amd64 -pxen-linux-system-amd64' ABINAME='3.2.0-4' ARCH='i386' FEATURESET='none' FLAVOUR='amd64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-amd64' +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:: + ln -sf linux-image.NEWS debian/linux-image-rt-686-pae.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-rt-686-pae -plinux-headers-rt-686-pae' ABINAME='3.2.0-4' ARCH='i386' FEATURESET='rt' FLAVOUR='686-pae' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-rt-686-pae' +binary-arch_i386_rt_real: +binary-arch_ia64: binary-arch_ia64_extra binary-arch_ia64_none binary-arch_ia64_real +binary-arch_ia64_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='ia64' DH_OPTIONS='-plinux-headers-2.6-itanium' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='ia64' DH_OPTIONS='-plinux-headers-2.6-mckinley' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='ia64' DH_OPTIONS='-plinux-image-2.6-itanium' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='ia64' DH_OPTIONS='-plinux-image-2.6-mckinley' GENCONTROL_ARGS='-v3.2+46' +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 + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-itanium -plinux-headers-itanium' ABINAME='3.2.0-4' ARCH='ia64' FEATURESET='none' FLAVOUR='itanium' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-itanium' +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 + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-mckinley -plinux-headers-mckinley' ABINAME='3.2.0-4' ARCH='ia64' FEATURESET='none' FLAVOUR='mckinley' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-mckinley' +binary-arch_ia64_none_real: +binary-arch_ia64_real: +binary-arch_m68k: binary-arch_m68k_extra binary-arch_m68k_none binary-arch_m68k_real +binary-arch_m68k_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-headers-2.6-amiga' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-headers-2.6-atari' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-headers-2.6-bvme6000' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-headers-2.6-mac' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-headers-2.6-mvme147' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-headers-2.6-mvme16x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-image-2.6-amiga' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-image-2.6-atari' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-image-2.6-bvme6000' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-image-2.6-mac' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-image-2.6-mvme147' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='m68k' DH_OPTIONS='-plinux-image-2.6-mvme16x' GENCONTROL_ARGS='-v3.2+46' +binary-arch_m68k_none: binary-arch_m68k_none_amiga binary-arch_m68k_none_atari binary-arch_m68k_none_bvme6000 binary-arch_m68k_none_mac binary-arch_m68k_none_mvme147 binary-arch_m68k_none_mvme16x binary-arch_m68k_none_real +binary-arch_m68k_none_amiga: binary-arch_m68k_none_amiga_real +binary-arch_m68k_none_amiga_real:: + ln -sf linux-image.NEWS debian/linux-image-amiga.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-amiga -plinux-headers-amiga' ABINAME='3.2.0-4' ARCH='m68k' FEATURESET='none' FLAVOUR='amiga' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-amiga' +binary-arch_m68k_none_atari: binary-arch_m68k_none_atari_real +binary-arch_m68k_none_atari_real:: + ln -sf linux-image.NEWS debian/linux-image-atari.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-atari -plinux-headers-atari' ABINAME='3.2.0-4' ARCH='m68k' FEATURESET='none' FLAVOUR='atari' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-atari' +binary-arch_m68k_none_bvme6000: binary-arch_m68k_none_bvme6000_real +binary-arch_m68k_none_bvme6000_real:: + ln -sf linux-image.NEWS debian/linux-image-bvme6000.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-bvme6000 -plinux-headers-bvme6000' ABINAME='3.2.0-4' ARCH='m68k' FEATURESET='none' FLAVOUR='bvme6000' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-bvme6000' +binary-arch_m68k_none_mac: binary-arch_m68k_none_mac_real +binary-arch_m68k_none_mac_real:: + ln -sf linux-image.NEWS debian/linux-image-mac.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-mac -plinux-headers-mac' ABINAME='3.2.0-4' ARCH='m68k' FEATURESET='none' FLAVOUR='mac' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-mac' +binary-arch_m68k_none_mvme147: binary-arch_m68k_none_mvme147_real +binary-arch_m68k_none_mvme147_real:: + ln -sf linux-image.NEWS debian/linux-image-mvme147.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-mvme147 -plinux-headers-mvme147' ABINAME='3.2.0-4' ARCH='m68k' FEATURESET='none' FLAVOUR='mvme147' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-mvme147' +binary-arch_m68k_none_mvme16x: binary-arch_m68k_none_mvme16x_real +binary-arch_m68k_none_mvme16x_real:: + ln -sf linux-image.NEWS debian/linux-image-mvme16x.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-mvme16x -plinux-headers-mvme16x' ABINAME='3.2.0-4' ARCH='m68k' FEATURESET='none' FLAVOUR='mvme16x' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-mvme16x' +binary-arch_m68k_none_real: +binary-arch_m68k_real: +binary-arch_mips: binary-arch_mips_extra binary-arch_mips_none binary-arch_mips_real +binary-arch_mips_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-4kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-5kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-octeon' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-r4k-ip22' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-r5k-ip32' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-sb1-bcm91250a' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-headers-2.6-sb1a-bcm91480b' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-4kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-5kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-octeon' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-r4k-ip22' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-r5k-ip32' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-sb1-bcm91250a' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mips' DH_OPTIONS='-plinux-image-2.6-sb1a-bcm91480b' GENCONTROL_ARGS='-v3.2+46' +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_r4k-ip22 binary-arch_mips_none_r5k-ip32 binary-arch_mips_none_real binary-arch_mips_none_sb1-bcm91250a binary-arch_mips_none_sb1a-bcm91480b +binary-arch_mips_none_4kc-malta: binary-arch_mips_none_4kc-malta_real +binary-arch_mips_none_4kc-malta_real:: + ln -sf linux-image.NEWS debian/linux-image-4kc-malta.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-4kc-malta -plinux-headers-4kc-malta' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='4kc-malta' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-4kc-malta' +binary-arch_mips_none_5kc-malta: binary-arch_mips_none_5kc-malta_real +binary-arch_mips_none_5kc-malta_real:: + ln -sf linux-image.NEWS debian/linux-image-5kc-malta.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-5kc-malta -plinux-headers-5kc-malta' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-5kc-malta' +binary-arch_mips_none_octeon: binary-arch_mips_none_octeon_real +binary-arch_mips_none_octeon_real:: + ln -sf linux-image.NEWS debian/linux-image-octeon.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-octeon -plinux-headers-octeon' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='octeon' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-octeon' +binary-arch_mips_none_r4k-ip22: binary-arch_mips_none_r4k-ip22_real +binary-arch_mips_none_r4k-ip22_real:: + ln -sf linux-image.NEWS debian/linux-image-r4k-ip22.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-r4k-ip22 -plinux-headers-r4k-ip22' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='r4k-ip22' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-r4k-ip22' +binary-arch_mips_none_r5k-ip32: binary-arch_mips_none_r5k-ip32_real +binary-arch_mips_none_r5k-ip32_real:: + ln -sf linux-image.NEWS debian/linux-image-r5k-ip32.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-r5k-ip32 -plinux-headers-r5k-ip32' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='r5k-ip32' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-r5k-ip32' +binary-arch_mips_none_real: +binary-arch_mips_none_sb1-bcm91250a: binary-arch_mips_none_sb1-bcm91250a_real +binary-arch_mips_none_sb1-bcm91250a_real:: + ln -sf linux-image.NEWS debian/linux-image-sb1-bcm91250a.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sb1-bcm91250a -plinux-headers-sb1-bcm91250a' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='sb1-bcm91250a' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sb1-bcm91250a' +binary-arch_mips_none_sb1a-bcm91480b: binary-arch_mips_none_sb1a-bcm91480b_real +binary-arch_mips_none_sb1a-bcm91480b_real:: + ln -sf linux-image.NEWS debian/linux-image-sb1a-bcm91480b.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sb1a-bcm91480b -plinux-headers-sb1a-bcm91480b' ABINAME='3.2.0-4' ARCH='mips' FEATURESET='none' FLAVOUR='sb1a-bcm91480b' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sb1a-bcm91480b' +binary-arch_mips_real: +binary-arch_mipsel: binary-arch_mipsel_extra binary-arch_mipsel_none binary-arch_mipsel_real +binary-arch_mipsel_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-headers-2.6-4kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-headers-2.6-5kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-headers-2.6-loongson-2f' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-headers-2.6-r5k-cobalt' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-headers-2.6-sb1-bcm91250a' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-headers-2.6-sb1a-bcm91480b' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-image-2.6-4kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-image-2.6-5kc-malta' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-image-2.6-loongson-2f' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-image-2.6-r5k-cobalt' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-image-2.6-sb1-bcm91250a' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='mipsel' DH_OPTIONS='-plinux-image-2.6-sb1a-bcm91480b' GENCONTROL_ARGS='-v3.2+46' +binary-arch_mipsel_none: binary-arch_mipsel_none_4kc-malta binary-arch_mipsel_none_5kc-malta binary-arch_mipsel_none_loongson-2f binary-arch_mipsel_none_r5k-cobalt binary-arch_mipsel_none_real binary-arch_mipsel_none_sb1-bcm91250a binary-arch_mipsel_none_sb1a-bcm91480b +binary-arch_mipsel_none_4kc-malta: binary-arch_mipsel_none_4kc-malta_real +binary-arch_mipsel_none_4kc-malta_real:: + ln -sf linux-image.NEWS debian/linux-image-4kc-malta.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-4kc-malta -plinux-headers-4kc-malta' ABINAME='3.2.0-4' ARCH='mipsel' FEATURESET='none' FLAVOUR='4kc-malta' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-4kc-malta' +binary-arch_mipsel_none_5kc-malta: binary-arch_mipsel_none_5kc-malta_real +binary-arch_mipsel_none_5kc-malta_real:: + ln -sf linux-image.NEWS debian/linux-image-5kc-malta.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-5kc-malta -plinux-headers-5kc-malta' ABINAME='3.2.0-4' ARCH='mipsel' FEATURESET='none' FLAVOUR='5kc-malta' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-5kc-malta' +binary-arch_mipsel_none_loongson-2f: binary-arch_mipsel_none_loongson-2f_real +binary-arch_mipsel_none_loongson-2f_real:: + ln -sf linux-image.NEWS debian/linux-image-loongson-2f.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-loongson-2f -plinux-headers-loongson-2f' ABINAME='3.2.0-4' ARCH='mipsel' FEATURESET='none' FLAVOUR='loongson-2f' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-loongson-2f' +binary-arch_mipsel_none_r5k-cobalt: binary-arch_mipsel_none_r5k-cobalt_real +binary-arch_mipsel_none_r5k-cobalt_real:: + ln -sf linux-image.NEWS debian/linux-image-r5k-cobalt.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-r5k-cobalt -plinux-headers-r5k-cobalt' ABINAME='3.2.0-4' ARCH='mipsel' FEATURESET='none' FLAVOUR='r5k-cobalt' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-r5k-cobalt' +binary-arch_mipsel_none_real: +binary-arch_mipsel_none_sb1-bcm91250a: binary-arch_mipsel_none_sb1-bcm91250a_real +binary-arch_mipsel_none_sb1-bcm91250a_real:: + ln -sf linux-image.NEWS debian/linux-image-sb1-bcm91250a.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sb1-bcm91250a -plinux-headers-sb1-bcm91250a' ABINAME='3.2.0-4' ARCH='mipsel' FEATURESET='none' FLAVOUR='sb1-bcm91250a' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sb1-bcm91250a' +binary-arch_mipsel_none_sb1a-bcm91480b: binary-arch_mipsel_none_sb1a-bcm91480b_real +binary-arch_mipsel_none_sb1a-bcm91480b_real:: + ln -sf linux-image.NEWS debian/linux-image-sb1a-bcm91480b.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sb1a-bcm91480b -plinux-headers-sb1a-bcm91480b' ABINAME='3.2.0-4' ARCH='mipsel' FEATURESET='none' FLAVOUR='sb1a-bcm91480b' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sb1a-bcm91480b' +binary-arch_mipsel_real: +binary-arch_powerpc: binary-arch_powerpc_extra binary-arch_powerpc_none binary-arch_powerpc_real +binary-arch_powerpc_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='powerpc' DH_OPTIONS='-plinux-headers-2.6-powerpc' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='powerpc' DH_OPTIONS='-plinux-headers-2.6-powerpc-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='powerpc' DH_OPTIONS='-plinux-headers-2.6-powerpc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='powerpc' DH_OPTIONS='-plinux-image-2.6-powerpc' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='powerpc' DH_OPTIONS='-plinux-image-2.6-powerpc-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='powerpc' DH_OPTIONS='-plinux-image-2.6-powerpc64' GENCONTROL_ARGS='-v3.2+46' +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:: + ln -sf linux-image.NEWS debian/linux-image-powerpc-smp.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc-smp -plinux-headers-powerpc-smp' ABINAME='3.2.0-4' ARCH='powerpc' FEATURESET='none' FLAVOUR='powerpc-smp' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-powerpc-smp' +binary-arch_powerpc_none_powerpc64: binary-arch_powerpc_none_powerpc64_real +binary-arch_powerpc_none_powerpc64_real:: + ln -sf linux-image.NEWS debian/linux-image-powerpc64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc64 -plinux-headers-powerpc64' ABINAME='3.2.0-4' ARCH='powerpc' FEATURESET='none' FLAVOUR='powerpc64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-powerpc64' +binary-arch_powerpc_none_powerpc_real:: + ln -sf linux-image.NEWS debian/linux-image-powerpc.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc -plinux-headers-powerpc' ABINAME='3.2.0-4' ARCH='powerpc' FEATURESET='none' FLAVOUR='powerpc' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-powerpc' +binary-arch_powerpc_none_real: +binary-arch_powerpc_real: +binary-arch_ppc64: binary-arch_ppc64_extra binary-arch_ppc64_none binary-arch_ppc64_real +binary-arch_ppc64_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='ppc64' DH_OPTIONS='-plinux-headers-2.6-powerpc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='ppc64' DH_OPTIONS='-plinux-image-2.6-powerpc64' GENCONTROL_ARGS='-v3.2+46' +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:: + ln -sf linux-image.NEWS debian/linux-image-powerpc64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-powerpc64 -plinux-headers-powerpc64' ABINAME='3.2.0-4' ARCH='ppc64' FEATURESET='none' FLAVOUR='powerpc64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-powerpc64' +binary-arch_ppc64_none_real: +binary-arch_ppc64_real: +binary-arch_s390: binary-arch_s390_extra binary-arch_s390_none binary-arch_s390_real +binary-arch_s390_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='s390' DH_OPTIONS='-plinux-headers-2.6-s390x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='s390' DH_OPTIONS='-plinux-image-2.6-s390x' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='s390' DH_OPTIONS='-plinux-image-2.6-s390x-tape' GENCONTROL_ARGS='-v3.2+46' +binary-arch_s390_none: binary-arch_s390_none_real binary-arch_s390_none_s390x binary-arch_s390_none_s390x-tape +binary-arch_s390_none_real: +binary-arch_s390_none_s390x: binary-arch_s390_none_s390x_real +binary-arch_s390_none_s390x-tape: binary-arch_s390_none_s390x-tape_real +binary-arch_s390_none_s390x-tape_real:: + ln -sf linux-image.NEWS debian/linux-image-s390x-tape.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-s390x-tape' ABINAME='3.2.0-4' ARCH='s390' FEATURESET='none' FLAVOUR='s390x-tape' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-s390x-tape' +binary-arch_s390_none_s390x_real:: + ln -sf linux-image.NEWS debian/linux-image-s390x.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-s390x -plinux-headers-s390x' ABINAME='3.2.0-4' ARCH='s390' FEATURESET='none' FLAVOUR='s390x' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-s390x' +binary-arch_s390_real: +binary-arch_s390x: binary-arch_s390x_none binary-arch_s390x_real +binary-arch_s390x_none: binary-arch_s390x_none_real binary-arch_s390x_none_s390x binary-arch_s390x_none_s390x-tape +binary-arch_s390x_none_real: +binary-arch_s390x_none_s390x: binary-arch_s390x_none_s390x_real +binary-arch_s390x_none_s390x-tape: binary-arch_s390x_none_s390x-tape_real +binary-arch_s390x_none_s390x-tape_real:: + ln -sf linux-image.NEWS debian/linux-image-s390x-tape.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-s390x-tape' ABINAME='3.2.0-4' ARCH='s390x' FEATURESET='none' FLAVOUR='s390x-tape' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-s390x-tape' +binary-arch_s390x_none_s390x_real:: + ln -sf linux-image.NEWS debian/linux-image-s390x.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-s390x -plinux-headers-s390x' ABINAME='3.2.0-4' ARCH='s390x' FEATURESET='none' FLAVOUR='s390x' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-s390x' +binary-arch_s390x_real: +binary-arch_sh4: binary-arch_sh4_extra binary-arch_sh4_none binary-arch_sh4_real +binary-arch_sh4_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='sh4' DH_OPTIONS='-plinux-headers-2.6-sh7751r' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sh4' DH_OPTIONS='-plinux-headers-2.6-sh7785lcr' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sh4' DH_OPTIONS='-plinux-image-2.6-sh7751r' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sh4' DH_OPTIONS='-plinux-image-2.6-sh7785lcr' GENCONTROL_ARGS='-v3.2+46' +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:: + ln -sf linux-image.NEWS debian/linux-image-sh7751r.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sh7751r -plinux-headers-sh7751r' ABINAME='3.2.0-4' ARCH='sh4' FEATURESET='none' FLAVOUR='sh7751r' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sh7751r' +binary-arch_sh4_none_sh7785lcr: binary-arch_sh4_none_sh7785lcr_real +binary-arch_sh4_none_sh7785lcr_real:: + ln -sf linux-image.NEWS debian/linux-image-sh7785lcr.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sh7785lcr -plinux-headers-sh7785lcr' ABINAME='3.2.0-4' ARCH='sh4' FEATURESET='none' FLAVOUR='sh7785lcr' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sh7785lcr' +binary-arch_sh4_real: +binary-arch_sparc: binary-arch_sparc_extra binary-arch_sparc_none binary-arch_sparc_real +binary-arch_sparc64: binary-arch_sparc64_extra binary-arch_sparc64_none binary-arch_sparc64_real +binary-arch_sparc64_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc64' DH_OPTIONS='-plinux-headers-2.6-sparc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc64' DH_OPTIONS='-plinux-headers-2.6-sparc64-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc64' DH_OPTIONS='-plinux-image-2.6-sparc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc64' DH_OPTIONS='-plinux-image-2.6-sparc64-smp' GENCONTROL_ARGS='-v3.2+46' +binary-arch_sparc64_none: binary-arch_sparc64_none_real binary-arch_sparc64_none_sparc64 binary-arch_sparc64_none_sparc64-smp +binary-arch_sparc64_none_real: +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:: + ln -sf linux-image.NEWS debian/linux-image-sparc64-smp.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sparc64-smp -plinux-headers-sparc64-smp' ABINAME='3.2.0-4' ARCH='sparc64' FEATURESET='none' FLAVOUR='sparc64-smp' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sparc64-smp' +binary-arch_sparc64_none_sparc64_real:: + ln -sf linux-image.NEWS debian/linux-image-sparc64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sparc64 -plinux-headers-sparc64' ABINAME='3.2.0-4' ARCH='sparc64' FEATURESET='none' FLAVOUR='sparc64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sparc64' +binary-arch_sparc64_real: +binary-arch_sparc_extra:: + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc' DH_OPTIONS='-plinux-headers-2.6-sparc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc' DH_OPTIONS='-plinux-headers-2.6-sparc64-smp' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc' DH_OPTIONS='-plinux-image-2.6-sparc64' GENCONTROL_ARGS='-v3.2+46' + $(MAKE) -f debian/rules.real install-dummy ARCH='sparc' DH_OPTIONS='-plinux-image-2.6-sparc64-smp' GENCONTROL_ARGS='-v3.2+46' +binary-arch_sparc_none: binary-arch_sparc_none_real binary-arch_sparc_none_sparc64 binary-arch_sparc_none_sparc64-smp +binary-arch_sparc_none_real: +binary-arch_sparc_none_sparc64: binary-arch_sparc_none_sparc64_real +binary-arch_sparc_none_sparc64-smp: binary-arch_sparc_none_sparc64-smp_real +binary-arch_sparc_none_sparc64-smp_real:: + ln -sf linux-image.NEWS debian/linux-image-sparc64-smp.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sparc64-smp -plinux-headers-sparc64-smp' ABINAME='3.2.0-4' ARCH='sparc' FEATURESET='none' FLAVOUR='sparc64-smp' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sparc64-smp' +binary-arch_sparc_none_sparc64_real:: + ln -sf linux-image.NEWS debian/linux-image-sparc64.NEWS + $(MAKE) -f debian/rules.real install-dummy DH_OPTIONS='-plinux-image-sparc64 -plinux-headers-sparc64' ABINAME='3.2.0-4' ARCH='sparc' FEATURESET='none' FLAVOUR='sparc64' GENCONTROL_ARGS='-v3.2+46' LOCALVERSION='-sparc64' +binary-arch_sparc_real: +binary-indep:: + $(MAKE) -f debian/rules.real binary-indep GENCONTROL_ARGS='-v3.2+46' +build-arch: build-arch_alpha build-arch_amd64 build-arch_armel build-arch_armhf build-arch_hppa build-arch_i386 build-arch_ia64 build-arch_m68k build-arch_mips build-arch_mipsel build-arch_powerpc build-arch_ppc64 build-arch_s390 build-arch_s390x build-arch_sh4 build-arch_sparc build-arch_sparc64 +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-legacy build-arch_alpha_none_alpha-smp build-arch_alpha_none_real +build-arch_alpha_none_alpha-generic: build-arch_alpha_none_alpha-generic_real +build-arch_alpha_none_alpha-generic_real: +build-arch_alpha_none_alpha-legacy: build-arch_alpha_none_alpha-legacy_real +build-arch_alpha_none_alpha-legacy_real: +build-arch_alpha_none_alpha-smp: build-arch_alpha_none_alpha-smp_real +build-arch_alpha_none_alpha-smp_real: +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_amd64: build-arch_amd64_none_amd64_real +build-arch_amd64_none_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_armel: build-arch_armel_none build-arch_armel_real +build-arch_armel_none: build-arch_armel_none_iop32x build-arch_armel_none_ixp4xx build-arch_armel_none_kirkwood build-arch_armel_none_mv78xx0 build-arch_armel_none_orion5x build-arch_armel_none_real build-arch_armel_none_versatile +build-arch_armel_none_iop32x: build-arch_armel_none_iop32x_real +build-arch_armel_none_iop32x_real: +build-arch_armel_none_ixp4xx: build-arch_armel_none_ixp4xx_real +build-arch_armel_none_ixp4xx_real: +build-arch_armel_none_kirkwood: build-arch_armel_none_kirkwood_real +build-arch_armel_none_kirkwood_real: +build-arch_armel_none_mv78xx0: build-arch_armel_none_mv78xx0_real +build-arch_armel_none_mv78xx0_real: +build-arch_armel_none_orion5x: build-arch_armel_none_orion5x_real +build-arch_armel_none_orion5x_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_real: +build-arch_armhf: build-arch_armhf_none build-arch_armhf_real +build-arch_armhf_none: build-arch_armhf_none_mx5 build-arch_armhf_none_omap build-arch_armhf_none_real build-arch_armhf_none_vexpress +build-arch_armhf_none_mx5: build-arch_armhf_none_mx5_real +build-arch_armhf_none_mx5_real: +build-arch_armhf_none_omap: build-arch_armhf_none_omap_real +build-arch_armhf_none_omap_real: +build-arch_armhf_none_real: +build-arch_armhf_none_vexpress: build-arch_armhf_none_vexpress_real +build-arch_armhf_none_vexpress_real: +build-arch_armhf_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_parisc-smp build-arch_hppa_none_parisc64 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: build-arch_hppa_none_parisc64_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_parisc64_real: +build-arch_hppa_none_parisc_real: +build-arch_hppa_none_real: +build-arch_hppa_real: +build-arch_i386: build-arch_i386_none build-arch_i386_real build-arch_i386_rt +build-arch_i386_none: build-arch_i386_none_486 build-arch_i386_none_686-pae build-arch_i386_none_amd64 build-arch_i386_none_real +build-arch_i386_none_486: build-arch_i386_none_486_real +build-arch_i386_none_486_real: +build-arch_i386_none_686-pae: build-arch_i386_none_686-pae_real +build-arch_i386_none_686-pae_real: +build-arch_i386_none_amd64: build-arch_i386_none_amd64_real +build-arch_i386_none_amd64_real: +build-arch_i386_none_real: +build-arch_i386_real: +build-arch_i386_rt: build-arch_i386_rt_686-pae build-arch_i386_rt_real +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_amiga build-arch_m68k_none_atari build-arch_m68k_none_bvme6000 build-arch_m68k_none_mac build-arch_m68k_none_mvme147 build-arch_m68k_none_mvme16x build-arch_m68k_none_real +build-arch_m68k_none_amiga: build-arch_m68k_none_amiga_real +build-arch_m68k_none_amiga_real: +build-arch_m68k_none_atari: build-arch_m68k_none_atari_real +build-arch_m68k_none_atari_real: +build-arch_m68k_none_bvme6000: build-arch_m68k_none_bvme6000_real +build-arch_m68k_none_bvme6000_real: +build-arch_m68k_none_mac: build-arch_m68k_none_mac_real +build-arch_m68k_none_mac_real: +build-arch_m68k_none_mvme147: build-arch_m68k_none_mvme147_real +build-arch_m68k_none_mvme147_real: +build-arch_m68k_none_mvme16x: build-arch_m68k_none_mvme16x_real +build-arch_m68k_none_mvme16x_real: +build-arch_m68k_none_real: +build-arch_m68k_real: +build-arch_mips: build-arch_mips_none build-arch_mips_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_r4k-ip22 build-arch_mips_none_r5k-ip32 build-arch_mips_none_real build-arch_mips_none_sb1-bcm91250a build-arch_mips_none_sb1a-bcm91480b +build-arch_mips_none_4kc-malta: build-arch_mips_none_4kc-malta_real +build-arch_mips_none_4kc-malta_real: +build-arch_mips_none_5kc-malta: build-arch_mips_none_5kc-malta_real +build-arch_mips_none_5kc-malta_real: +build-arch_mips_none_octeon: build-arch_mips_none_octeon_real +build-arch_mips_none_octeon_real: +build-arch_mips_none_r4k-ip22: build-arch_mips_none_r4k-ip22_real +build-arch_mips_none_r4k-ip22_real: +build-arch_mips_none_r5k-ip32: build-arch_mips_none_r5k-ip32_real +build-arch_mips_none_r5k-ip32_real: +build-arch_mips_none_real: +build-arch_mips_none_sb1-bcm91250a: build-arch_mips_none_sb1-bcm91250a_real +build-arch_mips_none_sb1-bcm91250a_real: +build-arch_mips_none_sb1a-bcm91480b: build-arch_mips_none_sb1a-bcm91480b_real +build-arch_mips_none_sb1a-bcm91480b_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-2f build-arch_mipsel_none_r5k-cobalt build-arch_mipsel_none_real build-arch_mipsel_none_sb1-bcm91250a build-arch_mipsel_none_sb1a-bcm91480b +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-2f: build-arch_mipsel_none_loongson-2f_real +build-arch_mipsel_none_loongson-2f_real: +build-arch_mipsel_none_r5k-cobalt: build-arch_mipsel_none_r5k-cobalt_real +build-arch_mipsel_none_r5k-cobalt_real: +build-arch_mipsel_none_real: +build-arch_mipsel_none_sb1-bcm91250a: build-arch_mipsel_none_sb1-bcm91250a_real +build-arch_mipsel_none_sb1-bcm91250a_real: +build-arch_mipsel_none_sb1a-bcm91480b: build-arch_mipsel_none_sb1a-bcm91480b_real +build-arch_mipsel_none_sb1a-bcm91480b_real: +build-arch_mipsel_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 +build-arch_powerpc_none_powerpc-smp: build-arch_powerpc_none_powerpc-smp_real +build-arch_powerpc_none_powerpc-smp_real: +build-arch_powerpc_none_powerpc64: build-arch_powerpc_none_powerpc64_real +build-arch_powerpc_none_powerpc64_real: +build-arch_powerpc_none_powerpc_real: +build-arch_powerpc_none_real: +build-arch_powerpc_real: +build-arch_ppc64: build-arch_ppc64_none build-arch_ppc64_real +build-arch_ppc64_none: build-arch_ppc64_none_powerpc64 build-arch_ppc64_none_real +build-arch_ppc64_none_powerpc64: build-arch_ppc64_none_powerpc64_real +build-arch_ppc64_none_powerpc64_real: +build-arch_ppc64_none_real: +build-arch_ppc64_real: +build-arch_s390: build-arch_s390_none build-arch_s390_real +build-arch_s390_none: build-arch_s390_none_real build-arch_s390_none_s390x build-arch_s390_none_s390x-tape +build-arch_s390_none_real: +build-arch_s390_none_s390x: build-arch_s390_none_s390x_real +build-arch_s390_none_s390x-tape: build-arch_s390_none_s390x-tape_real +build-arch_s390_none_s390x-tape_real: +build-arch_s390_none_s390x_real: +build-arch_s390_real: +build-arch_s390x: build-arch_s390x_none build-arch_s390x_real +build-arch_s390x_none: build-arch_s390x_none_real build-arch_s390x_none_s390x build-arch_s390x_none_s390x-tape +build-arch_s390x_none_real: +build-arch_s390x_none_s390x: build-arch_s390x_none_s390x_real +build-arch_s390x_none_s390x-tape: build-arch_s390x_none_s390x-tape_real +build-arch_s390x_none_s390x-tape_real: +build-arch_s390x_none_s390x_real: +build-arch_s390x_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: +build-arch_sh4_none_sh7751r: build-arch_sh4_none_sh7751r_real +build-arch_sh4_none_sh7751r_real: +build-arch_sh4_none_sh7785lcr: build-arch_sh4_none_sh7785lcr_real +build-arch_sh4_none_sh7785lcr_real: +build-arch_sh4_real: +build-arch_sparc: build-arch_sparc_none build-arch_sparc_real +build-arch_sparc64: build-arch_sparc64_none build-arch_sparc64_real +build-arch_sparc64_none: build-arch_sparc64_none_real build-arch_sparc64_none_sparc64 build-arch_sparc64_none_sparc64-smp +build-arch_sparc64_none_real: +build-arch_sparc64_none_sparc64: build-arch_sparc64_none_sparc64_real +build-arch_sparc64_none_sparc64-smp: build-arch_sparc64_none_sparc64-smp_real +build-arch_sparc64_none_sparc64-smp_real: +build-arch_sparc64_none_sparc64_real: +build-arch_sparc64_real: +build-arch_sparc_none: build-arch_sparc_none_real build-arch_sparc_none_sparc64 build-arch_sparc_none_sparc64-smp +build-arch_sparc_none_real: +build-arch_sparc_none_sparc64: build-arch_sparc_none_sparc64_real +build-arch_sparc_none_sparc64-smp: build-arch_sparc_none_sparc64-smp_real +build-arch_sparc_none_sparc64-smp_real: +build-arch_sparc_none_sparc64_real: +build-arch_sparc_real: +build-indep:: + $(MAKE) -f debian/rules.real build-indep GENCONTROL_ARGS='-v3.2+46' +setup: setup_alpha setup_amd64 setup_armel setup_armhf setup_hppa setup_i386 setup_ia64 setup_m68k setup_mips setup_mipsel setup_powerpc setup_ppc64 setup_s390 setup_s390x setup_sh4 setup_sparc setup_sparc64 +setup_alpha: setup_alpha_none setup_alpha_real +setup_alpha_none: setup_alpha_none_alpha-generic setup_alpha_none_alpha-legacy setup_alpha_none_alpha-smp setup_alpha_none_real +setup_alpha_none_alpha-generic: setup_alpha_none_alpha-generic_real +setup_alpha_none_alpha-generic_real: +setup_alpha_none_alpha-legacy: setup_alpha_none_alpha-legacy_real +setup_alpha_none_alpha-legacy_real: +setup_alpha_none_alpha-smp: setup_alpha_none_alpha-smp_real +setup_alpha_none_alpha-smp_real: +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_amd64: setup_amd64_none_amd64_real +setup_amd64_none_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_armel: setup_armel_none setup_armel_real +setup_armel_none: setup_armel_none_iop32x setup_armel_none_ixp4xx setup_armel_none_kirkwood setup_armel_none_mv78xx0 setup_armel_none_orion5x setup_armel_none_real setup_armel_none_versatile +setup_armel_none_iop32x: setup_armel_none_iop32x_real +setup_armel_none_iop32x_real: +setup_armel_none_ixp4xx: setup_armel_none_ixp4xx_real +setup_armel_none_ixp4xx_real: +setup_armel_none_kirkwood: setup_armel_none_kirkwood_real +setup_armel_none_kirkwood_real: +setup_armel_none_mv78xx0: setup_armel_none_mv78xx0_real +setup_armel_none_mv78xx0_real: +setup_armel_none_orion5x: setup_armel_none_orion5x_real +setup_armel_none_orion5x_real: +setup_armel_none_real: +setup_armel_none_versatile: setup_armel_none_versatile_real +setup_armel_none_versatile_real: +setup_armel_real: +setup_armhf: setup_armhf_none setup_armhf_real +setup_armhf_none: setup_armhf_none_mx5 setup_armhf_none_omap setup_armhf_none_real setup_armhf_none_vexpress +setup_armhf_none_mx5: setup_armhf_none_mx5_real +setup_armhf_none_mx5_real: +setup_armhf_none_omap: setup_armhf_none_omap_real +setup_armhf_none_omap_real: +setup_armhf_none_real: +setup_armhf_none_vexpress: setup_armhf_none_vexpress_real +setup_armhf_none_vexpress_real: +setup_armhf_real: +setup_hppa: setup_hppa_none setup_hppa_real +setup_hppa_none: setup_hppa_none_parisc setup_hppa_none_parisc-smp setup_hppa_none_parisc64 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: setup_hppa_none_parisc64_real +setup_hppa_none_parisc64-smp: setup_hppa_none_parisc64-smp_real +setup_hppa_none_parisc64-smp_real: +setup_hppa_none_parisc64_real: +setup_hppa_none_parisc_real: +setup_hppa_none_real: +setup_hppa_real: +setup_i386: setup_i386_none setup_i386_real setup_i386_rt +setup_i386_none: setup_i386_none_486 setup_i386_none_686-pae setup_i386_none_amd64 setup_i386_none_real +setup_i386_none_486: setup_i386_none_486_real +setup_i386_none_486_real: +setup_i386_none_686-pae: setup_i386_none_686-pae_real +setup_i386_none_686-pae_real: +setup_i386_none_amd64: setup_i386_none_amd64_real +setup_i386_none_amd64_real: +setup_i386_none_real: +setup_i386_real: +setup_i386_rt: setup_i386_rt_686-pae setup_i386_rt_real +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_amiga setup_m68k_none_atari setup_m68k_none_bvme6000 setup_m68k_none_mac setup_m68k_none_mvme147 setup_m68k_none_mvme16x setup_m68k_none_real +setup_m68k_none_amiga: setup_m68k_none_amiga_real +setup_m68k_none_amiga_real: +setup_m68k_none_atari: setup_m68k_none_atari_real +setup_m68k_none_atari_real: +setup_m68k_none_bvme6000: setup_m68k_none_bvme6000_real +setup_m68k_none_bvme6000_real: +setup_m68k_none_mac: setup_m68k_none_mac_real +setup_m68k_none_mac_real: +setup_m68k_none_mvme147: setup_m68k_none_mvme147_real +setup_m68k_none_mvme147_real: +setup_m68k_none_mvme16x: setup_m68k_none_mvme16x_real +setup_m68k_none_mvme16x_real: +setup_m68k_none_real: +setup_m68k_real: +setup_mips: setup_mips_none setup_mips_real +setup_mips_none: setup_mips_none_4kc-malta setup_mips_none_5kc-malta setup_mips_none_octeon setup_mips_none_r4k-ip22 setup_mips_none_r5k-ip32 setup_mips_none_real setup_mips_none_sb1-bcm91250a setup_mips_none_sb1a-bcm91480b +setup_mips_none_4kc-malta: setup_mips_none_4kc-malta_real +setup_mips_none_4kc-malta_real: +setup_mips_none_5kc-malta: setup_mips_none_5kc-malta_real +setup_mips_none_5kc-malta_real: +setup_mips_none_octeon: setup_mips_none_octeon_real +setup_mips_none_octeon_real: +setup_mips_none_r4k-ip22: setup_mips_none_r4k-ip22_real +setup_mips_none_r4k-ip22_real: +setup_mips_none_r5k-ip32: setup_mips_none_r5k-ip32_real +setup_mips_none_r5k-ip32_real: +setup_mips_none_real: +setup_mips_none_sb1-bcm91250a: setup_mips_none_sb1-bcm91250a_real +setup_mips_none_sb1-bcm91250a_real: +setup_mips_none_sb1a-bcm91480b: setup_mips_none_sb1a-bcm91480b_real +setup_mips_none_sb1a-bcm91480b_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-2f setup_mipsel_none_r5k-cobalt setup_mipsel_none_real setup_mipsel_none_sb1-bcm91250a setup_mipsel_none_sb1a-bcm91480b +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-2f: setup_mipsel_none_loongson-2f_real +setup_mipsel_none_loongson-2f_real: +setup_mipsel_none_r5k-cobalt: setup_mipsel_none_r5k-cobalt_real +setup_mipsel_none_r5k-cobalt_real: +setup_mipsel_none_real: +setup_mipsel_none_sb1-bcm91250a: setup_mipsel_none_sb1-bcm91250a_real +setup_mipsel_none_sb1-bcm91250a_real: +setup_mipsel_none_sb1a-bcm91480b: setup_mipsel_none_sb1a-bcm91480b_real +setup_mipsel_none_sb1a-bcm91480b_real: +setup_mipsel_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 +setup_powerpc_none_powerpc-smp: setup_powerpc_none_powerpc-smp_real +setup_powerpc_none_powerpc-smp_real: +setup_powerpc_none_powerpc64: setup_powerpc_none_powerpc64_real +setup_powerpc_none_powerpc64_real: +setup_powerpc_none_powerpc_real: +setup_powerpc_none_real: +setup_powerpc_real: +setup_ppc64: setup_ppc64_none setup_ppc64_real +setup_ppc64_none: setup_ppc64_none_powerpc64 setup_ppc64_none_real +setup_ppc64_none_powerpc64: setup_ppc64_none_powerpc64_real +setup_ppc64_none_powerpc64_real: +setup_ppc64_none_real: +setup_ppc64_real: +setup_s390: setup_s390_none setup_s390_real +setup_s390_none: setup_s390_none_real setup_s390_none_s390x setup_s390_none_s390x-tape +setup_s390_none_real: +setup_s390_none_s390x: setup_s390_none_s390x_real +setup_s390_none_s390x-tape: setup_s390_none_s390x-tape_real +setup_s390_none_s390x-tape_real: +setup_s390_none_s390x_real: +setup_s390_real: +setup_s390x: setup_s390x_none setup_s390x_real +setup_s390x_none: setup_s390x_none_real setup_s390x_none_s390x setup_s390x_none_s390x-tape +setup_s390x_none_real: +setup_s390x_none_s390x: setup_s390x_none_s390x_real +setup_s390x_none_s390x-tape: setup_s390x_none_s390x-tape_real +setup_s390x_none_s390x-tape_real: +setup_s390x_none_s390x_real: +setup_s390x_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: +setup_sh4_none_sh7751r: setup_sh4_none_sh7751r_real +setup_sh4_none_sh7751r_real: +setup_sh4_none_sh7785lcr: setup_sh4_none_sh7785lcr_real +setup_sh4_none_sh7785lcr_real: +setup_sh4_real: +setup_sparc: setup_sparc_none setup_sparc_real +setup_sparc64: setup_sparc64_none setup_sparc64_real +setup_sparc64_none: setup_sparc64_none_real setup_sparc64_none_sparc64 setup_sparc64_none_sparc64-smp +setup_sparc64_none_real: +setup_sparc64_none_sparc64: setup_sparc64_none_sparc64_real +setup_sparc64_none_sparc64-smp: setup_sparc64_none_sparc64-smp_real +setup_sparc64_none_sparc64-smp_real: +setup_sparc64_none_sparc64_real: +setup_sparc64_real: +setup_sparc_none: setup_sparc_none_real setup_sparc_none_sparc64 setup_sparc_none_sparc64-smp +setup_sparc_none_real: +setup_sparc_none_sparc64: setup_sparc_none_sparc64_real +setup_sparc_none_sparc64-smp: setup_sparc_none_sparc64-smp_real +setup_sparc_none_sparc64-smp_real: +setup_sparc_none_sparc64_real: +setup_sparc_real: diff --git a/debian/rules.real b/debian/rules.real new file mode 100644 index 0000000..f656358 --- /dev/null +++ b/debian/rules.real @@ -0,0 +1,70 @@ +SHELL := bash -e +override DEB_HOST_ARCH := $(shell dpkg-architecture -a'$(ARCH)' -f -qDEB_HOST_ARCH) +override DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -a'$(ARCH)' -f -qDEB_HOST_GNU_TYPE) +DEB_BUILD_ARCH := $(shell dpkg-architecture -a'$(ARCH)' -qDEB_BUILD_ARCH) + +export DH_OPTIONS +export DEB_HOST_ARCH + +include debian/rules.defs + +binary-indep: install-doc +binary-indep: install-source +binary-indep: install-tools +binary-indep: install-doc-2.6 +binary-indep: install-source-2.6 +binary-indep: install-tools-2.6 + +install-base: + dh_bugfiles + dh_installdebconf + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol -- $(GENCONTROL_ARGS) + dh_md5sums + dh_builddeb + +install-dummy: + dh_testdir + dh_testroot + dh_prep + $(MAKE) -f debian/rules.real install-base + +install-doc: PACKAGE_NAME = linux-doc +install-doc: DH_OPTIONS = -p$(PACKAGE_NAME) +install-doc: + dh_prep + $(MAKE) -f debian/rules.real install-base + +install-source: PACKAGE_NAME = linux-source +install-source: DH_OPTIONS = -p$(PACKAGE_NAME) +install-source: + dh_prep + $(MAKE) -f debian/rules.real install-base + +install-tools: PACKAGE_NAME = linux-tools +install-tools: DH_OPTIONS = -p$(PACKAGE_NAME) +install-tools: + dh_prep + $(MAKE) -f debian/rules.real install-base + +install-doc-2.6: PACKAGE_NAME = linux-doc-2.6 +install-doc-2.6: DH_OPTIONS = -p$(PACKAGE_NAME) +install-doc-2.6: + dh_prep + $(MAKE) -f debian/rules.real install-base GENCONTROL_ARGS=$(patsubst -v%,-v1:%,$(GENCONTROL_ARGS)) + +install-source-2.6: PACKAGE_NAME = linux-source-2.6 +install-source-2.6: DH_OPTIONS = -p$(PACKAGE_NAME) +install-source-2.6: + dh_prep + $(MAKE) -f debian/rules.real install-base GENCONTROL_ARGS=$(patsubst -v%,-v1:%,$(GENCONTROL_ARGS)) + +install-tools-2.6: PACKAGE_NAME = linux-tools-2.6 +install-tools-2.6: DH_OPTIONS = -p$(PACKAGE_NAME) +install-tools-2.6: + dh_prep + $(MAKE) -f debian/rules.real install-base diff --git a/debian/stamps/build-arch-base b/debian/stamps/build-arch-base new file mode 100644 index 0000000..e69de29 diff --git a/debian/templates/bug-presubj.image.latest.in b/debian/templates/bug-presubj.image.latest.in new file mode 100644 index 0000000..1f2c5e9 --- /dev/null +++ b/debian/templates/bug-presubj.image.latest.in @@ -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-@abiname@@localversion@ instead. diff --git a/debian/templates/control.doc.latest.in b/debian/templates/control.doc.latest.in new file mode 100644 index 0000000..609f45c --- /dev/null +++ b/debian/templates/control.doc.latest.in @@ -0,0 +1,6 @@ +Package: linux-doc +Architecture: all +Depends: linux-doc-@upstreamversion@, ${misc:Depends} +Description: Linux kernel specific documentation (meta-package) + This package depends on the package containing the documentation for the + latest Linux kernel. diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in new file mode 100644 index 0000000..69b3146 --- /dev/null +++ b/debian/templates/control.extra.in @@ -0,0 +1,657 @@ +Package: linux-doc-2.6 +Section: oldlibs +Architecture: all +Depends: linux-doc, ${misc:Depends} +Description: Linux kernel specific documentation (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-486 +Architecture: i386 +Section: oldlibs +Depends: linux-headers-486, ${misc:Depends} +Description: Header files for Linux 486 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-4kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-4kc-malta, ${misc:Depends} +Description: Header files for Linux 4kc-malta configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-5kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-5kc-malta, ${misc:Depends} +Description: Header files for Linux 5kc-malta configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-686-pae +Architecture: i386 +Section: oldlibs +Depends: linux-headers-686-pae, ${misc:Depends} +Description: Header files for Linux 686-pae configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-alpha-generic +Architecture: alpha +Section: oldlibs +Depends: linux-headers-alpha-generic, ${misc:Depends} +Description: Header files for Linux alpha-generic configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-alpha-legacy +Architecture: alpha +Section: oldlibs +Depends: linux-headers-alpha-legacy, ${misc:Depends} +Description: Header files for Linux alpha-legacy configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-alpha-smp +Architecture: alpha +Section: oldlibs +Depends: linux-headers-alpha-smp, ${misc:Depends} +Description: Header files for Linux alpha-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-amd64 +Architecture: amd64 i386 +Section: oldlibs +Depends: linux-headers-amd64, ${misc:Depends} +Description: Header files for Linux amd64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-amiga +Architecture: m68k +Section: oldlibs +Depends: linux-headers-amiga, ${misc:Depends} +Description: Header files for Linux amiga configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-atari +Architecture: m68k +Section: oldlibs +Depends: linux-headers-atari, ${misc:Depends} +Description: Header files for Linux atari configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-bvme6000 +Architecture: m68k +Section: oldlibs +Depends: linux-headers-bvme6000, ${misc:Depends} +Description: Header files for Linux bvme6000 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-iop32x +Architecture: armel +Section: oldlibs +Depends: linux-headers-iop32x, ${misc:Depends} +Description: Header files for Linux iop32x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-itanium +Architecture: ia64 +Section: oldlibs +Depends: linux-headers-itanium, ${misc:Depends} +Description: Header files for Linux itanium configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-ixp4xx +Architecture: armel +Section: oldlibs +Depends: linux-headers-ixp4xx, ${misc:Depends} +Description: Header files for Linux ixp4xx configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-kirkwood +Architecture: armel +Section: oldlibs +Depends: linux-headers-kirkwood, ${misc:Depends} +Description: Header files for Linux kirkwood configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-loongson-2f +Architecture: mipsel +Section: oldlibs +Depends: linux-headers-loongson-2f, ${misc:Depends} +Description: Header files for Linux loongson-2f configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mac +Architecture: m68k +Section: oldlibs +Depends: linux-headers-mac, ${misc:Depends} +Description: Header files for Linux mac configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mckinley +Architecture: ia64 +Section: oldlibs +Depends: linux-headers-mckinley, ${misc:Depends} +Description: Header files for Linux mckinley configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mvme147 +Architecture: m68k +Section: oldlibs +Depends: linux-headers-mvme147, ${misc:Depends} +Description: Header files for Linux mvme147 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mvme16x +Architecture: m68k +Section: oldlibs +Depends: linux-headers-mvme16x, ${misc:Depends} +Description: Header files for Linux mvme16x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-mx5 +Architecture: armhf +Section: oldlibs +Depends: linux-headers-mx5, ${misc:Depends} +Description: Header files for Linux mx5 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-octeon +Architecture: mips +Section: oldlibs +Depends: linux-headers-octeon, ${misc:Depends} +Description: Header files for Linux octeon configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-omap +Architecture: armhf +Section: oldlibs +Depends: linux-headers-omap, ${misc:Depends} +Description: Header files for Linux omap configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-orion5x +Architecture: armel +Section: oldlibs +Depends: linux-headers-orion5x, ${misc:Depends} +Description: Header files for Linux orion5x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc, ${misc:Depends} +Description: Header files for Linux parisc configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc-smp +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc-smp, ${misc:Depends} +Description: Header files for Linux parisc-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc64 +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc64, ${misc:Depends} +Description: Header files for Linux parisc64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-parisc64-smp +Architecture: hppa +Section: oldlibs +Depends: linux-headers-parisc64-smp, ${misc:Depends} +Description: Header files for Linux parisc64-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-powerpc +Architecture: powerpc +Section: oldlibs +Depends: linux-headers-powerpc, ${misc:Depends} +Description: Header files for Linux powerpc configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-powerpc-smp +Architecture: powerpc +Section: oldlibs +Depends: linux-headers-powerpc-smp, ${misc:Depends} +Description: Header files for Linux powerpc-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-powerpc64 +Architecture: powerpc ppc64 +Section: oldlibs +Depends: linux-headers-powerpc64, ${misc:Depends} +Description: Header files for Linux powerpc64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-r4k-ip22 +Architecture: mips +Section: oldlibs +Depends: linux-headers-r4k-ip22, ${misc:Depends} +Description: Header files for Linux r4k-ip22 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-r5k-cobalt +Architecture: mipsel +Section: oldlibs +Depends: linux-headers-r5k-cobalt, ${misc:Depends} +Description: Header files for Linux r5k-cobalt configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-r5k-ip32 +Architecture: mips +Section: oldlibs +Depends: linux-headers-r5k-ip32, ${misc:Depends} +Description: Header files for Linux r5k-ip32 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-s390x +Architecture: s390 +Section: oldlibs +Depends: linux-headers-s390x, ${misc:Depends} +Description: Header files for Linux s390x configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sb1-bcm91250a +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-sb1-bcm91250a, ${misc:Depends} +Description: Header files for Linux sb1-bcm91250a configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sb1a-bcm91480b +Architecture: mips mipsel +Section: oldlibs +Depends: linux-headers-sb1a-bcm91480b, ${misc:Depends} +Description: Header files for Linux sb1a-bcm91480b configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sh7751r +Architecture: sh4 +Section: oldlibs +Depends: linux-headers-sh7751r, ${misc:Depends} +Description: Header files for Linux sh7751r configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sh7785lcr +Architecture: sh4 +Section: oldlibs +Depends: linux-headers-sh7785lcr, ${misc:Depends} +Description: Header files for Linux sh7785lcr configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sparc64 +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-headers-sparc64, ${misc:Depends} +Description: Header files for Linux sparc64 configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-sparc64-smp +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-headers-sparc64-smp, ${misc:Depends} +Description: Header files for Linux sparc64-smp configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-headers-2.6-versatile +Architecture: armel +Section: oldlibs +Depends: linux-headers-versatile, ${misc:Depends} +Description: Header files for Linux versatile configuration (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-486 +Architecture: i386 +Section: oldlibs +Depends: linux-image-486, ${misc:Depends} +Description: Linux for older PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-4kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-4kc-malta, ${misc:Depends} +Description: Linux for MIPS Malta (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-5kc-malta +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-5kc-malta, ${misc:Depends} +Description: Linux for MIPS Malta (64-bit) (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-686 +Section: oldlibs +Architecture: i386 +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-686-bigmem +Section: oldlibs +Architecture: i386 +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for PCs with 4GB+ RAM (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-686-pae +Architecture: i386 +Section: oldlibs +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-alpha-generic +Architecture: alpha +Section: oldlibs +Depends: linux-image-alpha-generic, ${misc:Depends} +Description: Linux for Alpha (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-alpha-legacy +Architecture: alpha +Section: oldlibs +Depends: linux-image-alpha-legacy, ${misc:Depends} +Description: Linux for Alpha Legacy (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-alpha-smp +Architecture: alpha +Section: oldlibs +Depends: linux-image-alpha-smp, ${misc:Depends} +Description: Linux for Alpha SMP (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-amd64 +Architecture: amd64 i386 +Section: oldlibs +Depends: linux-image-amd64, ${misc:Depends} +Description: Linux for 64-bit PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-amiga +Architecture: m68k +Section: oldlibs +Depends: linux-image-amiga, ${misc:Depends} +Description: Linux for Amiga (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-atari +Architecture: m68k +Section: oldlibs +Depends: linux-image-atari, ${misc:Depends} +Description: Linux for Atari (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-bvme6000 +Architecture: m68k +Section: oldlibs +Depends: linux-image-bvme6000, ${misc:Depends} +Description: Linux for BVM BVME4000 and BVME6000 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-iop32x +Architecture: armel +Section: oldlibs +Depends: linux-image-iop32x, ${misc:Depends} +Description: Linux for IOP32x (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-itanium +Architecture: ia64 +Section: oldlibs +Depends: linux-image-itanium, ${misc:Depends} +Description: Linux for Itanium (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-ixp4xx +Architecture: armel +Section: oldlibs +Depends: linux-image-ixp4xx, ${misc:Depends} +Description: Linux for IXP4xx (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-kirkwood +Architecture: armel +Section: oldlibs +Depends: linux-image-kirkwood, ${misc:Depends} +Description: Linux for Marvell Kirkwood (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-loongson-2f +Architecture: mipsel +Section: oldlibs +Depends: linux-image-loongson-2f, ${misc:Depends} +Description: Linux for Loongson 2F (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mac +Architecture: m68k +Section: oldlibs +Depends: linux-image-mac, ${misc:Depends} +Description: Linux for Macintosh (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mckinley +Architecture: ia64 +Section: oldlibs +Depends: linux-image-mckinley, ${misc:Depends} +Description: Linux for Itanium II (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mvme147 +Architecture: m68k +Section: oldlibs +Depends: linux-image-mvme147, ${misc:Depends} +Description: Linux for Motorola MVME147 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mvme16x +Architecture: m68k +Section: oldlibs +Depends: linux-image-mvme16x, ${misc:Depends} +Description: Linux for Motorola MVME162/6/7, MVME172/7 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-mx5 +Architecture: armhf +Section: oldlibs +Depends: linux-image-mx5, ${misc:Depends} +Description: Linux for Freescale MXC/iMX-based (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-octeon +Architecture: mips +Section: oldlibs +Depends: linux-image-octeon, ${misc:Depends} +Description: Linux for Octeon (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-omap +Architecture: armhf +Section: oldlibs +Depends: linux-image-omap, ${misc:Depends} +Description: Linux for TI OMAP3+ (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-orion5x +Architecture: armel +Section: oldlibs +Depends: linux-image-orion5x, ${misc:Depends} +Description: Linux for Marvell Orion (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc, ${misc:Depends} +Description: Linux for 32-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc-smp +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc-smp, ${misc:Depends} +Description: Linux for multiprocessor 32-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc64 +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc64, ${misc:Depends} +Description: Linux for 64-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-parisc64-smp +Architecture: hppa +Section: oldlibs +Depends: linux-image-parisc64-smp, ${misc:Depends} +Description: Linux for multiprocessor 64-bit PA-RISC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-powerpc +Architecture: powerpc +Section: oldlibs +Depends: linux-image-powerpc, ${misc:Depends} +Description: Linux for uniprocessor 32-bit PowerPC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-powerpc-smp +Architecture: powerpc +Section: oldlibs +Depends: linux-image-powerpc-smp, ${misc:Depends} +Description: Linux for multiprocessor 32-bit PowerPC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-powerpc64 +Architecture: powerpc ppc64 +Section: oldlibs +Depends: linux-image-powerpc64, ${misc:Depends} +Description: Linux for 64-bit PowerPC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-r4k-ip22 +Architecture: mips +Section: oldlibs +Depends: linux-image-r4k-ip22, ${misc:Depends} +Description: Linux for SGI IP22 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-r5k-cobalt +Architecture: mipsel +Section: oldlibs +Depends: linux-image-r5k-cobalt, ${misc:Depends} +Description: Linux for Cobalt (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-r5k-ip32 +Architecture: mips +Section: oldlibs +Depends: linux-image-r5k-ip32, ${misc:Depends} +Description: Linux for SGI IP32 (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-s390x +Architecture: s390 +Section: oldlibs +Depends: linux-image-s390x, ${misc:Depends} +Description: Linux for IBM zSeries (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-s390x-tape +Architecture: s390 +Section: oldlibs +Depends: linux-image-s390x-tape, ${misc:Depends} +Description: Linux for IBM zSeries (dummy package), IPL from tape + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sb1-bcm91250a +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-sb1-bcm91250a, ${misc:Depends} +Description: Linux for BCM91250A (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sb1a-bcm91480b +Architecture: mips mipsel +Section: oldlibs +Depends: linux-image-sb1a-bcm91480b, ${misc:Depends} +Description: Linux for BCM91480B (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sh7751r +Architecture: sh4 +Section: oldlibs +Depends: linux-image-sh7751r, ${misc:Depends} +Description: Linux for sh7751r (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sh7785lcr +Architecture: sh4 +Section: oldlibs +Depends: linux-image-sh7785lcr, ${misc:Depends} +Description: Linux for sh7785lcr (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sparc64 +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-image-sparc64, ${misc:Depends} +Description: Linux for uniprocessor 64-bit UltraSPARC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-sparc64-smp +Architecture: sparc sparc64 +Section: oldlibs +Depends: linux-image-sparc64-smp, ${misc:Depends} +Description: Linux for multiprocessor 64-bit UltraSPARC (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-2.6-versatile +Architecture: armel +Section: oldlibs +Depends: linux-image-versatile, ${misc:Depends} +Description: Linux for Versatile (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-686 +Section: oldlibs +Architecture: i386 +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-image-686-bigmem +Section: oldlibs +Architecture: i386 +Depends: linux-image-686-pae, ${misc:Depends} +Description: Linux for PCs with 4GB+ RAM (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-source-2.6 +Section: oldlibs +Architecture: all +Depends: linux-source, ${misc:Depends} +Description: Linux kernel source (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: linux-tools-2.6 +Section: oldlibs +Architecture: all +Depends: linux-tools, ${misc:Depends} +Description: Performance analysis tools for Linux (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: xen-linux-system-2.6-xen-686 +Section: oldlibs +Architecture: i386 +Depends: xen-linux-system-686-pae, ${misc:Depends} +Description: Xen system with Linux for modern PCs (dummy package) + This is a dummy transitional package. It can be safely removed. + +Package: xen-linux-system-2.6-xen-amd64 +Section: oldlibs +Architecture: amd64 +Depends: xen-linux-system-amd64, ${misc:Depends} +Description: Xen system with Linux for 64-bit PCs (dummy package) + This is a dummy transitional package. It can be safely removed. diff --git a/debian/templates/control.headers.latest.in b/debian/templates/control.headers.latest.in new file mode 100644 index 0000000..372c9dc --- /dev/null +++ b/debian/templates/control.headers.latest.in @@ -0,0 +1,6 @@ +Package: linux-headers@localversion@ +Depends: linux-headers-@abiname@@localversion@, ${misc:Depends} +Provides: linux-headers +Description: Header files for Linux @flavour@ configuration (meta-package) + This package depends on the architecture-specific header files for the latest + Linux kernel @flavour@ configuration. diff --git a/debian/templates/control.image.latest.type-standalone.in b/debian/templates/control.image.latest.type-standalone.in new file mode 100644 index 0000000..b27d574 --- /dev/null +++ b/debian/templates/control.image.latest.type-standalone.in @@ -0,0 +1,6 @@ +Package: linux-image@localversion@ +Depends: linux-image-@abiname@@localversion@, ${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 + @longclass@. diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in new file mode 100644 index 0000000..3336e26 --- /dev/null +++ b/debian/templates/control.source.in @@ -0,0 +1,9 @@ +Source: linux-latest +Section: kernel +Priority: extra +Maintainer: Debian Kernel Team +Uploaders: Bastian Blank , Frederik Schüler , Ben Hutchings +Standards-Version: 3.9.3 +Build-Depends: debhelper (>> 7) +Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/sid/linux-latest/ +Vcs-Browser: http://anonscm.debian.org/viewvc/kernel/dists/sid/linux-latest/ diff --git a/debian/templates/control.source.latest.in b/debian/templates/control.source.latest.in new file mode 100644 index 0000000..0074a1d --- /dev/null +++ b/debian/templates/control.source.latest.in @@ -0,0 +1,6 @@ +Package: linux-source +Architecture: all +Depends: linux-source-@upstreamversion@, ${misc:Depends} +Description: Linux kernel source (meta-package) + This package depends on packages containing the sources of the latest Linux + kernel. diff --git a/debian/templates/control.tools.latest.in b/debian/templates/control.tools.latest.in new file mode 100644 index 0000000..1183261 --- /dev/null +++ b/debian/templates/control.tools.latest.in @@ -0,0 +1,6 @@ +Package: linux-tools +Architecture: all +Depends: linux-tools-@upstreamversion@, ${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. diff --git a/debian/templates/control.xen-linux-system.latest.in b/debian/templates/control.xen-linux-system.latest.in new file mode 100644 index 0000000..2bc0f75 --- /dev/null +++ b/debian/templates/control.xen-linux-system.latest.in @@ -0,0 +1,6 @@ +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. -- 2.30.2