Commit Graph

803 Commits

Author SHA1 Message Date
Bastian Blank f5ea6ce508 * Move most parts of debian/bin/gencontrol.py to debian/lib.
* Implement subarch.
* Rewrite patch handling to integrate arch and subarch specific patches. 

r4300:  waldi | 2005-10-03 22:23:02 +0200
debian/rules.real: Remove old definitions.

r4304:  waldi | 2005-10-03 23:02:13 +0200
Move template reading to lib.

* debian/bin/gencontrol.py
  - Remove RFC822 routines.
  - Use templates class.
* debian/lib/python/debian_linux.py: Add templates class.

r4738:  waldi | 2005-11-07 15:51:30 +0100
debian/bin/gencontrol.py: Set TYPE.

r4796:  waldi | 2005-11-13 15:09:40 +0100
* debian/bin/gencontrol.py: Use config_reader.
* debian/lib/python/debian_linux: Add directory.
* debian/lib/python/debian_linux/__init__.py: Move from debian/lib/python/python/debian_linux.py.
* debian/lib/python/debian_linux/config.py: Add config_reader and config_parser.

r4797:  waldi | 2005-11-13 15:45:12 +0100
* debian/bin/gencontrol.py: Move code away. For now only use imported code.
* debian/lib/python/debian_linux/__init__.py: Remove utils.
* debian/lib/python/debian_linux/config.py: Update.
* debian/lib/python/debian_linux/debian.py: Add debian packaging specific code.
* debian/lib/python/debian_linux/gencontrol.py: Add code.
* debian/lib/python/debian_linux/utils.py: Add utils.

r4798:  waldi | 2005-11-13 15:56:37 +0100
debian/lib/python/debian_linux/gencontrol.py:
Don't try to generation extra packages if the template does not exist.

r4799:  waldi | 2005-11-13 16:04:25 +0100
debian/lib/python/debian_linux/gencontrol.py:
Begin to split methods in smaller pieces.

r4800:  waldi | 2005-11-13 16:26:03 +0100
debian/lib/python/debian_linux/gencontrol.py: Split more code.

r4802:  waldi | 2005-11-13 16:40:08 +0100
debian/lib/python/debian_linux/gencontrol.py: Also allow strings in makefile write list.

r4806:  waldi | 2005-11-13 16:55:48 +0100
debian/bin/gencontrol.py: Move linux-2.6 specific code from
debian/lib/python/debian_linux/gencontrol.py.

r4807:  waldi | 2005-11-13 17:07:26 +0100
debian/bin/gencontrol.py, debian/lib/python/debian_linux/gencontrol.py: Update.

r4808:  waldi | 2005-11-13 17:08:53 +0100
debian/bin/gencontrol.py: Move code from debian/lib/python/debian_linux/gencontrol.py.

r4810:  waldi | 2005-11-13 17:10:30 +0100
debian/bin/gencontrol.py
- Move code from debian/lib/python/debian_linux/gencontrol.py.
- Update.

r4811:  waldi | 2005-11-13 17:33:47 +0100
debian/bin/gencontrol.py: Move code from debian/lib/python/debian_linux/gencontrol.py.

r4812:  waldi | 2005-11-13 17:36:38 +0100
debian/bin/gencontrol.py: Update.

r4813:  waldi | 2005-11-13 18:36:28 +0100
debian/lib/python/debian_linux/config.py: Remove old code.

r4814:  waldi | 2005-11-13 18:38:50 +0100
* debian/bin/gencontrol.py, debian/lib/python/debian_linux/gencontrol.py,
  debian/lib/python/debian_linux/utils.py: Teach package object how to
  work with list attributes.
* debian/lib/python/debian_linux/debian.py: Don't use utils.entry.

r4815:  waldi | 2005-11-13 18:41:55 +0100
* debian/lib/python/debian_linux/gencontrol.py
  - Use utils.package.
  - Remove debugging code.
* debian/lib/python/debian_linux/utils.py
  - Use utils.package.
  - Remove utils.entry.

r4816:  waldi | 2005-11-13 18:47:46 +0100
debian/lib/python/debian_linux/utils.py: Don't output empty fields.

