Commit Graph

150 Commits

Author SHA1 Message Date
Ben Hutchings ed776fb227 Build udebs for the installer
Use kernel-wedge in gencontrol.py and during the build process to
generate the udeb packages required by debian-installer.

Add the kernel-wedge configuration files from all the current
linux-kernel-di-$arch-2.6 packages.

svn path=/dists/trunk/linux-2.6/; revision=18121
2011-09-25 03:12:12 +00:00
Ben Hutchings c05bfa9ae0 Add makefile targets to build linux-libc-dev only
Requested to aid architecture bootstrapping.

svn path=/dists/trunk/linux-2.6/; revision=17867
2011-07-29 14:24:17 +00:00
Ben Hutchings e00636241d Remove support for obsolete image type 'plain-xen'
The mainline kernel now supports paravirtualisation on various
hypervisors and there will be no Xen-specific kernel images.

svn path=/dists/trunk/linux-2.6/; revision=17634
2011-06-09 00:00:53 +00:00
Ben Hutchings b265641834 Remove templates for obsolete image types 'kernel-package' and 'modulesinline'
svn path=/dists/trunk/linux-2.6/; revision=17633
2011-06-08 23:55:21 +00:00
Ben Hutchings 1b919cfb84 Prepare gencontrol and templates for Linux 3.0
- Remove all relations based on the 'major' template variable
- Define 'source_package' template variable and use it in place
  of 'linux-@major@' in linux-patch-debian-<version> description
- Expect only 2 upstream version components if first component is
  not '2'
- Remove the 'major' template variable and 'MAJOR' make variable

svn path=/dists/trunk/linux-2.6/; revision=17482
2011-05-30 18:54:31 +00:00
Ben Hutchings 5f375916e4 postinst: Remove specific support for running a ramdisk creator
Warn users that specify one in /etc/kernel-img.conf.
Require initramfs-tools >= 0.99, which does not depend on being directly
invoked.

svn path=/dists/trunk/linux-2.6/; revision=17424
2011-05-16 03:57:43 +00:00
Maximilian Attems 1573c3f22e rsync with 2.6.38-5 changes
this add the per arch abi feature.
the m68k and security patches seem all merged.

svn path=/dists/trunk/linux-2.6/; revision=17346
2011-05-09 15:42:48 +00:00
Ben Hutchings 871633716d Revert "postinst: Remove specific support for running a ramdisk creator" etc.
initramfs-tools still assumes that official kernel packages will call
it specifically and does nothing in the postinst hook if it recognises
that it has been called by an official package.  Therefore we cannot
make this change yet.


svn path=/dists/trunk/linux-2.6/; revision=16981
2011-03-04 04:14:38 +00:00
Ben Hutchings a68b161473 postinst: Remove specific support for running a ramdisk creator
Warn users that specify one in /etc/kernel-img.conf.
Require initramfs-tools >= 0.94, which installs a postinst hook.

svn path=/dists/trunk/linux-2.6/; revision=16958
2011-03-01 05:44:42 +00:00
Bastian Blank 7f5e7db196 Merge /dists/squeeze/linux-2.6 (2.6.32-30).
svn path=/dists/trunk/linux-2.6/; revision=16903
2011-02-16 17:06:01 +00:00
Ian Campbell 979949830e Fix some low hanging lintian warnings
svn path=/dists/trunk/linux-2.6/; revision=16172
2010-08-21 07:59:17 +00:00
Bastian Blank eef8e0abf6 Merge /dists/sid/linux-2.6 (2.6.32-11).
svn path=/dists/trunk/linux-2.6/; revision=15575
2010-04-27 17:48:06 +00:00
Bastian Blank ab3c0154f7 * debian/bin/gencontrol.py: Add support for debug packages.
* debian/lib/python/debian_linux/config.py: Add image-dbg section.
* debian/templates/control.image-dbg.in: Add.

svn path=/dists/trunk/linux-2.6/; revision=15566
2010-04-27 08:50:30 +00:00
Bastian Blank e6e6cc878a debian/bin/gencontrol.py: Split out makeflags setup.
svn path=/dists/trunk/linux-2.6/; revision=15526
2010-04-20 19:18:56 +00:00
Bastian Blank f5d1c9b954 * debian/bin/gencontrol.py
- Disable old xen support.
  - Support xen dom0 for all images.
* debian/templates/control.xen-linux-system.in: Fix description.

svn path=/dists/sid/linux-2.6/; revision=15299
2010-03-01 13:04:08 +00:00
Bastian Blank 191a91d213 debian/bin/gencontrol.py: Workaround duplicated description parts.
svn path=/dists/sid/linux-2.6/; revision=15294
2010-02-28 18:59:01 +00:00
Bastian Blank 65ee02f46b Don't let default compiler flags escape into the build.
* debian/changelog: Update.
* debian/bin/gencontrol.py: Rename CFLAGS to CFLAGS_KERNEL.
* debian/rules.real: Use CFLAGS_KERNEL.

svn path=/dists/trunk/linux-2.6/; revision=15119
2010-02-04 11:09:53 +00:00
Bastian Blank b0e6ad3767 Drop linux-tree package.
* debian/changelog: Update.
* debian/bin/gencontrol.py, debian/rules.real:
  Remove support for linux-tree package.
* debian/templates/control.tree.in: Remove.

svn path=/dists/trunk/linux-2.6/; revision=14736
2009-12-04 19:16:08 +00:00
Bastian Blank c22fbd4990 * debian/bin/gencontrol.py: Don't use control.support template.
* debian/templates/control.main.in:
  Merge contents of debian/templates/control.support.in.

svn path=/dists/trunk/linux-2.6/; revision=14697
2009-11-28 14:43:28 +00:00
Bastian Blank eb927a5fd2 debian/bin/gencontrol.py: Check unstable and experimental uploads.
svn path=/dists/trunk/linux-2.6/; revision=14672
2009-11-24 18:30:52 +00:00
Bastian Blank e39e268dbd Move all description related config options into its own section.
* debian/bin/gencontrol.py: Handle description parts.
* debian/config: Update.
* debian/lib/python/debian_linux/config.py: Recognize new section.
* debian/lib/python/debian_linux/gencontrol.py: Remove old code.

svn path=/dists/trunk/linux-2.6/; revision=14469
2009-10-27 16:35:16 +00:00
Bastian Blank 34368f1d61 debian/bin/gencontrol.py: Remove support for header dirs of other arches.
svn path=/dists/trunk/linux-2.6/; revision=14232
2009-09-14 10:20:45 +00:00
Bastian Blank 728e91d725 debian/bin/gencontrol.py, debian/rules.real:
Remove support for header architecture != real architecture.

