Commit Graph

20 Commits

Author SHA1 Message Date
Ben Hutchings b12d2c8be3 Remove stale information about architecture-specific configuration
svn path=/dists/trunk/linux-2.6/; revision=14771
2009-12-11 14:24:32 +00:00
Bastian Blank b37871ac10 * Set compiler build dependencies from config informations.
* Install debian/lib into headers-all package.
* Unlink version file before writing to them.
* debian/README: Remove outdated information.

r5275:  waldi | 2006-01-05 14:00:15 +0100
* debian/lib/python/debian_linux/debian.py: Move package class from utils.
* debian/lib/python/debian_linux/utils.py: Use package class from debian.

r5277:  waldi | 2006-01-05 14:41:45 +0100
* debian/lib/python/debian_linux/debian.py
  - Add package_relation, package_relation_list and package_relation_group
    classes.
  - Use them in the package class.
* debian/lib/python/debian_linux/gencontrol.py
  - Support new relation classes.

r5278:  waldi | 2006-01-05 14:46:55 +0100
debian/bin/gencontrol.py: Use relation objects for tree entry.

r5279:  waldi | 2006-01-05 15:20:00 +0100
* debian/bin/gencontrol.py: Don't fail if some relation fields are empty.
* debian/lib/python/debian_linux/debian.py: Merge relation entries.

r5280:  waldi | 2006-01-05 15:24:08 +0100
* debian/arch/defines, debian/arch/hppa/defines: Set relations for compiler.
* debian/lib/python/debian_linux/gencontrol.py: Set compiler build dependencies
  from config informations.
* debian/templates/control.source.in: Remove compiler from Build-Depends.

r5281:  waldi | 2006-01-05 15:39:45 +0100
* debian/rules.real
  - Install debian/lib into headers-all package.
  - Call dh_python with python version 2.4.
* debian/templates/control.source.in:
  Add python to build-depends, needed by dh_python.

r5282:  waldi | 2006-01-05 16:36:33 +0100
debian/rules.real
- Remove outdated comment about include_common_config.
- Remove support for headers_dirs.

r5283:  waldi | 2006-01-05 16:38:05 +0100
debian/arch/amd64/Makefile.inc, debian/arch/arm/Makefile.inc,
debian/arch/hppa/Makefile.inc, debian/arch/powerpc/Makefile.inc,
debian/arch/sparc/Makefile.inc: Remove not longer supported variables.

r5284:  waldi | 2006-01-05 16:42:33 +0100
debian/lib/python/debian_linux/gencontrol.py:
Warn if the class setting is not available.

r5287:  waldi | 2006-01-05 19:07:05 +0100
debian/arch/powerpc/defines: Set kernel-arch for all except powerpc64 to ppc.

r5288:  waldi | 2006-01-05 19:08:35 +0100
debian/lib/python/debian_linux/config.py:
Only bail out if a section is not found in any config file.

r5294:  waldi | 2006-01-05 19:26:57 +0100
debian/lib/python/debian_linux/gencontrol.py
- Support config underlay.
- Add some small default implementations.

r5295:  waldi | 2006-01-05 19:39:55 +0100
debian/README: Remove outdated information.

r5325:  waldi | 2006-01-06 22:40:17 +0100
debian/bin/apply.py
- Don't reference the debian_linux module, it is not available.
- Unlink version file before writing to them.

svn path=/dists/trunk/linux-2.6/; revision=5327
2006-01-06 22:32:16 +00:00
Jurij Smakov 0ce4786945 Formatted last paragraph to sane line length.
svn path=/trunk/kernel/source/linux-2.6/; revision=3766
2005-08-09 01:03:18 +00:00
Jurij Smakov ae4cdbeb80 README update: generation of control files.
svn path=/trunk/kernel/source/linux-2.6/; revision=3765
2005-08-09 01:01:41 +00:00
Jurij Smakov ce663cee1d Update README to reflect the current situation.
svn path=/trunk/kernel/source/linux-2.6/; revision=3764
2005-08-09 00:54:23 +00:00
Andres Salomon 6bbf67bffa add @longclass@ variable
svn path=/trunk/kernel/source/linux-2.6/; revision=3611
2005-07-21 16:21:45 +00:00
Andres Salomon de9b5ba392 update ream me
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3601
2005-07-20 20:50:37 +00:00
Andres Salomon 721f5c6cf8 drop @shortsmpflavour@ and @smpflavour@, and replace with @class@. Also
add @desc@.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3596
2005-07-20 20:05:29 +00:00
Andres Salomon b89b1be3fb the cp stuff done in headers-install is actually done by kernel-package now;
no need to do it there anymore.  And, while we're at it, nuke $(headers_extra);
if archs really need it, they can add it to headers-install.in (I'd rather
see headers-install.in go away eventually, though).

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3591
2005-07-19 23:15:07 +00:00
Andres Salomon 41715bfb19 default configs are autogenerated now; instead of doing a manual make defconfig,
have kernel-package do it (--config def).  This requires kernel-package 9.002,
so add a versioned dep for all archs.  Also, drop any and all mentions of
default_config.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3583
2005-07-19 19:09:39 +00:00
Jurij Smakov 9cbcb3efc8 Remove all reference to config.default from the
documentation, update the description for the
default_config variable.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3569
2005-07-16 18:57:55 +00:00
Andres Salomon e70192de4e update readme to reflect naming and other changes
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3519
2005-07-16 02:00:54 +00:00
Sven Luther 0762f2cbed Added extra_postinstall_command (not using it for powerpc afterall, but it could be generally usefull still).
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3513
2005-07-16 00:11:13 +00:00
Joshua Kwan 8302348e5f document the new expansions and some old ones that were missed.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3496
2005-07-15 09:49:38 +00:00
Jurij Smakov d3b14fca58 Add typical usage for default_config
svn path=/branches/linux-kernel-2.6.12/; revision=3399
2005-06-24 23:56:23 +00:00
Jurij Smakov bf94155954 Documented the new variable default_config in README.
svn path=/branches/linux-kernel-2.6.12/; revision=3396
2005-06-24 23:53:05 +00:00
Jurij Smakov 048a73191e Update documentation for the build_subarch
variable.

svn path=/branches/linux-kernel-2.6.12/; revision=3366
2005-06-19 16:53:36 +00:00
Jurij Smakov aa0fc06305 Documentation updated, control.headers.in template
reworked.

svn path=/branches/kernel-image-2.6.11/; revision=3291
2005-06-01 02:21:45 +00:00
Jurij Smakov b05c0a5258 Removed added_patches support, instead the arch
patches are now applied automatically at the
unpacking stage.

svn path=/branches/kernel-image-2.6.11/; revision=3279
2005-05-31 01:17:23 +00:00
Jurij Smakov 30edb4652d Moved all stuff to debian/ in preparation for
the integration with kernel-source. Everybody
please SVN UP before changing anything!

svn path=/branches/kernel-image-2.6.11/; revision=3238
2005-05-26 01:42:15 +00:00