r4965:  waldi | 2005-12-04 12:36:20 +0100
Rewrite config reader to support more than one section per (arch, subarch, flavour).

* debian/bin/gencontrol.py, debian/lib/python/debian_linux/gencontrol.py:
  Explicitely Use base entries.
* debian/lib/python/debian_linux/config.py
  - Rewrite.
  - Loose support for entry merging for now.

r5175:  waldi | 2006-01-02 20:46:46 +0100
debian/bin/gencontrol.py: Fix.

r5176:  waldi | 2006-01-02 21:09:17 +0100
* debian/bin/apply: Don't expect upstream version in series file names.
* debian/patches-debian/series/0experimental.1:
  Move from debian/patches-debian/series/2.6.14+2.6.15-rc7-0experimental.1.
* debian/patches-debian/series/0experimental.2:
  Move from debian/patches-debian/series/2.6.14+2.6.15-rc7-0experimental.2.

r5177:  waldi | 2006-01-02 22:31:28 +0100
First prototype of improved patch util.

debian/bin/apply.py: Add.

r5178:  waldi | 2006-01-02 23:40:11 +0100
* debian/bin/apply.py: Finish implementation.
* debian/rules.real: Use apply.py.

r5179:  waldi | 2006-01-03 00:15:05 +0100
* debian/bin/apply.py: Implement arch and subarch specific patches.
* debian/bin/unpatch: Remove old code.
* debian/rules.real: Fix patch package installation.

r5180:  waldi | 2006-01-03 00:16:05 +0100
debian/bin/apply: Remove.

r5181:  waldi | 2006-01-03 00:16:56 +0100
* debian/bin/gencontrol.py: Readd missing build target.
* debian/lib/python/debian_linux/debian.py: Raise if version is not parsable.

r5192:  waldi | 2006-01-03 15:32:43 +0100
debian/bin/apply.py
- Add version_file class.
- Use correct series for deapply.

r5193:  waldi | 2006-01-03 15:41:53 +0100
debian/bin/apply.py
- Remove extra version handling from series class.
- Add check for extra version in patch setup.

r5194:  waldi | 2006-01-03 15:45:49 +0100
debian/bin/apply.py: Move complete reverse logic into series class.

r5195:  waldi | 2006-01-03 16:14:33 +0100
debian/bin/apply.py: Implement patch per arch and subarch. It is currently done
by completely deapply the arch specific patches if it needs to change set of
general patches.

r5196:  waldi | 2006-01-03 16:18:55 +0100
debian/bin/apply.py: Don't record extra version without patch.

r5197:  waldi | 2006-01-03 16:25:03 +0100
debian/bin/apply.py: Record shortest possible extra version in version file.

r5198:  waldi | 2006-01-03 16:28:00 +0100
* debian/patches-debian/series/0experimental.3-extra: Add.
* debian/patches-debian/hppa-incompatible.patch:
  Move from debian/patches-arch/hppa.diff.
* debian/patches-debian/m68k-incompatible.patch
  Move from debian/patches-arch/m68k.diff.
* debian/patches-arch: Remove.

r5200:  waldi | 2006-01-03 16:30:03 +0100
debian/rules.real: Use new apply script for arch and subarch patches.

r5207:  waldi | 2006-01-03 17:12:52 +0100
* debian/rules.real: Remove old arch patches installation.
* debian/templates/control.source.in: Remove dh-kpatches from Buld-Depends-Indep.

r5208:  waldi | 2006-01-03 17:21:21 +0100
debian/lib/python/debian_linux: Set svn:ignore property.

r5210:  waldi | 2006-01-03 17:24:09 +0100
debian/templates/control.main.in: Fix depends of patch package.

r5212:  waldi | 2006-01-03 17:54:18 +0100
* debian/rules: Fix clean.
* debian/rules.real
  - Remove definition of old arch patches.
  - Use a variable for patch command.

r5213:  waldi | 2006-01-03 20:45:41 +0100
* debian/templates: Move subarch part in package names in front of flavour.
* debian/lib/python/debian_linux/gencontrol.py: Fix subarch text setting.

