Parent Directory
|
Revision Log
| Sticky Revision: |
rename to what the source package and orig expect
remove unused @smp@ expansion
Add flavour dependencies for the dummy headers package; prettify output, distinguishing between UP and SMP; shell is evil
Since the source package name is no longer indicative of the upstream kernel version, we need to grab it from the package version instead. Hopefully this won't cause things to break too terribly if we decide to mess around w/ the upstream version (ie, 2.6.12.99.rc3-1 or something).
make the debian/control dep automatic
expand subarch to foo- instead of just foo.
make the subarch variable not empty
document my apology
generate debian/control completely from debian/templates, instead of using arch/*/control.in. We can add overrides for individual things later on (i'm thinking specifically of descriptions, here).
add all generated binary images to debian/control, to lessen confusion for someone trying to figure out how things are done.
*smirk*. s/wordlist/word/
move autogenerated variables down to the autogen'd section
grab ltver from changelog
eep, debugging stuff snuck in there. sorry for the noise
minor comment about variable descriptions in README
future-proof $(major); we don't want an upstream of 2.6.12.1 (for example) returning a $(major) of 2.6.12. It might be better to have $(major) be the actual major version (ie, 2), and export $(minor) as well (ie, 6).
grab $(version) from changelog source
move new packaging into trunk from branch. Whee.
Change the base directory for patch installation from /usr/src/linux-patches to /usr/src/kernel-patches since that's where kernel-package expects them to be.
Revert an earlier change which caused the inclusion of arch-specific control.in templates in the master control file. This is not required and will only clutter the control file unneccessarily.
Apply fix to unpack/build/binary target, ensuring that multiple subarches will build correctly. Thanks to Eugene Konev.
Add arch/*/control.in to the master control file, too
while we are at it name it linux-kernel
add jurij another "spielwiese" :)
Update changelog, release number to .12, tree number to 1 and generate new control file.
change order of arguments to find to end the new find's annoying warnings
* Add dh-kpatches to build-deps-indep. * Copy asm-offsets.s in place instead of symlinking * Make sure DEBIAN does not get into packages.
Changes kernel -> linux in the post-install.in, which was failing. Made the detection of kernel arch automatic there, based on include/asm symlink.
Typo corrected.
Added the building of linux-doc package.
Added preliminary support for arch-specific patches.
Minor cleanups
Added patch-debian target, creating the linux-patch-debian package.
Builds source, tree and images. Images currently break due to some stem issues.
Makefile rearrangement.
Added 'tree' target, building linux-tree package.
Added the 'source' target which builds the linux-source binary package.
Corrected the unpatch target.
Added patch and unpatch targets.
Slow but steady progress towards integration with kernel-source package.
Rearrangements in preparation to merge with kernel-source
Fixed makefiles to reflect the new file locations.
Some major changes: each flavour now has a separate target, making the name of the flavour available to make.
Implemented arch/subarch-specific patches and updated README and TODO files accordingly.
Corrected the naming, which is RFC-compliant now. Tested subarch and no-subarch builds on i386.
Subarch support added. README file is not updated to reflect these changes yet.
Added amd64 support.
Everything is broken as experiments with subarch stuff are underway.
Everything is implemented except subarch stuff.
"Good enough to build broken i386 packages" commit. Everything is more or less in place, need to audit the build procedure for individual arches and put in the remaining bits and pieces.
* Updated README. * Mostly implemented all necessary target. Does not build yet and a number of problems still need to be resolved (see debian/rules for details).
* 'build' target implemented. * Additional variables which can be defined on per-arch basis (in Makefile.inc) introduced and documented in README.
* Implemented 'unpack' target completely. * Added README file, documenting the file locations and format. * Lots of other stuff.
Initial commit of common kernel-image infrastructure. So far it can only unpack the source.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |