[PATCH 0/3] Cleanup Bug: handling in git-ubuntu-log

Andy Whitcroft apw at canonical.com
Wed Feb 10 10:13:56 UTC 2010


We have a bug wherein random lines may be missmatches as bug specifiers
leading to random junk being dropped into the debian changelog by
insertchanges.  For example:

  - LP: #unable to handle kernel NULL pointer dereference at 0000000000000350

This patch series firstly removes some major code duplication which
contains the broken Bug handling.  Then it cleans up the code to limit
matching to numbers and standardises the splitting and # prefix handling.
Finally it cleans up the presentation order to make it deterministic.

-apw

Andy Whitcroft (3):
  UBUNTU: git-ubuntu-log -- commonise duplicated log handling
  UBUNTU: git-ubuntu-log -- tighten up Bug: NNNN matching
  UBUNTU: git-ubuntu-log -- sort the bug numbers

 debian/scripts/misc/git-ubuntu-log |   47 +++++++++++++----------------------
 1 files changed, 18 insertions(+), 29 deletions(-)





More information about the kernel-team mailing list