KernelPackageVersioning

Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2007-06-21 18:23:12
Size: 530
Editor: sites
Comment:
Revision 8 as of 2009-04-03 15:41:20
Size: 766
Editor: astatine
Comment: Wiki gardening
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from KernelPackageVersioning
Line 5: Line 6:
 {{{2.6.M.R-ABI.REV -> 2.6.M.(R+1)-ABI.1}}}  {{{2.6.M.REL-ABI.REV}}} -> {{{2.6.M.(REL+1)-ABI.1}}}
Line 9: Line 10:
 {{{2.6.M.R-ABI.REV -> 2.6.M.R-ABI.(REV+1)}}}  {{{2.6.M.REL-ABI.REV}}} -> {{{2.6.M.REL-ABI.(REV+1)}}}
Line 11: Line 12:
 * ABI bumps cause no change to "Revision" or "Release":  * ABI bumps requires a "Revision" bump, but leaves "Release" unchanged:
Line 13: Line 14:
 {{{2.6.M.R-ABI.REV -> 2.6.M.R-(ABI+1).REV)}}}  {{{2.6.M.REL-ABI.REV}}} -> {{{2.6.M.REL-(ABI+1).(REV+1)}}}

Note: In the rare event that a queued package fails to build, you must bump the version number in debian/changelog before re-queuing.

For the kernel packages themselves, please use the appropriate git scripts, as detailed in KernelMaintenance. For linux-restricted-modules:

  • New orig.tar.gz causes the "Release" to bump, but not the ABI. This also resets the "Revision":

    2.6.M.REL-ABI.REV -> 2.6.M.(REL+1)-ABI.1

  • Changes to packaging causes a "Revision" bump, but not "Release" or ABI:

    2.6.M.REL-ABI.REV -> 2.6.M.REL-ABI.(REV+1)

  • ABI bumps requires a "Revision" bump, but leaves "Release" unchanged:

    2.6.M.REL-ABI.REV -> 2.6.M.REL-(ABI+1).(REV+1)

Note: In the rare event that a queued package fails to build, you must bump the version number in debian/changelog before re-queuing.

KernelTeam/KernelPackageVersioning (last edited 2010-06-30 18:08:13 by c-76-105-148-120)