Commit Graph

306 Commits

Author SHA1 Message Date
Ben Hutchings 000a73ec79 linux-headers: Fix file installation on architectures without Kbuild.platforms (Closes: #703800)
svn path=/dists/sid/linux/; revision=19942
2013-03-23 23:22:08 +00:00
Aurelien Jarno 7b3c271c7c headers: Include Kbuild.platforms and Platform files in -common to fix out-of-tree building on mips and mipsel.
svn path=/dists/sid/linux/; revision=19880
2013-03-01 22:03:38 +00:00
Ben Hutchings 2aedaff7b1 linux-image-dbg: Add symlinks to vmlinux from the locations expected by kdump-tools (Closes: #700418), systemtap and others
svn path=/dists/sid/linux/; revision=19838
2013-02-23 04:49:21 +00:00
Ben Hutchings aca61360d7 linux-image: Include package version in utsname version string (Closes: #638878)
There is not enough space for both timestamp and package version, so
replace the timestamp by setting KBUILD_BUILD_TIMESTAMP.

We now need to get the distribution name in debian/rules.real, but
we already have DISTRIBUTION as the suite name so use DISTRIBUTOR for
the distribution name (!).

The utsname version string also appears in /proc/version and the init
banner, so don't bother including it again explicitly.  This means we
no longer need to patch init/version.c and scripts/mkcompile_h at all.
Instead, split maintainer at the '@' and set KBUILD_BUILD_USER and
KBUILD_BUILD_HOST accordingly.

Carry on generating <generated/package.h>, but drop the parentheses
from LINUX_PACKAGE_ID now that it's not used in init/version.c.

Drop support for version.$DISTRIBUTION files.  Any derived
distribution can set KBUILD_BUILD_* in the same way we are doing.

svn path=/dists/sid/linux/; revision=19289
2012-07-24 01:52:31 +00:00
Ben Hutchings bfa25d48b7 Explicitly set QUILT_PC when invoking quilt
Derived packages (e.g. for extra featuresets) may be maintained using
yet another patch series (touching the debian directory).  This will
require an additional status directory, specified by setting QUILT_PC.
Override this when we invoke quilt to apply the main and featureset
patch series.  (Thanks to Yves-Alexis Perez.)

svn path=/dists/sid/linux/; revision=19243
2012-07-09 13:42:47 +00:00
Ben Hutchings 369f4bd8be Ignore .git directory when copying/comparing source
This helps people using git-svn checkouts (thanks to Yves-Alexis Perez)

svn path=/dists/sid/linux/; revision=19242
2012-07-09 13:28:07 +00:00
Ben Hutchings 4a2ff091e9 linux-{doc,manual,source,support}: Mark as capable of satisfying relations from foreign packages (Multi-Arch: foreign) (Closes: #679202)
svn path=/dists/sid/linux/; revision=19223
2012-06-28 03:45:03 +00:00
Arnaud Patard 77f83e2b4e Fix stupid cut&paste error.
svn path=/dists/sid/linux/; revision=19172
2012-06-19 22:24:37 +00:00
Ian Campbell 1f6a7a1e40 remove duplicate install-image_arm{hf,el}_$(FEATURESET)_$(FLAVOUR)_plain_image target
Remove the generic version now that these architectures have there own spcific
version. Fixes:
  debian/rules.real:384: warning: overriding commands for target `install-image_armel_none_kirkwood_plain_image'
  debian/rules.real:379: warning: ignoring old commands for target `install-image_armel_none_kirkwood_plain_image'

svn path=/dists/sid/linux/; revision=19171
2012-06-19 13:54:07 +00:00
Arnaud Patard 3636096fe2 - Add support for dreamplug and iconnect (kirkwood) systems.
svn path=/dists/sid/linux/; revision=19167
2012-06-18 22:31:05 +00:00
Bastian Blank 5a0ab9759f Support build-arch and build-indep make targets
* debian/rules, debian/rules.real:
  Support build-indep, rename build to build-arch.
* debian/bin/gencontrol.py, debian/lib/python/debian_linux/gencontrol.py:
  Add build-arch and build-indep.
* debian/changelog: Update.

svn path=/dists/sid/linux/; revision=19148
2012-06-14 14:39:30 +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
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