svn path=/dists/trunk/linux-2.6/; revision=14231
2009-09-14 09:51:34 +00:00
Bastian Blank 68381550c5 debian/bin/gencontrol.py: Don't reimplement all the stuff.
svn path=/dists/trunk/linux-2.6/; revision=14230
2009-09-14 09:46:17 +00:00
Ben Hutchings 98f9c4499c Generate architecture-qualified package relations as needed for flavours that exist for multiple architectures (Closes: #278729)
svn path=/dists/trunk/linux-2.6/; revision=14227
2009-09-14 05:31:08 +00:00
Ben Hutchings d71e28414a Introduce add_arch_package() function in preparation for fixing bug 278729
svn path=/dists/trunk/linux-2.6/; revision=14226
2009-09-14 05:28:50 +00:00
Bastian Blank 7bde73d890 debian/bin/gencontrol.py: Add base pseudo-revision to patch system.
svn path=/dists/trunk/linux-2.6/; revision=13351
2009-04-06 10:43:19 +00:00
Bastian Blank e94d103d3b debian/bin/gencontrol.py: Export more variables.
svn path=/dists/trunk/linux-2.6/; revision=12871
2009-02-19 15:40:47 +00:00
Bastian Blank a94d55bc0d Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=12535
2008-12-28 16:55:48 +00:00
Bastian Blank 6daefade9c debian/bin/gencontrol.py: Fix warning.
svn path=/dists/trunk/linux-2.6/; revision=11706
2008-06-25 12:58:48 +00:00
Bastian Blank 01034d0421 * debian/bin/gencontrol.py:
Add support for short and long description text additions per flavour.
* debian/lib/python/debian_linux/config.py:
  Support image/desc-parts config entry.

svn path=/dists/trunk/linux-2.6/; revision=11703
2008-06-25 12:55:37 +00:00
Bastian Blank b89d1887ab debian/bin/gencontrol.py: Allow extends of every field of an image.
svn path=/dists/trunk/linux-2.6/; revision=11699
2008-06-25 12:15:17 +00:00
Bastian Blank 203dda206f debian/bin/gencontrol.py: Fix non-initramfs image relations.
svn path=/dists/trunk/linux-2.6/; revision=11538
2008-06-07 11:20:35 +00:00
Bastian Blank 14b8d3ffec debian/bin/gencontrol.py: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=11362
2008-05-11 19:19:30 +00:00
Bastian Blank 086e648560 debian/bin/gencontrol.py: Cleanup generation of tree package.
svn path=/dists/trunk/linux-2.6/; revision=11361
2008-05-11 19:16:33 +00:00
Bastian Blank ce80d13f7d debian/bin/gencontrol.py: Cleanup generation of image relations.
svn path=/dists/trunk/linux-2.6/; revision=11360
2008-05-11 19:12:37 +00:00
Bastian Blank 752a054a81 debian/bin/gencontrol.py: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=11359
2008-05-11 19:05:06 +00:00
Bastian Blank a85064f716 * debian/bin/gencontrol.py: Python style update.
* debian/lib/python/debian_linux/gencontrol.py
  - Python style update.
  - Never process package entry parts in-place.

svn path=/dists/trunk/linux-2.6/; revision=11358
2008-05-11 18:53:46 +00:00
Bastian Blank 591479d41a debian/bin/gencontrol.py: Remove some "vars" updates.
svn path=/dists/trunk/linux-2.6/; revision=11356
2008-05-11 18:42:39 +00:00
Bastian Blank 8aec23954b * debian/bin/gencontrol.py: Fix small problem.
* debian/lib/python/debian_linux/gencontrol.py: Further cleanups.

svn path=/dists/trunk/linux-2.6/; revision=11355
2008-05-11 18:37:03 +00:00
Bastian Blank 97084867c6 * debian/bin/gencontrol.py: Remove further "vars" updates.
* debian/lib/python/debian_linux/gencontrol.py: Cleanup.

svn path=/dists/trunk/linux-2.6/; revision=11354
2008-05-11 18:26:27 +00:00
Bastian Blank 72d6fe9b3c * debian/bin/gencontrol.py: Cleanup.
* debian/lib/python/debian_linux/gencontrol.py
  - Provide all informations for main type functions.
  - Remove some "vars" updates.

svn path=/dists/trunk/linux-2.6/; revision=11352
2008-05-11 18:17:54 +00:00
Maximilian Attems f7c50a1460 Revert "debian/bin, debian/lib: Infrastructure was declared irrelevant, drop it."
as announced revert trunk sabotage

This reverts commit ccf3463f401b082e89a76d3475eff5b30c05622a.

svn path=/dists/trunk/linux-2.6/; revision=11215
2008-05-01 07:54:28 +00:00
Bastian Blank fb5a6dc08c debian/bin, debian/lib: Infrastructure was declared irrelevant, drop it.
svn path=/dists/trunk/linux-2.6/; revision=11213
2008-04-27 06:26:15 +00:00
Bastian Blank fc13725e91 * debian/bin/gencontrol.py: Don't create debian/bin/patch.unpatch.
* debian/rules.real: Install patch.unpatch from templates.
* debian/templates/patch.unpatch
  - Move from debian/templates/patch.unpatch.in.
  - Only use static informations.

svn path=/dists/trunk/linux-2.6/; revision=11102
2008-04-19 11:29:21 +00:00
Bastian Blank 6a0cbff5e4 * debian/bin/gencontrol.py: Update patch tool generation.
* debian/templates/patch.apply.in
  - Remove current override.
  - Make version handling easier.
  - Check for correct package upstream version.

svn path=/dists/trunk/linux-2.6/; revision=11101
2008-04-19 11:23:51 +00:00
Bastian Blank 45fc75201c * debian/bin/gencontrol.py: Export abiname for patch tools.
* debian/templates/patch.apply.in: Setup path.

svn path=/dists/trunk/linux-2.6/; revision=11098
2008-04-19 10:00:48 +00:00
Bastian Blank 630d7582f5 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=10983
2008-03-28 09:35:58 +00:00
Bastian Blank d899a4c6c6 debian/bin/gencontrol.py:
Move some linux specific code from ebian/lib/python/debian_linux/gencontrol.py.

svn path=/dists/trunk/linux-2.6/; revision=10254
2008-01-29 14:31:16 +00:00
Bastian Blank 0e1e2dcab9 debian/bin/gencontrol.py: Force the existance of some values.
svn path=/dists/trunk/linux-2.6/; revision=10252
2008-01-29 13:45:43 +00:00