~ubuntu-branches/ubuntu/vivid/pkgbinarymangler/vivid

« back to all changes in this revision

Viewing changes to pkgmaintainermangler

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-09 11:15:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090609111513-h8x2e7p0k7uch3xr
Tags: 59
Modify Maintainer field overriding to comply with Technical Board
resolution of 2009-05-05, with a single override for all components
(https://lists.ubuntu.com/archives/ubuntu-devel/2009-May/028213.html).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  exit 0
20
20
fi
21
21
 
 
22
readctrl "$OVERRIDEFILE" "default"
 
23
OVERRIDE="$RET"
 
24
 
22
25
if [ -f /CurrentlyBuilding ]; then
23
26
  readctrl "/CurrentlyBuilding" "Component"
24
27
  COMPONENT="$RET"
25
28
  readctrl "$OVERRIDEFILE" "%$RET"
26
 
  OVERRIDE="$RET"
 
29
  if [ -n "$RET" ]; then
 
30
    OVERRIDE="$RET"
 
31
  fi
27
32
fi
28
33
 
29
34
readctrl "$CONTROLFILE" "Maintainer"