Commit Graph

300 Commits

Author SHA1 Message Date
Ben Hutchings 1f377f7c3b [x32] Build a linux-libc-dev package
svn path=/dists/trunk/linux/; revision=19166
2012-06-18 14:50:18 +00:00
Ben Hutchings f9d7178138 Merge changes from sid up to 3.2.20-1
svn path=/dists/trunk/linux/; revision=19128
2012-06-11 05:21:50 +00:00
Ben Hutchings 39d70141e7 Merge changes from sid branch of linux/linux-2.6 up to r19072
svn path=/dists/trunk/linux/; revision=19127
2012-06-11 05:06:55 +00:00
Ben Hutchings af8a298fdf Restore a necessary mkdir dropped by the previous change
svn path=/dists/sid/linux/; revision=19115
2012-06-10 02:19:02 +00:00
Ben Hutchings d5fa98077e linux-source: Add single patch for each featureset
svn path=/dists/sid/linux/; revision=19114
2012-06-10 02:14:51 +00:00
Ben Hutchings 59bbce5f61 Convert source package format to 3.0 (quilt)
svn path=/dists/sid/linux/; revision=19098
2012-06-08 12:33:39 +00:00
Ben Hutchings 499ac43db3 Convert patch system to quilt, except for the 'orig' patch series
svn path=/dists/sid/linux/; revision=19077
2012-06-03 23:29:42 +00:00
Ben Hutchings 1e36c722c1 Move special case for 'none' featureset to rules.real
This is needed to get the proper dependency.

svn path=/dists/sid/linux/; revision=19076
2012-06-03 22:59:24 +00:00
Ben Hutchings aac2076873 Remove support for per-architecture patches
We have not used per-architecture patches for many years.  This is a
step toward using a more standard patch system.

svn path=/dists/sid/linux/; revision=19070
2012-06-03 20:54:42 +00:00
Ben Hutchings 751cd05a5f linux-patch-debian: Remove
It is no longer necessary for GPL compliance and does not work with our
current patch management.

svn path=/dists/sid/linux/; revision=19068
2012-06-03 19:50:07 +00:00
Bastian Blank 60761bcf83 debian/rules.real: Remove weird arch checks.
svn path=/dists/trunk/linux-2.6/; revision=18943
2012-04-20 17:47:14 +00:00
Ben Hutchings d42114a0ff Remove all use of module-init-tools at build time
I already changed the 'real' module installation step to avoid
creating and then removing an unknown set of module index files, using
a script as a replacement for depmod.  However, we use modules_install
a second time when building debug packages.  Change that similarly, and
remove the build-dependency.