r5214:  waldi | 2006-01-03 20:46:05 +0100
debian/lib/python/debian_linux/config.py: Support subarches.

r5215:  waldi | 2006-01-04 00:51:46 +0100
Update svn:ignore property.

r5216:  waldi | 2006-01-04 00:53:20 +0100
debian/bin/apply.py
- Use correct length in extra check.
- Check for correct length of extra entries.

r5217:  waldi | 2006-01-04 00:54:38 +0100
debian/rules.real
- Append subarch to kernel version.
- Fix base of kconfig.ml call.

r5234:  waldi | 2006-01-04 15:34:59 +0100
* debian/bin/gencontrol.py: Use config entry merging when needed.
* lib/python/debian_linux/config.py: Readd config entry merging.

r5235:  waldi | 2006-01-04 16:00:38 +0100
* debian/bin/install-image: Use DEBIAN_LOCALVERSION and DEBIAN_LOCALVERSION_HEADERS.
* debian/rules.real: Set LOCALVERSION for scripts.

r5240:  waldi | 2006-01-04 17:50:12 +0100
debian/rules.real: Fix version of subarch headers package.

svn path=/dists/trunk/linux-2.6/; revision=5242
2006-01-04 19:33:32 +00:00
dann frazier 9ddce5fa57 * [ia64] Update config for 2.6.15.
svn path=/dists/trunk/linux-2.6/; revision=5218
2006-01-04 04:47:43 +00:00
maximilian attems 9063f9a834 default to initramfs-tools
svn path=/dists/trunk/linux-2.6/; revision=5199
2006-01-03 15:28:55 +00:00
Sven Luther 3d75b69e12 Let's do abiname=1 :)
Purged duplicate name entry.

svn path=/dists/trunk/linux-2.6/; revision=5189
2006-01-03 08:14:51 +00:00
Sven Luther b6390282e6 Well, let's make it unstable already, so if all is good i can upload the build.
svn path=/dists/trunk/linux-2.6/; revision=5188
2006-01-03 07:22:55 +00:00
Sven Luther 9e2e93d436 Prettified changelog in preparation of 2.6.15 upload, please others have a
look too.

svn path=/dists/trunk/linux-2.6/; revision=5187
2006-01-03 07:16:41 +00:00
Sven Luther 805aa8d39e Updated to 2.6.15-1 ...
svn path=/dists/trunk/linux-2.6/; revision=5186
2006-01-03 06:54:14 +00:00
Bastian Blank 435d288db2 - Enable CPU hotplug.
- Move some options around.

* debian/arch/s390/config, debian/arch/s390/config.s390,
* debian/arch/s390/config.s390-tape, debian/arch/s390/config.s390x:
  Update.

svn path=/dists/trunk/linux-2.6/; revision=5173
2006-01-02 11:06:05 +00:00
Bastian Blank 090ba9b279 Update s390 configs.
* debian/arch/s390/config: Add CONFIG_DASD_DIAG.
* debian/arch/s390/config.s390, debian/arch/s390/config.s390-tape:
  Remove CONFIG_DASD_DIAG.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=5172
2006-01-02 10:30:38 +00:00
Frederik Schüler 79cf23c0f5 prepare for release.
svn path=/dists/trunk/linux-2.6/; revision=5167
2006-01-01 22:56:45 +00:00
Sven Luther 64c48b2808 Damn, was missing one patchlevel.
svn path=/dists/trunk/linux-2.6/; revision=5165
2006-01-01 17:52:25 +00:00
Sven Luther 4b35c01ca9 Rediffed the mv643xx-hotplug-support patch.
svn path=/dists/trunk/linux-2.6/; revision=5163
2006-01-01 17:31:09 +00:00
Sven Luther 12ce486b1f Readded marvell discovery gigabit ethernet hotplug support.
svn path=/dists/trunk/linux-2.6/; revision=5162
2006-01-01 16:19:01 +00:00
Sven Luther 1644d9cbb2 Let's drop those two patches for now.
svn path=/dists/trunk/linux-2.6/; revision=5161
2006-01-01 09:23:32 +00:00
Sven Luther 5c1023deaa Upped k-p build dependency on k-p 10.029, and mkvmlinuz powerpc depedency on mkvmlinuz 18.
svn path=/dists/trunk/linux-2.6/; revision=5159
2005-12-31 18:39:41 +00:00
Sven Luther 6ef0a12cd4 Reenabled IDE interrupt on Motorola Powerstack II (Utah)
Closes: #345424: linux-source-2.6.14: Missing IDE IRQ for PReP Utah (PowerstackII Pro4000)


