Commit Graph

39 Commits

Author SHA1 Message Date
Ben Hutchings 31d17e0e53 debian/README.source: Refer to upload checklist in kernel-team.git
(cherry picked from commit 68456ebc6bfabc94b05ca0771d502a2e1e5f8040)
2020-04-17 01:32:57 +01:00
Ben Hutchings a8c3d89c71 README.source: Document the various makefiles and use of out-of-tree builds 2019-05-19 15:05:10 +01:00
Ben Hutchings 1fd1e48157 debian/README.source: Document how to run kconfigeditor2 2019-01-23 17:37:47 +00:00
Luca Boccassi 7368dbe6c6 Document pkg.linux.nosource in debian/README.source. 2019-01-18 20:59:11 +00:00
Ben Hutchings 80c2596a7c Add pkg.linux.nokernel build profile that excludes kernel image/header packages
This should mostly be useful for testing changes that only affect
the userland packages.
2019-01-01 19:27:10 +00:00
Ben Hutchings 337682dc35 Release linux (4.18.8-1).
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAluhDZUACgkQ57/I7JWG
 EQkLvQ//QqqAfJXjwZt3Iy+dcYieLqmhy4/KtjVvFP8EKSyfdeWl0awb3szbmMs5
 cy2p5q17mafVZTx9MCppp4y1modMBZrMC6hmB9UAoU0j1GnKHNbtddzA3+uo1dmw
 i2LudGseb8LSL5z6g95P4SozSNNeFPIOLSYxkGVnlG3sUdlhlRYCvYf9k8BKUEbx
 sU0yDXQOhf0kBLsRXW8QfJEBHv5ivr9/Q+s9e71NUpVWaEOZwgfJacM/QWcY8+J4
 2o0XlHtS9+r0Ik0RK5Zyt8eun1sH1cb4Lta9LZjvRLWpCqXNpPSus6V8qENngcyw
 X9ZGWi3nMiR4OOuEMGMxbzXXzWreg9MNPyM5/kVfJKlsLi1xP7ufhnstR+j2/tTJ
 guVLDw73B4RyOwH2p4Kh1Pk0hACagI9AeKfjSBTMMlv2rD6FDfuJlSgEYUIK/NLl
 lsefkkKu2EZVdhIBEGDnu80+V2AuoTYXpEknvbnvlYZ1wLNXb73GIFptWu18dfOy
 fZ4cEWDxuKd52nbsjKlQmaxlFGSfjmmWliorhrU84FZsRjvFARGWWPwnjk8fwcpD
 +D0GASqx37iw1gQK8yNQER3dxHzVh1blIKhADgEWJXsaeHcfyDHziShX7FZ8n6G5
 HQBaynaG0Qc9fWd8O6xmX6wsP/vGRFJchbWwa5Gd7L2cCmur1Vk=
 =lopf
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.18.8-1'

Release linux (4.18.8-1).

- Drop ABI reference files and ABI maintenance patch
- Replace ccp driver patch with upstream version that applies to 4.19
2018-09-18 15:49:53 +01:00
Ben Hutchings 26224f8bb8 Move featureset patches and series file to debian/patches-<featureset>.
Fixes lintian warning patch-file-present-but-not-mentioned-in-series.

Also preparation for using dgit, which will remove everything except
the main patch series under debian/patches.
2018-09-13 01:52:52 +01:00
Ben Hutchings db8e7a2186 Add support for specifying build-dependencies in binary package templates
This will allow removing a lot of the repetition introduced in the
preceding commits.
2018-09-11 01:12:58 +01:00
Ben Hutchings d83c439a54 debian/README.source: Remove reference to unifdef, no longer needed 2018-08-11 19:39:58 +01:00
Ben Hutchings 46391c5852 debian/README.{Debian,source}: Update references to file exclusions 2018-08-11 19:34:58 +01:00
Ben Hutchings fa8b524c82 debian/README.source: Remove reference to deleted ckt-stable-update.sh script 2018-08-11 16:19:44 +01:00
Roger Shimizu 06c483a015 debian/copyright: Prefer https URL than http for security merit
Also changed bit for debian/README.source
2017-02-10 07:44:04 +09:00
Ben Hutchings 0ad327058f Fix build rules for userland tools to support cross-building
Pass $(CROSS_COMPILE) or host GNU type through to upstream build rules.

debian/rules.real: Filter tools packages by host arch, not build arch

debian/rules.d/Makefile: Build the tools needed for headers_install in
a separate subdirectory
2016-06-13 02:06:19 +01:00
Ben Hutchings a7ebaf2684 Add support for the nopython build profile, disabling the linux-perf package
Currently we build-depend on the native python (via asciidoc), and on
the host python (via python-dev).  As these are not coinstallable it
is impossible to perform a complete cross-build.  Until that's resolved,
this will allow cross-building of most of the package with the
combination of the 'cross' and 'nopython' profiles.

(This also sidesteps the issue of perf wanting a multilib compiler.)
2016-06-13 02:04:39 +01:00
Ben Hutchings 0aceb8739a debian/control: Fix build-dependencies for cross-building
The current cross-compiler packages don't set the Multi-Arch field, so
specify that the cross-compiler package must be native, rather than any
architecture.

flex doesn't support multi-arch, and this would require splitting it
(#611230, #761449).  Force use of the native package for now.

openssl doesn't support multi-arch but probably easily could (#827028).
Force use of the native package for now.

We need the native libssl-dev while building the kernel itself and the
host libssl-dev while building tools for linux-kbuild.

Document the state of cross-building in README.source.
2016-06-13 02:02:54 +01:00
Ben Hutchings cc2ac0be61 debian/README.source: Document the supported build profiles 2016-06-13 00:38:28 +01:00
Ben Hutchings 4bd293fc1d debian/README.source: Rewrite and expand explanation of kernel config file construction 2016-05-18 04:34:27 +01:00
Ben Hutchings 7275f364d9 Fold debian/config/README into debian/README.source 2016-05-18 03:59:34 +01:00
Ben Hutchings 12fe9efbc6 stable-update: Rewrite stable-update.sh in Python
This fixes some of the problems dch was causing:
- Putting the stable log in the wrong place
- Updating the date unnecessarily

Change stable-update.sh to be a wrapper for stable-update.

Delete ckt-stable-update.sh; if we need it again in future, it can be
implemented more cleanly as part of the new script.
2016-05-06 21:37:36 +01:00
Ben Hutchings 0f3b517e44 README.source: Document convention for bracketted prefixes in changelog 2016-03-15 01:38:59 +00:00
Ben Hutchings 46dfca5a3c README.source: Add examples of irrelevant upstream changes 2016-03-15 01:38:54 +00:00
Ben Hutchings 316fdb166a README.source: Document how to update the changelog for a new upstream version 2016-03-15 01:20:55 +00:00
Ben Hutchings 5bb08e7930 README.source: Mention need to refresh patches when updating upstream source 2016-03-15 01:04:33 +00:00
Ben Hutchings e4a0845da3 README.source: Add instructions to verify upstream tag and file signatures 2016-03-15 00:59:32 +00:00
Ben Hutchings c4460bf84d README.source: Update "Updating the upstream source" to reflect current practice
* Recommend using git rather than tarballs
* We compress upstream source with xz, not gzip
* Don't mention the complicated alternative to debian/rules orig
2016-03-15 00:58:20 +00:00
Ben Hutchings 564cd20f86 tests: Document them in README.source 2015-10-31 22:04:13 +00:00
Ben Hutchings 3925828ee5 README.Debian, README.source: Update references to svn 2015-08-11 18:20:05 +02:00
Ben Hutchings 74ce5845ea README.source: Correct name of main patch series file
svn path=/dists/sid/linux/; revision=19234
2012-07-01 13:34:49 +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 d9e88d6a69 Rename linux-2.6 to linux
svn path=/dists/sid/linux/; revision=19065
2012-06-03 15:55:11 +00:00
Ben Hutchings e2cd0c9fa2 README.source: Update description of patch system to match current usage
svn path=/dists/sid/linux-2.6/; revision=19063
2012-06-03 15:30:52 +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
Moritz Muehlenhoff 09cba2011e amend documentation
svn path=/dists/sid/linux-2.6/; revision=15312
2010-03-03 21:55:31 +00:00
Moritz Muehlenhoff a3424781b2 * Amend README.source with documentation on how to generate a
source tree with all patches applied (Closes: #509156)

svn path=/dists/sid/linux-2.6/; revision=15302
2010-03-01 22:32:20 +00:00
Ben Hutchings 46a955c619 Correct 'i.e.' to 'e.g.'
svn path=/dists/trunk/linux-2.6/; revision=14776
2009-12-12 01:04:34 +00:00
Ben Hutchings 99471ea878 Document support for git repositories in genorig.py
svn path=/dists/trunk/linux-2.6/; revision=14775
2009-12-12 01:03:44 +00:00
Ben Hutchings f2029df804 Move contents of README.build to README.source, except the redundant steps
svn path=/dists/trunk/linux-2.6/; revision=14774
2009-12-12 00:59:10 +00:00
Ben Hutchings dd74fc7666 Move contents of debian/README into debian/README.source
svn path=/dists/trunk/linux-2.6/; revision=14773
2009-12-12 00:53:57 +00:00
Moritz Muehlenhoff 85e68072d5 * Initial work on a README.source file as suggested by current policy
(Spelling/grammar fixes welcome)

svn path=/dists/trunk/linux-2.6/; revision=14756
2009-12-08 00:13:52 +00:00