svn path=/dists/trunk/linux-2.6/; revision=18871
2012-03-20 16:14:10 +00:00
Ben Hutchings 6de2014fd4 linux-headers: Remove unused, broken symlinks to Kbuild (Closes: #663597)
svn path=/dists/sid/linux-2.6/; revision=18820
2012-03-12 15:44:40 +00:00
Bastian Blank b547c46043 * debian/rules.real:
Don't call dh_shlibdeps, we don't build any userspace binaries.
* debian/templates/control.image.type-plain.in,
  debian/templates/control.image.type-standalone.in:
  Remove shlibs substitution.

svn path=/dists/sid/linux-2.6/; revision=18767
2012-03-03 15:18:42 +00:00
Ben Hutchings edef763e61 version: Use maintainer rather than uploader address for official binary packages
svn path=/dists/sid/linux-2.6/; revision=18746
2012-02-27 03:38:04 +00:00
Bastian Blank 9511cd9f98 * debian/changelog: Update.
* debian/rules.real: Remove unneeded scmversion workaround.

svn path=/dists/trunk/linux-2.6/; revision=18666
2012-02-05 09:04:48 +00:00
Ben Hutchings 996dcea551 [m68k] Apply Thorsten Glaser's compiler config changes
svn path=/dists/trunk/linux-2.6/; revision=18629
2012-01-25 03:51:33 +00:00
Ben Hutchings d5302538cf Build linux-libc-dev without multiarch if dpkg does not support it, to support backports
svn path=/dists/trunk/linux-2.6/; revision=18602
2012-01-23 01:25:31 +00:00
Bastian Blank 96bd71ce65 debian/bin/gencontrol.py, debian/rules.real, debian/templates:
Remove support for plain-xen image type.

svn path=/dists/trunk/linux-2.6/; revision=18504
2012-01-11 21:13:47 +00:00
Ben Hutchings 5840d57fe9 Use 'chmod a+x' to make no-depmod script executable
We shouldn't override whatever read/write permissions it has.

svn path=/dists/trunk/linux-2.6/; revision=18460
2012-01-08 01:52:10 +00:00
Ben Hutchings a93dbd844e Install /lib/modules/<kernel-version>/modules.builtin in linux-image packages
We want to avoid shipping any files generated by depmod (which should
be generated in the postinst) and the 'build' and 'source' symlinks
(which should be installed by the linux-headers package).  Since
depmod has generated more and more files over time, we have been
removing all unexpected files under /lib/modules/<kernel-version>,
accidentally including modules.builtin which is *not* generated by
depmod.

Try to solve the problem generally by substituting a dummy depmod
command and then just removing the 'build' and 'source' symlinks.


svn path=/dists/trunk/linux-2.6/; revision=18456
2012-01-07 22:08:58 +00:00
Bastian Blank 24d7d4d977 * debian/changelog: Update.
* debian/rules.real: Use xz compression for all packages.

svn path=/dists/trunk/linux-2.6/; revision=18422
2011-12-24 22:14:34 +00:00
Bastian Blank 558aeb7c38 * debian/changelog: Update.
* debian/rules.real: Use xz compression for image packages.

svn path=/dists/trunk/linux-2.6/; revision=18405
2011-12-22 00:13:50 +00:00
Ben Hutchings cc4b96aba3 udeb: Provide the default configuration for kernel-wedge
The default (arch-independent) configuration was previously provided
by the kernel-wedge package, but we want to be able to update it
without changing that in future.  Copy the configuration files from
kernel-wedge 2.82 (except loop-aes-modules which is now unused).

Depend on kernel-wedge 2.83, which adds this feature.

svn path=/dists/trunk/linux-2.6/; revision=18347
2011-12-04 05:58:44 +00:00
Bastian Blank d8fa8c778d * debian/changelog: Update.
* debian/rules.real: Install generated headers.

svn path=/dists/sid/linux-2.6/; revision=18332
2011-11-29 09:54:58 +00:00
Bastian Blank 381d952cef debian/rules, debian/rules.real: Move job definition into main makefile.
svn path=/dists/trunk/linux-2.6/; revision=18200
2011-10-28 22:28:39 +00:00
Bastian Blank 0b3d0d2e84 * debian/changelog: Update.
* debian/modules: Remove.
* debian/rules.real: Don't longer install external module stuff.

svn path=/dists/trunk/linux-2.6/; revision=18198
2011-10-28 21:32:19 +00:00
Bastian Blank 4e61471b46 debian/rules.real: Remove unused variable.
svn path=/dists/trunk/linux-2.6/; revision=18196
2011-10-28 21:22:38 +00:00
Bastian Blank 22e412e9c1 * debian/changelog: Update.
* debian/rules, debian/rules.real: Remove linux-tools build and removal.
* debian/templates/control.main.in: Remove linux-tools-* package.

svn path=/dists/trunk/linux-2.6/; revision=18195
2011-10-28 20:42:34 +00:00
Bastian Blank 155f5c1f8b debian/rules.real: Override KERNELRELEASE with our expected version.
svn path=/dists/trunk/linux-2.6/; revision=18194
2011-10-28 19:49:40 +00:00
Bastian Blank 677171f23c debian/bin/gencontrol.py, debian/templates, debian/rules.real:
Make ABINAME always include the complete version.

svn path=/dists/trunk/linux-2.6/; revision=18192
2011-10-28 19:02:10 +00:00
Bastian Blank 20d4438cf5 * debian/changelog: Update.
* debian/rules.real: Use xz compression for debug packages.

svn path=/dists/trunk/linux-2.6/; revision=18185
2011-10-27 22:00:50 +00:00
Ben Hutchings 4ac43c5696 Make kernel-wedge package checks non-fatal in experimental builds
svn path=/dists/trunk/linux-2.6/; revision=18137
2011-09-29 03:50:23 +00:00
Ben Hutchings aa621723ce Bump required kernel-wedge version to 2.80; revert the workaround for 2.79
svn path=/dists/trunk/linux-2.6/; revision=18124
2011-09-26 01:32:06 +00:00
Ben Hutchings 0e473226b9 Fix $PATH for kernel-wedge so it can find depmod
svn path=/dists/trunk/linux-2.6/; revision=18122
2011-09-25 13:15:53 +00:00
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 fc578c19d5 Fix multi-arch header directory as explained by Aurelien
svn path=/dists/sid/linux-2.6/; revision=17898
2011-08-09 04:02:12 +00:00
Aurelien Jarno 68768b58d1 Add more changes for s390x support
svn path=/dists/trunk/linux-2.6/; revision=17880
2011-08-03 08:34:42 +00:00
Ben Hutchings 7faadf0a48 linux-libc-dev: Multi-arch support
Install include/asm under arch-specific directory.
Mark package as multi-arch-coinstallable (Multi-Arch: same).

svn path=/dists/trunk/linux-2.6/; revision=17868
2011-07-29 15:43:29 +00:00
Ben Hutchings f4819fe26f linux-support, linux-tools: Use dh_python2 instead of dh_pysupport
svn path=/dists/trunk/linux-2.6/; revision=17820
2011-07-08 01:07:49 +00:00
Ben Hutchings 03390670e3 perf: Cancel -Werror compiler option; fixes FTBFS with perl 5.14
svn path=/dists/trunk/linux-2.6/; revision=17601
2011-06-05 22:34:36 +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
Ben Hutchings cd59fc01ec Remove target for the old Debian 'arm' architecture
svn path=/dists/trunk/linux-2.6/; revision=17270
2011-04-29 03:58:19 +00:00
Ben Hutchings 9981e3ae28 [armhf] Build a linux-tools package
svn path=/dists/trunk/linux-2.6/; revision=17269
2011-04-29 03:55:22 +00:00
Ben Hutchings fd19f14c89 [armhf] Actually install zImage into the linux-image package, thanks to Sebastian Reichel
svn path=/dists/trunk/linux-2.6/; revision=17268
2011-04-29 03:53:55 +00:00
Ben Hutchings a9c4fee390 Add configuration for Debian architecture ppc64 (Closes: #618976)
svn path=/dists/sid/linux-2.6/; revision=17096
2011-03-21 13:04:30 +00:00
Ben Hutchings f122cbc67a Remove firmware-linux-free and linux-base binary packages
These now have their own source packages.

Change the depends/recommends relations to these binary packages to
use a minimum version of 3~, less than the initial versions of the
separate source packages but still greater than the previous versions.

Remove the debconf templates and translations for linux-base.

svn path=/dists/trunk/linux-2.6/; revision=17055
2011-03-12 09:13:38 +00:00
Ben Hutchings d4879ad696 Fix linux-tools build for i386 on an x86_64 kernel
svn path=/dists/trunk/linux-2.6/; revision=17008
2011-03-06 22:05:41 +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