svn path=/dists/trunk/linux-2.6/; revision=5157
2005-12-31 15:09:58 +00:00
Frederik Schüler 1a6b18d7be Fix kconfig.ml call in rules.real
svn path=/dists/trunk/linux-2.6/; revision=5156
2005-12-31 14:14:44 +00:00
Kyle McMartin 1a2ab16518 oops... bump changelog
svn path=/dists/trunk/linux-2.6/; revision=5155
2005-12-31 03:50:30 +00:00
Kyle McMartin 64b3c8edfe Update configs for 2.6.15.
svn path=/dists/trunk/linux-2.6/; revision=5154
2005-12-31 01:08:24 +00:00
Kyle McMartin 9bcef654b7 Update hppa.diff for 2.6.15-rc7. Shouldn't change much for -final.
svn path=/dists/trunk/linux-2.6/; revision=5153
2005-12-31 00:46:27 +00:00
Frederik Schüler b323f8bbd1 Clean up Changelog and prepare for upload.
svn path=/dists/trunk/linux-2.6/; revision=5151
2005-12-30 17:59:50 +00:00
Sven Luther 6e4c156c5b Removed applied powerpc64 audit sysctl patch.
svn path=/dists/trunk/linux-2.6/; revision=5150
2005-12-30 10:45:22 +00:00
Sven Luther e76243ae7f Cleaned up more powerpc patches. Added powerpc/pegasos/marvell/gigabit ethernet spinlock fix.
svn path=/dists/trunk/linux-2.6/; revision=5149
2005-12-30 10:40:11 +00:00
Sven Luther a0d39b3752 Disabled software suspend on apus, cleaned up typoed entry in powerpc-miboot.
svn path=/dists/trunk/linux-2.6/; revision=5148
2005-12-30 09:35:41 +00:00
Sven Luther 0a6e7fb1dd $(basedir) includes arch name, so pass -ba option to kconfig.ml
now output errors and verbose messages to stderr.

svn path=/dists/trunk/linux-2.6/; revision=5147
2005-12-30 09:15:47 +00:00
Sven Luther f4817878de IOSCHED is another case where the whole stuff needs to be moved to the leaf. Adjusting config.powerpc-miboot.
svn path=/dists/trunk/linux-2.6/; revision=5146
2005-12-30 09:09:42 +00:00
Sven Luther 51cd6b3529 Fixed typo in powerpc/powerpc config snipplet (FB_IMSTT).
svn path=/dists/trunk/linux-2.6/; revision=5145
2005-12-30 08:54:04 +00:00
Sven Luther 5dca9980fa Added kconfig.ml and now use it to generate the config files from the snipplets,
keeping more specific options over more generic ones.
Build-depend on k-p 10.028 or higher.

svn path=/dists/trunk/linux-2.6/; revision=5144
2005-12-30 08:46:37 +00:00
Jurij Smakov 60f0a3c800 Give proper credit to people involved.
svn path=/dists/trunk/linux-2.6/; revision=5139
2005-12-30 01:06:07 +00:00
Jurij Smakov 1f7b368daf Update the patch for the image corruption in
console and X on Blade 100/150 with atyfb framebuffer.

svn path=/dists/trunk/linux-2.6/; revision=5138
2005-12-30 01:03:54 +00:00
Sven Luther 1ef3563ac8 Moved CONFIG_APUS to individual snipplets.
I think this is one which should have profited from jonas script.
The fact that 2.6.14 apus built means that the change in Kconfig behaviour happened for 2.6.15.

