Log of /dists/trunk/linux-2.6
Directory Listing
Revision
4125 -
Directory Listing
Modified
Sat Sep 3 10:12:52 2005 UTC
(7 years, 8 months ago)
by
waldi
Produce architecture dependant dependencies of core headers package per arch
via gencontrol overwrite.
* debian/bin/gencontrol.py: Add correct dependencies to GENCONTROL_ARGS.
* debian/templates/control.headers.arch.in: Add Depends field with
substitution value variable.
Revision
4112 -
Directory Listing
Modified
Thu Sep 1 06:10:47 2005 UTC
(7 years, 8 months ago)
by
dilinger
Move all CONFIG_CRYPTO options out into global config; this unifies
CRYPTO_CONFIG modules for all archs except arm (which disables the crypto
stuff; i assume Vincent has a good reason for that..). I left the md5
module compiled in statically, since most archs had it set that way; if
there's no reason for this, we can make it a module instead (I'm assuming
there's initrd-ish stuff that needs it?)
Revision
4111 -
Directory Listing
Modified
Thu Sep 1 06:01:08 2005 UTC
(7 years, 8 months ago)
by
dilinger
oops, common config wasn't added
Revision
4110 -
Directory Listing
Modified
Thu Sep 1 06:00:57 2005 UTC
(7 years, 8 months ago)
by
dilinger
run initsplit on this directory
Revision
4109 -
Directory Listing
Modified
Thu Sep 1 05:58:12 2005 UTC
(7 years, 8 months ago)
by
dilinger
run initsplit on this directory
Revision
4108 -
Directory Listing
Modified
Thu Sep 1 05:55:59 2005 UTC
(7 years, 8 months ago)
by
dilinger
run initsplit on this directory
Revision
4106 -
Directory Listing
Modified
Thu Sep 1 05:20:56 2005 UTC
(7 years, 8 months ago)
by
dilinger
a few additional options that should be safe globally
Revision
4105 -
Directory Listing
Modified
Thu Sep 1 05:15:37 2005 UTC
(7 years, 8 months ago)
by
dilinger
enable a bunch of modular drivers that're new in 2.6.13 globally; misc other
bits too.
Revision
4104 -
Directory Listing
Modified
Thu Sep 1 05:09:57 2005 UTC
(7 years, 8 months ago)
by
dilinger
set CONFIG_INOTIFY=y globally
Revision
4095 -
Directory Listing
Modified
Wed Aug 31 10:28:29 2005 UTC
(7 years, 8 months ago)
by
luther
Copied from:
dists/trunk/kernel/linux-2.6 revision 4094
Moved linux-2.6 and mips 2.6.12 stuff to toplevel, prepared kernel to be
removed, once everyone cleaned up.
Revision
4085 -
Directory Listing
Modified
Wed Aug 31 09:16:55 2005 UTC
(7 years, 8 months ago)
by
horms
Original Path:
trunk/kernel/linux-2.6
Added changelog for 2.6.12.6 - but omitted the patch as it is superceded by 2.6.13
Revision
4071 -
Directory Listing
Modified
Tue Aug 30 08:28:43 2005 UTC
(7 years, 8 months ago)
by
horms
Original Path:
trunk/kernel/linux-2.6
* zlib deflateBound() patch added as part of the 2.6.12.5 patch in
2.6.12-3 now has a CAN number.
See CAN-2005-2457
Revision
4065 -
Directory Listing
Modified
Mon Aug 29 11:13:47 2005 UTC
(7 years, 8 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
r4064: waldi | 2005-08-29 12:59:50 +0200
* debian/bin/gencontrol.py: Really use abiname from config.
* debian/changelog: Update.
* debian/patches-debian/series/2.6.13-1: Move from debian/patches-debian/series/2.6.12+2.6.13-rc6-1.
* debian/patches-debian/drivers-s390-net-klist.patch: Drop, it is included in 2.6.13.
Revision
4062 -
Directory Listing
Modified
Mon Aug 29 10:09:39 2005 UTC
(7 years, 8 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
r4026: waldi | 2005-08-23 16:16:40 +0200
debian/bin/gencontrol.py: Add error messages for arches without definitions.
r4027: waldi | 2005-08-23 17:17:44 +0200
* debian/bin/gencontrol.py: Produce headers package for each subarch.
* debian/templates/control.headers.main.in: Fix commandline.
* debian/templates/control.headers.subarch.in: Remove.
r4028: waldi | 2005-08-23 18:04:56 +0200
/debian/bin/gencontrol.py: Cleanup.
r4029: waldi | 2005-08-23 19:02:41 +0200
* debian/bin/gencontrol.py: Move the logic into functions.
* debian/lib/python/debian_linux.py
(sorted_dict): Add.
(entry): Implement via sorted_dict.
r4030: waldi | 2005-08-23 19:13:06 +0200
debian/bin/gencontrol.py: Use dict for makeflags.
r4031: waldi | 2005-08-23 19:18:37 +0200
debian/bin/gencontrol.py: Support extra packages which multiple architectures.
r4032: waldi | 2005-08-23 19:31:34 +0200
* debian/bin/gencontrol.py: Set Architecture for each package.
* debian/templates/control.headers.in, debian/templates/control.headers.latest.in,
debian/templates/control.headers.subarch.in, debian/templates/control.image.in,
debian/templates/control.image.latest.in: Remove Architecture field.
r4033: waldi | 2005-08-23 19:33:50 +0200
debian/bin/gencontrol.py: Readd subarch headers package.
r4034: waldi | 2005-08-23 19:38:05 +0200
debian/bin/gencontrol.py: Readd setup of variables for template substitution.
r4035: waldi | 2005-08-23 19:40:58 +0200
debian/templates/control.headers.subarch.in: Fix package names in description.
r4036: waldi | 2005-08-23 19:49:12 +0200
debian/lib/python/debian_linux.py
(config): Support subarchitectures.
r4037: waldi | 2005-08-23 22:05:05 +0200
Add support for linux-headers-$version-all package.
It is currently blocked by #324741.
* debian/bin/gencontrol.py: Update.
* debian/lib/python/debian_linux.py: Move none subarch to the beginning of the list.
* debian/templates/control.headers.main.in: Add.
r4038: waldi | 2005-08-23 22:42:52 +0200
* debian/bin/gencontrol.py: Use special rule for building the general headers package.
* debian/rules.real: Add rules.
* debian/templates/control.headers.main.in: Drop -all suffix.
r4039: waldi | 2005-08-23 23:12:53 +0200
debian/lib/python/debian_linux.py: Support overlay config.
r4040: waldi | 2005-08-23 23:13:33 +0200
debian/rules.real: Fix installation of common headers package.
r4045: waldi | 2005-08-24 00:52:03 +0200
* debian/arch/powerpc/defines: Add kernel arch settings.
* debian/lib/python/debian_linux.py: Support kernel arch settings.
r4047: waldi | 2005-08-24 10:31:57 +0200
* debian/bin/gencontrol.py: Add proper Architecture line to headers package.
* debian/templates/control.headers.arch.in: Move from
debian/templates/control.headers.main.in.
r4049: waldi | 2005-08-24 19:49:53 +0200
debian/patches-debian/qla2xxx-removed.patch: Don't remove Kconfig entry.
Revision
4010 -
Directory Listing
Modified
Mon Aug 22 06:13:25 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/linux-2.6-devel
Copied from:
trunk/kernel/linux-2.6 revision 4009
Moved the current tree waldi upped to 2.6.13-rc6 to linux-2.6-devel.
We need to keep the current uploaded package in trunk, anything else would be
insane. Notice that we could as well move all the distribution branches into
trunk if we go that way, and remove all the older non-common packages out of
the way.
Revision
4007 -
Directory Listing
Modified
Mon Aug 22 05:55:44 2005 UTC
(7 years, 9 months ago)
by
horms
Original Path:
trunk/kernel/linux-2.6
[Security] Restrict socket policy loading to CAP_NET_ADMIN.
See CAN-2005-2555.
Revision
4003 -
Directory Listing
Modified
Sun Aug 21 15:29:03 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
debian/patches-debian/drivers-s390-net-klist.patch: Remove wrong mime type.
Revision
4001 -
Directory Listing
Modified
Sun Aug 21 15:17:11 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
* debian/bin/gencontrol.py: Move some code to a includes module.
* debian/lib, debian/lib/python: New directory.
* debian/lib/python/debian_linux.py: Add.
* debian/rules: Clean python compiled files.
Revision
3998 -
Directory Listing
Modified
Sun Aug 21 01:56:09 2005 UTC
(7 years, 9 months ago)
by
horms
Original Path:
trunk/kernel/linux-2.6
* - Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
it breaks iproute's (and other netlink users) ability
to set routes. (closes: #322723)
Revision
3996 -
Directory Listing
Modified
Fri Aug 19 23:13:40 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
* debian/arch/config: Enable ACL support for NFS.
* debian/arch/s390/config: Update.
* debian/patches-debian/drivers-s390-net-klist.patch: Add.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Add drivers-s390-net-klist.patch.
Revision
3995 -
Directory Listing
Modified
Fri Aug 19 23:11:47 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
* debian/bin/gencontrol.py: Add special abiname setting for kpkg.
* debian/rules.real: Use KPKG_ABINAME.
Revision
3994 -
Directory Listing
Modified
Fri Aug 19 22:26:44 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
* debian/bin/gencontrol.py: Add patch package to tree dependencies.
* debian/templates/control.tree.in: Remove Dependency line.
Revision
3992 -
Directory Listing
Modified
Fri Aug 19 18:12:39 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
debian/bin/gencontrol.py
- Remove some debug code.
- Make changelog regex more readable.
- Only add dependencies to sources of the same upstream version to the tree package.
Revision
3991 -
Directory Listing
Modified
Fri Aug 19 17:38:32 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
* debian/bin/gencontrol.py: Support upstream version.
* debian/rules.real: Use upstream version for source tarball.
Revision
3989 -
Directory Listing
Modified
Fri Aug 19 15:21:47 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/linux-2.6
Update to 2.6.13-rc6.
* debian/changelog: Update.
* debian/patches-debian/amd64-outs.patch: Remove, unreferenced.
* debian/patches-debian/drivers-ide-__devinit.patch,
debian/patches-debian/ia64-generic-nosmp.patch
* debian/patches-debian/drivers-scsi-megaraid_splitup.patch,
debian/patches-debian/modular-ide-pnp.patch,
debian/patches-debian/remove-references-to-removed-drivers.patch,
debian/patches-debian/modular-ide-pnp.patch: Update.
* debian/patches-debian/patch-2.6.12.1, debian/patches-debian/patch-2.6.12.2
debian/patches-debian/patch-2.6.12.3, debian/patches-debian/patch-2.6.12.4
debian/patches-debian/patch-2.6.12.5: Remove, obselete.
* debian/patches-debian/powerpc-ppc64-ibmvscsi.patch: Remove, broken.
* debian/patches-debian/powerpc-ppc64-vio-data.patch: Add.
* debian/patches-debian/series/2.6.12-1, debian/patches-debian/series/2.6.12-2,
debian/patches-debian/series/2.6.12-3: Remove.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Add.
* debian/rules
- Add maintainerclean rule.
- Support versions with more than one dash.
Revision
3981 -
Directory Listing
Modified
Fri Aug 19 10:31:32 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* Add more strict dependency between the headers packages.
* Use own config to define arches, subarches and flavours.
* Aggregate ATM options.
* Add kernel config for s390 tape image.
* Fix subarch setting for sparc.
r3970: waldi | 2005-08-18 17:58:13 +0000
debian/templates/control.headers.in: Add more strict dependency.
r3971: waldi | 2005-08-18 18:02:08 +0000
Use own config to define arches, subarches and flavours.
* debian/arch/defines: Include architecture definitions.
* debian/arch/alpha/defines, debian/arch/amd64/defines, debian/arch/arm/defines,
debian/arch/hppa/defines, debian/arch/i386/defines, debian/arch/ia64/defines,
debian/arch/m68k/defines, debian/arch/powerpc/defines, debian/arch/s390/defines,
debian/arch/sparc/defines: Include flavour definitions.
* debian/bin/gencontrol.py
- Read all configs at once.
- Use config definitions for arch, subarch and flavour detection.
r3972: waldi | 2005-08-18 18:50:08 +0000
debian/arch/alpha/config, debian/arch/amd64/config, debian/arch/config,
debian/arch/i386/config, debian/arch/powerpc/config: Aggregate ATM options.
r3973: waldi | 2005-08-18 18:52:30 +0000
Add kernel config for s390 tape image.
* debian/arch/s390/config: Remove IPL options.
* debian/arch/s390/config.s390 debian/arch/s390/config.s390x: Add IPL options.
* debian/arch/s390/config.s390-tape: Add.
r3974: waldi | 2005-08-18 18:55:49 +0000
debian/bin/gencontrol.py: Don't output not available arches.
r3975: waldi | 2005-08-18 18:57:32 +0000
debian/arch/sparc/defines: Set kpkg-subarch to sparc64.
r3976: waldi | 2005-08-18 19:06:23 +0000
* debian/arch/powerpc/Makefile.inc, debian/arch/sparc/Makefile.inc: Remove old subarch settings.
* debian/bin/gencontrol.py: Support per subarch kpkg-subarch.
* debian/rules.real: Use subarch for header builds.
Revision
3960 -
Directory Listing
Modified
Wed Aug 17 13:35:36 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6
Added powerpc-pmac-sound-check.patch which does some sanity checks.
Fixed apus patch, now only a couple of hunks need checking.
Revision
3936 -
Directory Listing
Modified
Wed Aug 17 04:44:13 2005 UTC
(7 years, 9 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6
* Change ATM and Classical-IP-over-ATM to be modular, instead of being
statically included. Make it the same for all archs, too.
(closes: #323143) (Andres Salomon)
Revision
3934 -
Directory Listing
Modified
Tue Aug 16 18:15:54 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6
Added powerpc-apus patch, not yet enabled though, as it needs checking if it
will not break main powerpc stuff.
Revision
3910 -
Directory Listing
Modified
Tue Aug 16 07:56:59 2005 UTC
(7 years, 9 months ago)
by
maks-guest
Original Path:
trunk/kernel/source/linux-2.6
change fuzz factor from default 2 to 1 on patch appliance.
may need a rediff of various patches,
but catches from nasty surprises
Revision
3871 -
Directory Listing
Modified
Mon Aug 15 08:54:03 2005 UTC
(7 years, 9 months ago)
by
horms
Original Path:
trunk/kernel/source/linux-2.6
* [security]
security-keys-destructor-oops.patch
Fix keyring destructor
See CAN-2005-2099
Closes: #323039
* [security]
security-keys-session-join.patch
Fix error during session join
See CAN-2005-2098
Closes: #323039
Revision
3870 -
Directory Listing
Modified
Mon Aug 15 08:53:58 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
r3861: waldi | 2005-08-14 20:06:22 +0000
debian/rules: Move stamp files.
r3868: waldi | 2005-08-15 08:50:33 +0000
debian/rules: Make the arch defines file prequisites of debian/control.
r3869: waldi | 2005-08-15 08:51:39 +0000
debian/templates/control.extra.in: Add transition packages for powerpc64 images.
Revision
3860 -
Directory Listing
Modified
Sun Aug 14 19:59:43 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* Use generated rules, effectively remove second flavour resolver.
* Implement generic support for cross compilation.
* Install generated files in the correct headers packages.
r3745: waldi | 2005-08-08 15:40:20 +0000
* debian/bin/gencontrol.py
- Rename some variables.
- Write debian/rules.gen.
* debian/rules: Use debian/rules.gen.
r3746: waldi | 2005-08-08 15:51:26 +0000
debian/bin/gencontrol.py: Simplify rules.
r3747: waldi | 2005-08-08 16:22:29 +0000
Use generated rules for unpack, effectively remove second flavour resolver.
* debian/Makefile: Updates.
* debian/bin/gencontrol.py: Generate unpack rules.
* debian/rules: Use new rules.
r3748: waldi | 2005-08-08 17:03:32 +0000
Use generated rules for build.
* debian/Makefile
- Updates.
- Generate bin/touch.orig.
* debian/bin/gencontrol.py: Generate build rules.
* debian/rules: Remove bin/touch.orig creation.
r3752: waldi | 2005-08-08 18:13:27 +0000
Use generated rules for binary target.
* debian/Makefile: Updates.
* debian/bin/gencontrol.py: Generate binary rules.
r3753: waldi | 2005-08-08 19:00:05 +0000
* debian/Makefile
- Overwrite env.
- Split binary target.
* debian/bin/gencontrol.py: Update.
* debian/rules: Call correct targets.
r3756: waldi | 2005-08-08 20:07:31 +0000
* debian/Makefile
- Split unpack target.
- Don't generate stamp files for install targets.
- Update dir names.
* debian/bin/gencontrol.py: Split unpack target.
* debian/rules: Remove new stamp files.
r3793: waldi | 2005-08-09 19:57:44 +0000
* debian/Makefile
- Fix directories.
- Build anything in one subdir.
* debian/bin/gencontrol.py: Call debian/Makefile from package root.
* debian/rules: Updates.
r3794: waldi | 2005-08-09 21:43:07 +0000
debian/bin/gencontrol.py: Updates.
r3795: waldi | 2005-08-09 22:26:53 +0000
* debian/Makefile
- Include debian/rules.defs.
- Simplify kpkg command specs.
* debian/rules
- Move directory definitions to debian/rules.defs.
- Include debian/rules.defs.
* debian/rules.defs: Add.
r3796: waldi | 2005-08-09 22:30:23 +0000
* debian/bin/gencontrol.py: Use debian/rules.real.
* debian/rules.real: Move from debian/Makefile.
r3797: waldi | 2005-08-09 22:39:24 +0000
debian/bin/gencontrol.py, debian/rules, debian/rules.real:
Rename unpack to setup.
r3798: waldi | 2005-08-09 22:52:43 +0000
debian/bin/gencontrol.py, debian/rules.real: Use DH_OPTIONS.
r3799: waldi | 2005-08-09 22:53:37 +0000
debian/rules: Use host, not build architecture.
r3815: waldi | 2005-08-10 11:53:38 +0000
debian/rules.real: Update targets.
r3816: waldi | 2005-08-10 12:06:13 +0000
debian/rules.real: Move patch rules from debian/rules.
r3817: waldi | 2005-08-10 12:22:26 +0000
debian/bin/gencontrol.py, debian/rules.real: Small fixes.
r3818: waldi | 2005-08-10 12:29:17 +0000
debian/rules.real: Add seperate setup step for headers package.
r3819: waldi | 2005-08-10 12:36:57 +0000
debian/bin/gencontrol.py, debian/rules, debian/rules.real: Add binary-indep.
r3820: waldi | 2005-08-10 12:40:10 +0000
debian/bin/gencontrol.py: Fix typo.
r3821: waldi | 2005-08-10 12:56:58 +0000
* debian/bin/gencontrol.py: Use binary-indep.
* debian/rules.real: Move source package rules from debian/rules.
r3822: waldi | 2005-08-10 13:11:24 +0000
* debian/bin/gencontrol.py: Use install-dummy.
* debian/rules.real: Move tree package rules from debian/rules.
r3823: waldi | 2005-08-10 13:41:30 +0000
* debian/bin/gencontrol.py: Fix typos.
* debian/rules.real
- Move doc package rules from debian/rules.
- Fix some installation rules.
r3824: waldi | 2005-08-10 13:55:41 +0000
debian/rules.real: Move patch package rules from debian/rules.
r3825: waldi | 2005-08-10 14:17:33 +0000
debian/rules: Cleanup.
r3826: waldi | 2005-08-10 14:37:03 +0000
debian/rules.real: Fix typos.
r3827: waldi | 2005-08-10 14:57:07 +0000
debian: Update svn:ignore property.
r3828: waldi | 2005-08-10 15:07:29 +0000
debian/rules.real
- Move some install rules.
- Support cross compilation.
r3829: waldi | 2005-08-10 15:39:14 +0000
debian/rules.real: Realy rename the rules.
r3830: waldi | 2005-08-10 17:35:54 +0000
debian/rules.real
- Move one rule.
- Fix permissions of source tar ball.
Closes: 322409
r3832: waldi | 2005-08-10 18:57:51 +0000
debian/templates/control.headers.main.in: Fix command to install headers.
r3833: waldi | 2005-08-10 20:30:48 +0000
* debian/bin/gencontrol.py: Remove dash from ABINAME.
* debian/rules.real
- Use abiname without dash.
- Install patches with correct permissions.
r3847: waldi | 2005-08-13 09:11:40 +0000
debian/templates/post-install.in:
Install any executable file and files which matches *.sh and *.pl in the
scripts directory.
Closes: 322612
r3848: waldi | 2005-08-13 09:32:54 +0000
* arch/powerpc/defines: Add pseries definitions.
* arch/powerpc/config.pseries: Move from arch/powerpc/noconfig.pseries.
* bin/gencontrol.py
- Export KPKG_SUBARCH.
- Updates.
* rules.real: Use KPKG_SUBARCH.
r3853: waldi | 2005-08-14 10:01:06 +0000
debian/rules.real
- Fix cross compile options for make-kpkg.
- Fix architecture patches.
- Remove asm-offsets.s workaround, pending real fix.
r3854: waldi | 2005-08-14 12:07:36 +0000
debian/rules.real: Export version informations.
r3855: waldi | 2005-08-14 12:39:57 +0000
debian/templates/post-install.in: Always install generated files.
r3858: waldi | 2005-08-14 14:51:28 +0000
debian/rules.real: Integrate headers install fix.
r3859: waldi | 2005-08-14 15:29:21 +0000
* debian/arch/powerpc/config.powerpc64
- Fix wrong formated entries.
- Enable vscsi client.
* debian/arch/powerpc/defines: Fix flavour name.
* debian/README.PPC64: Remove.
Revision
3851 -
Directory Listing
Modified
Sat Aug 13 16:13:58 2005 UTC
(7 years, 9 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6
Fix for 322610:
- added m68 to headers_dirs on powepc.
- changed Makefile to pass headers_dirs to post-install.
- changed post-install to add links to all headers
directories, specified in headers_dirs.
Revision
3849 -
Directory Listing
Modified
Sat Aug 13 15:17:40 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
r3847: waldi | 2005-08-13 09:11:40 +0000
debian/templates/post-install.in:
Install any executable file and files which matches *.sh and *.pl in the
scripts directory.
Closes: 322612
Revision
3790 -
Directory Listing
Modified
Tue Aug 9 11:53:21 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
r3781: waldi | 2005-08-09 09:09:10 +0000
debian/rules: Use md5sum to check for changed input files in debian/control
build.
r3782: waldi | 2005-08-09 09:13:12 +0000
* debian/changelog: Prepare to release (2.6.12-2).
* debian/templates/control.source.in: Add myself to Uploaders.
Revision
3770 -
Directory Listing
Modified
Tue Aug 9 03:54:02 2005 UTC
(7 years, 9 months ago)
by
kyle
Original Path:
trunk/kernel/source/linux-2.6
hppa for linux-2.6 common source package. configs are up to date, some
non-working drivers have been culled until they can be proven to work, so as
to not pollute the BTS with hppa-specific brokenness. more stuff will be
culled as i get the opportunity, hopefully. configs still need to be split.
Revision
3767 -
Directory Listing
Modified
Tue Aug 9 02:04:37 2005 UTC
(7 years, 9 months ago)
by
horms
Original Path:
trunk/kernel/source/linux-2.6
+ * Added reference to old kernel-* package names to make
+ transition a little more obvious to end uers.
+ A Dan Jacobson special Closes: #321167
Revision
3757 -
Directory Listing
Modified
Mon Aug 8 22:15:27 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* debian/Makefile: Updata.
* debian/bin/gencontrol.py: Overwrite versions for extra packages.
* debian/changelog: Prepare to release (2.6.12-2).
* debian/templates/control.extra.in: Add overwrite fields.
Revision
3743 -
Directory Listing
Modified
Mon Aug 8 15:04:20 2005 UTC
(7 years, 9 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6
update the Jens blurb. I don't think it belongs here, but I can't think of
anywhere better to put it.
Revision
3742 -
Directory Listing
Modified
Mon Aug 8 14:54:38 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
Add transition packages from old kernel-latest sources.
* debian/bin/gencontrol.py: Process extra packages.
* debian/templates/control.extra.in: Add.
Revision
3740 -
Directory Listing
Modified
Mon Aug 8 13:51:37 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
Build as much packages as possible at one time.
* debian/Makefile: Update.
* debian/bin/gencontrol.py: Produce only one call per flavour.
Revision
3738 -
Directory Listing
Modified
Mon Aug 8 12:42:26 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* Build dummy packages.
* Make sure that the build uses an up to date control file.
r3735: waldi | 2005-08-08 08:07:55 +0000
* debian/bin/gencontrol.py: Write informations about dummy packages into
Makefile.inc.
r3737: waldi | 2005-08-08 12:41:11 +0000
* debian/rules
- Add debian/bin/gencontrol.py to prequisites of debian/control.
- Add debian/control to prequisites of build to avoid builds with an out
of date control file.
- Call dummy binary targets.
Revision
3724 -
Directory Listing
Modified
Sun Aug 7 21:01:54 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* Make template names easier.
* Add general dependency package.
r3721: waldi | 2005-08-07 20:40:12 +0000
* debian/bin/gencontrol.py: Use updates template names.
* debian/templates/control.headers.in: Move from control.headers.flavour.in.
* debian/templates/control.headers.main.in: Move from control.headers.in.
r3722: waldi | 2005-08-07 20:51:49 +0000
* debian/bin/gencontrol.py: Reorder packages.
* debian/templates/control.image.latest.in: Add general dependency package.
Revision
3717 -
Directory Listing
Modified
Sun Aug 7 16:44:16 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* Convert m68k to new config.
* Cleanup changelog.
* debian/arch/m68k/desc.amiga, debian/arch/m68k/desc.atari,
debian/arch/m68k/desc.bvme6000, debian/arch/m68k/desc.hp,
debian/arch/m68k/desc.mac, debian/arch/m68k/desc.mvme147,
debian/arch/m68k/desc.mvme16x, debian/arch/m68k/desc.q40,
debian/arch/m68k/desc.sun3: Remove.
* debian/arch/m68k/defines: Add descriptions.
* debian/changelog: Cleanup
Revision
3716 -
Directory Listing
Modified
Sun Aug 7 15:29:32 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
r3705: waldi | 2005-08-06 19:58:56 +0000
* debian/bin/gencontrol.py: Use image.latest template.
* debian/templates/control.image.in: Use longclass in long description.
* debian/templates/control.image.latest.in: Add
r3710: waldi | 2005-08-07 09:12:08 +0000
* bin/gencontrol.py
- Rewrap descriptions.
- Support linux-headers latest packages.
* templates/control.image.latest.in: Use major in short description.
* templates/control.headers.latest.in: Add.
r3711: waldi | 2005-08-07 09:35:17 +0000
* bin/gencontrol.py: Hack textwrap to don't split package names.
* templates/control.headers.in: Fix paragraphs.
* templates/control.image.latest.in: Add suggests.
Revision
3714 -
Directory Listing
Modified
Sun Aug 7 13:13:42 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* debian/arch/powerpc/defines: Fix dependencies.
* debian/templates/control.image.in: Architecture dependencies don't belong to
the templates.
Revision
3713 -
Directory Listing
Modified
Sun Aug 7 11:51:50 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6
Readded dependency of linux-image on mkvmlinuz for powerpc. Doesn't take ppc64
kernels in account, but as we don't have those yet ...
Revision
3709 -
Directory Listing
Modified
Sun Aug 7 07:19:02 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6
forced build-depends on kernel-package 9.005 on powerpc to fix mkvmlinuz
support, and documented fix in asm-ppc[64] missing headers in changelog.
Revision
3708 -
Directory Listing
Modified
Sun Aug 7 07:11:56 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6
Added dedication to Jens. Please reread and offer your opinion and spellcheck
or something, i am not very good at doing this kind of things, but then, who is ?
Revision
3707 -
Directory Listing
Modified
Sun Aug 7 06:01:52 2005 UTC
(7 years, 9 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6
enable CONFIG_6PACK for all archs (#319646). this is no longer marked
BROKEN_ON_SMP, so it should be ok.
Revision
3701 -
Directory Listing
Modified
Sat Aug 6 09:32:51 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
r3694: waldi | 2005-08-05 20:01:12 +0000
Strip down the scripts dir in the headers packages.
* debian/changelog: Update.
* debian/templates/post-install.in: Copy neccesary files into the scripts
dir of the headers package.
r3696: waldi | 2005-08-05 20:15:48 +0000
debian/rules: Bail out after gencontrol runs.
Revision
3691 -
Directory Listing
Modified
Fri Aug 5 16:38:58 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* Rewrite gencontrol.
* Use debian/arch/defines, debian/arch/$arch/defines,
debian/arch/$arch/$subarch/defines and
debian/arch/$arch/$subarch/defines.$flavour to gather values.
* Remove fdutils from global Suggests.
r3646: waldi | 2005-07-31 18:48:39 +0000
* debian/bin/gencontrol.py: Add.
* debian/bin/gencontrol: Remove.
* debian/rules
- Use new gencontrol.
- Remove makevars.
* debian/templates/control.headers.in
* debian/templates/control.headers.subarch.in: Add.
* debian/templates/control.image.in: Update.
* debian/templates/control.main.in: Remove kernel-tree entry.
* debian/templates/control.tree.in: Move kernel-tree entry from control.main.in.
* debian/arch/defines, debian/arch/s390/defines, debian/arch/s390/defines.s390,
debian/arch/s390/defines.s390x: Add.
* debian/arch/s390/desc.s390,debian/arch/s390/desc.s390x: Remove.
r3647: waldi | 2005-07-31 18:57:21 +0000
* debian/bin/gencontrol.py: Support desc keyword.
r3648: waldi | 2005-07-31 19:06:30 +0000
* debian/arch/alpha/defines, debian/arch/amd64/defines,
debian/arch/i386/defines, debian/arch/i386/defines.686,
debian/arch/i386/defines.686-smp, debian/arch/i386/defines.k7,
debian/arch/i386/defines.k7-smp, debian/arch/ia64/defines,
debian/arch/m68k/defines, debian/arch/powerpc/defines,
debian/arch/sparc/defines, debian/arch/sparc/defines.sparc64,
debian/arch/sparc/defines.sparc64-smp: Add.
* debian/arch/i386/desc.686, debian/arch/i386/desc.686-smp,
debian/arch/i386/desc.k7, debian/arch/i386/desc.k7-smp,
debian/arch/sparc/desc.sparc64, debian/arch/sparc/desc.sparc64-smp:
Remove
r3649: waldi | 2005-07-31 19:12:49 +0000
* debian/templates/control.image.in: Remove fdutils from Suggests.
* debian/arch/arm/defines: Add.
* debian/arch/alpha/defines, debian/arch/amd64/defines,
debian/arch/i386/defines, debian/arch/ia64/defines,
debian/arch/m68k/defines, debian/arch/powerpc/defines,
debian/arch/sparc/defines: Update.
r3650: waldi | 2005-07-31 19:44:25 +0000
* debian/bin/gencontrol.py, debian/templates/control.headers.in:
Update.
r3680: waldi | 2005-08-03 18:12:37 +0000
* debian/bin/gencontrol.py: Update.
* debian/arch/i386/defines, debian/arch/s390/defines,
debian/arch/sparc/defines: Move settings.
* debian/arch/i386/defines.686, debian/arch/i386/defines.686-smp,
debian/arch/i386/defines.k7, debian/arch/i386/defines.k7-smp,
debian/arch/s390/defines.s390, debian/arch/s390/defines.s390x,
debian/arch/sparc/defines.sparc64, adebian/rch/sparc/defines.sparc64-smp:
Delete.
r3682: waldi | 2005-08-03 22:38:45 +0000
* debian/arch/ia64/defines: Add class definition.s
* debian/arch/ia64/desc.itanium-smp, debian/arch/ia64/desc.itanium
debian/arch/ia64/desc.mckinley-smp, debian/arch/ia64/desc.mckinley:
Delete.
r3687: waldi | 2005-08-05 09:11:10 +0000
* debian/Makefile: Copy control file.
r3689: waldi | 2005-08-05 15:36:24 +0000
* debian/rules: Make debian/changelog a prequisite of debian/control.
Revision
3688 -
Directory Listing
Modified
Fri Aug 5 14:46:30 2005 UTC
(7 years, 9 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6
Fixed type in Makefile.inc:headers_dirs, which caused to have missing
asm-ppc and asm-ppc64 headers in the common header packages.
Revision
3641 -
Directory Listing
Modified
Sun Jul 31 09:25:30 2005 UTC
(7 years, 9 months ago)
by
waldi
Original Path:
trunk/kernel/source/linux-2.6
* debian/changelog: Update.
* debian/templates/control.source.in: Don't build-depend on console-tools on s390.
Revision
3640 -
Directory Listing
Modified
Sun Jul 31 02:55:53 2005 UTC
(7 years, 9 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6
Made gencontrol general enough to generate
both the master control file and the control
file used for building a specific kernel image.
Revision
3639 -
Directory Listing
Modified
Sun Jul 31 01:42:49 2005 UTC
(7 years, 9 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6
Fixed up the template and gencontrol so that
the case when arch-specific depends and suggests
substitutions are empty, one does not get
dangling commas.
Revision
3638 -
Directory Listing
Modified
Sun Jul 31 00:56:28 2005 UTC
(7 years, 9 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6
* The control.image.in template now supports
arch_depends, arch_suggests and arch_recommends
substitutions, so that we can generate these
fields individually for each architecture.
That should take care of 319896. It's quite
a rewrite, so please test.
* At the moment the arch-specific depends,
suggests and recommends are hard-coded into
the debian/bin/gencontrol. It's not the prettiest
solution but it works.
* Changed gencontrol to strip all lines starting
with # from the generated files, so comments
in templates are now allowed.
Revision
3637 -
Directory Listing
Modified
Sun Jul 31 00:08:59 2005 UTC
(7 years, 9 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6
The "I hope I did not break anything" commit.
Move the control file generation to a separate
script (debian/bin/gencontrol), unuglifying it
along the way (hi, dilinger :-). This is a
first step towards the solution for 319896.
Revision
3616 -
Directory Listing
Modified
Wed Jul 27 01:22:51 2005 UTC
(7 years, 10 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6
Bump the build-dep on kernel-package to the last
version without known bugs (>= 9.004) to take
care of #319657.
Revision
3594 -
Directory Listing
Modified
Wed Jul 20 00:04:24 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Add some description files for flavours. Basically, for each flavour, if
'class' is set, then in the description, "@class@ class systems" will be
described; if class is not set, then the flavour name will be used.
Ie, if there's no desc.386, then "this kernel is for 386 class systems" will
show up in the description.
There's also @desc@ (see the s390 stuff for an example) that will be appended
to the description.
I haven't actually implemented this yet; please fill in what you need for
your pet architecture, and I'll do it tomorrow.
Revision
3591 -
Directory Listing
Modified
Tue Jul 19 23:15:07 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
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).
Revision
3583 -
Directory Listing
Modified
Tue Jul 19 19:09:39 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
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.
Revision
3578 -
Directory Listing
Modified
Mon Jul 18 21:46:09 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
minor fixups; add an explicit dep on config.$flavour, so that it's built;
also add a comment about using 'make defconfig' instead of config.default
to build the config config. It's going to have to wait for kernel-package
support, i suppose; wishlist bug has been filed, but I got tired of waiting
for the BTS to respond.
Revision
3568 -
Directory Listing
Modified
Sat Jul 16 18:55:04 2005 UTC
(7 years, 10 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Use debian/config.blah and not arch/<arch>/config.blah
as header files for header building, as the ones in
arch are the incomplete files now.
Revision
3567 -
Directory Listing
Modified
Sat Jul 16 18:49:03 2005 UTC
(7 years, 10 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Kill off amd64's config.default and set
default_config to amd64-generic. That completely
gets rid of config.default stuff and allows us
to stop supporting it.
Revision
3566 -
Directory Listing
Modified
Sat Jul 16 17:38:09 2005 UTC
(7 years, 10 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
I don't know why CONFIG_6PACK got moved to config.powerpc only, and not to config, it stopped powerpc-smp in any case. so fixed.
Revision
3555 -
Directory Listing
Modified
Sat Jul 16 12:49:55 2005 UTC
(7 years, 10 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Oh well, i guess we moved to modular stuff while i was trying to build :)
now build MAC_FLOPPY only on non-smp, as it FTBFS on smp.
Revision
3545 -
Directory Listing
Modified
Sat Jul 16 08:06:35 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
more merged drivers; also explicitly mention the dropping of
doc-post_halloween.patch, which was accidentally dropped.. but is of little
value IMO anyways..
Revision
3518 -
Directory Listing
Modified
Sat Jul 16 01:56:00 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
rename config.common to config, ignore include_common_config (always use
the common config. overriding options is implicit, use it if you don't want
to use the common configs), and fixed a subarch bug ($(arch)/config.$(subarch)
vs $(arch)/$(subarch)/config)
Revision
3474 -
Directory Listing
Modified
Tue Jul 12 11:02:40 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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).
Revision
3469 -
Directory Listing
Modified
Tue Jul 12 08:57:24 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
commit this horribly untested code that generates debian/control from
templates/control.*.in for generated images. Will start a test build now
and see whether it actually worked after lunch :)
Revision
3464 -
Directory Listing
Modified
Tue Jul 12 00:35:00 2005 UTC
(7 years, 10 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
Export the MAKEFLAGS command before running the
command rather than sticking it on the command
line, since sparc32 is choking on it otherwise.
Revision
3458 -
Directory Listing
Modified
Mon Jul 11 03:35:09 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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).
Revision
3451 -
Directory Listing
Modified
Sun Jul 10 20:58:48 2005 UTC
(7 years, 10 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
Few changes to sparc32 config:
* Disable initrd support (*sigh*). Enabling initrd
breaks the boot and at this point it does not
look like there is a simple fix.
* Compile the disk and cdrom SCSI drivers in, so
that we can actually boot without initrd.
* Disable multiple LUN probing for SCSI
devices, as it causes the SCSI driver go
ballistic occasionally.
* Remove the support for Emulex SCSI driver,
since it is PCI and we don't have it on
sparc32 anyway.
Revision
3429 -
Directory Listing
Modified
Sat Jul 9 23:36:15 2005 UTC
(7 years, 10 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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).
Revision
3427 -
Directory Listing
Modified
Sat Jul 9 20:47:53 2005 UTC
(7 years, 10 months ago)
by
fschueler-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
- polish flavour configs, this should be good for release.
- cleaned Makefile.inc.
Changes for amd64:
* switch from gcc-3.4 to default gcc (make m-a users happy)
* 64bit kernel support for i386 userland suspendend until gcc-4.0 cross-compiling is fixed
Revision
3426 -
Directory Listing
Modified
Thu Jul 7 02:49:33 2005 UTC
(7 years, 10 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
Remove the build and source symbolic links from
/lib/modules/${version}, as leaving them in
generates scary warnings during the image
installation.
Revision
3405 -
Directory Listing
Modified
Sun Jun 26 21:25:33 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
Remove parts of the patch affecting the parisc
defconfig files, as they are causing the parisc
patch not to apply.
Revision
3403 -
Directory Listing
Modified
Sun Jun 26 21:09:54 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
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.
Revision
3395 -
Directory Listing
Modified
Fri Jun 24 23:46:18 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
Introduce new default_config variable in
Makefile.inc. It can be used to specify
the flavour whose config file will be used
for building kernel headers.
Revision
3394 -
Directory Listing
Modified
Thu Jun 23 00:46:11 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
Update the powerpc-ppc64-biarch-override.patch
from Sven, include as it now applies cleanly.
Revision
3392 -
Directory Listing
Modified
Thu Jun 23 00:27:35 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
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.
Revision
3388 -
Directory Listing
Modified
Wed Jun 22 23:28:16 2005 UTC
(7 years, 11 months ago)
by
maks-guest
Original Path:
branches/linux-kernel-2.6.12
add some notes previous release:
name trave11er ;)
add bits of info of new upstream,
also announce kicked out x86-i486 emu patch
Revision
3386 -
Directory Listing
Modified
Wed Jun 22 05:13:52 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
Apply fix to unpack/build/binary target, ensuring
that multiple subarches will build correctly.
Thanks to Eugene Konev.
Revision
3382 -
Directory Listing
Modified
Wed Jun 22 02:22:30 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
Update config.686, re-examining the choice of
some yes/no options and enabling some more stuff
as a result.
Revision
3365 -
Directory Listing
Modified
Sun Jun 19 16:41:51 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/linux-kernel-2.6.12
Fix a type debian-utils -> debianutils in the
control.source.in template.
Do not edit debian/control directly, as it is
generated from the files in debian/templates/.
Revision
3349 -
Directory Listing
Modified
Sat Jun 18 20:44:44 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Renamed the source package to linux-kernel as
preferred by svenl and bumped the kernel-package
build-dep to >= 9.000 as it contains essential
bugfixes.
Revision
3296 -
Directory Listing
Modified
Fri Jun 3 03:50:17 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
A new script for splitting the kernel configs into
common and flavour-specific parts. See source for
description. Will need to be modified to be able to
rebuild the configs after modifications.
Revision
3294 -
Directory Listing
Modified
Thu Jun 2 00:22:13 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Create stamp-debian in the kernel build directory before
building to workaround the kernel-package bug.
Revision
3289 -
Directory Listing
Modified
Tue May 31 23:38:14 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
* Add dh-kpatches to build-deps-indep.
* Copy asm-offsets.s in place instead of symlinking
* Make sure DEBIAN does not get into packages.
Revision
3285 -
Directory Listing
Modified
Tue May 31 15:28:57 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
* A typo in post-install.in corrected.
* header-install.in now correctly takes care of the asm-offsets.s files.
* Some kernel -> linux changes in the Makefile.
Revision
3284 -
Directory Listing
Modified
Tue May 31 05:49:17 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Changes kernel -> linux in the post-install.in,
which was failing. Made the detection of kernel
arch automatic there, based on include/asm symlink.
Revision
3283 -
Directory Listing
Modified
Tue May 31 05:12:59 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Removed concatenation of debian/files from
the build target, as it is not yet created
at that point.
Revision
3279 -
Directory Listing
Modified
Tue May 31 01:17:23 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Removed added_patches support, instead the arch
patches are now applied automatically at the
unpacking stage.
Revision
3238 -
Directory Listing
Modified
Thu May 26 01:42:15 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Moved all stuff to debian/ in preparation for
the integration with kernel-source. Everybody
please SVN UP before changing anything!
Revision
3225 -
Directory Listing
Modified
Mon May 23 16:25:33 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Moved the creation of .config file in kernel-source
directory to headers-stamp target to avoid overwriting
it.
Revision
3215 -
Directory Listing
Modified
Mon May 23 00:13:49 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Some major changes: each flavour now has a separate
target, making the name of the flavour available to
make.
Revision
3201 -
Directory Listing
Modified
Fri May 20 05:56:49 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
* Moved scripts subdirectory to the -headers package
and got rid of all kernel-kbuild references.
* Tested with 686 flavour on i386, packages produce
file layout identical to official ones.
* Lots of minor fixes.
Revision
3113 -
Directory Listing
Modified
Sun May 15 05:30:44 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
"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.
Revision
3104 -
Directory Listing
Modified
Sat May 14 05:55:07 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
* 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).
Revision
3044 -
Directory Listing
Modified
Thu May 12 05:58:57 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
* 'build' target implemented.
* Additional variables which can be defined
on per-arch basis (in Makefile.inc) introduced
and documented in README.
Revision
3034 -
Directory Listing
Modified
Wed May 11 02:05:18 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
* Implemented 'unpack' target completely.
* Added README file, documenting the file
locations and format.
* Lots of other stuff.
Revision
3024 -
Directory Listing
Added
Tue May 10 01:13:09 2005 UTC
(8 years ago)
by
jurij-guest
Original Path:
branches/kernel-image-2.6.11
Add the branches/kernel-image-2.6.11 directory
for work on "one source builds all arches"
kernel-image package.