svn path=/dists/trunk/linux-2.6/; revision=5137
2005-12-29 17:22:02 +00:00
Jonas Smedegaard 18bf0d4b0a Roll back last reason to be suspicious on my breaking the whole ppc world for Sven.
svn path=/dists/trunk/linux-2.6/; revision=5136
2005-12-29 16:06:23 +00:00
Sven Luther d52ce29471 Apparently the k-p magic doesn't work for defconfig, use subarch ppc there.
svn path=/dists/trunk/linux-2.6/; revision=5133
2005-12-29 14:49:54 +00:00
Sven Luther 0a89c71e96 Reverted my wrong --arch changes.
svn path=/dists/trunk/linux-2.6/; revision=5132
2005-12-29 14:46:19 +00:00
Jonas Smedegaard b45bb4fb07 Third attempt at phase one (duplicates within same files) kernel config option cleaning: Now only strip duplicate options above a _defined_ entry (undefined duplicates still confuse split-config but needs more careful handling).
svn path=/dists/trunk/linux-2.6/; revision=5129
2005-12-29 12:41:56 +00:00
Jonas Smedegaard 4899722715 Roll back stage one (duplicates within same file) too.
svn path=/dists/trunk/linux-2.6/; revision=5127
2005-12-29 12:24:53 +00:00
Jonas Smedegaard f1e8856262 Rollback phase 2 of kernel config option cleanup (needs more care).
svn path=/dists/trunk/linux-2.6/; revision=5126
2005-12-29 12:10:27 +00:00
Sven Luther 37c05ad3f0 And enabled apus in defines.
svn path=/dists/trunk/linux-2.6/; revision=5125
2005-12-29 09:55:46 +00:00
Sven Luther 69a5a479fc Fixed apus patch, and reenabled it.
svn path=/dists/trunk/linux-2.6/; revision=5124
2005-12-29 09:53:49 +00:00
Sven Luther f3933e94b3 Removed non-config lines from the apus config.
svn path=/dists/trunk/linux-2.6/; revision=5123
2005-12-29 08:40:07 +00:00
Jonas Smedegaard 38fcad77dc Stripping even more. This should be all!
svn path=/dists/trunk/linux-2.6/; revision=5121
2005-12-29 02:42:02 +00:00
Jonas Smedegaard 7dd52b8479 Some more kernel config duplicates stripped.
svn path=/dists/trunk/linux-2.6/; revision=5119
2005-12-29 02:25:41 +00:00
Jonas Smedegaard 30627f7b9a Mention Kconfig cleanup in changelog.
svn path=/dists/trunk/linux-2.6/; revision=5117
2005-12-29 01:52:27 +00:00
Jonas Smedegaard 4f4394cdb2 Add note about running split-config-cleanup after split-config.
svn path=/dists/trunk/linux-2.6/; revision=5116
2005-12-29 01:32:56 +00:00
Jonas Smedegaard 0c6843ed57 Cleaning kernel config options, part two: Stripping arch-specific options when declared in more generic files too.
svn path=/dists/trunk/linux-2.6/; revision=5115
2005-12-29 01:17:30 +00:00
Jonas Smedegaard 961eb749d7 Second attempt at first kernel config option cleaning: Single files (and only the duplicate options this time!).
svn path=/dists/trunk/linux-2.6/; revision=5114
2005-12-29 01:09:22 +00:00
Jonas Smedegaard 9d871515e5 Undo broken cleanup.
svn path=/dists/trunk/linux-2.6/; revision=5111
2005-12-29 00:34:53 +00:00
Frederik Schüler ad353ad5f6 Remove duplicate options between arch/config and arch/i386/config:
- netfilter ipv4
- netfilter ipv6
- ebtables
- IPV6 settings

svn path=/dists/trunk/linux-2.6/; revision=5110
2005-12-29 00:03:23 +00:00
Jonas Smedegaard cfafd4dfed Cleaning duplicate kernel options - part one (duplicates within same file).
svn path=/dists/trunk/linux-2.6/; revision=5109
2005-12-28 23:41:37 +00:00
Frederik Schüler 285b04ba4e Remove duplicate options between arch/config and arch&/amd64/config, first run:
- netfilter ipv4
- netfilter ipv6
- ebtables
- IPV6 settings
- 

svn path=/dists/trunk/linux-2.6/; revision=5107
2005-12-28 23:36:33 +00:00