mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 11:51:13 +00:00
add remove reason when package not in unstable
This commit is contained in:
parent
68d2d54663
commit
a037c189e9
@ -1040,6 +1040,7 @@ class Britney(object):
|
||||
# otherwise, add a new excuse for its removal and return True
|
||||
src = self.sources['testing'][pkg]
|
||||
excuse = Excuse("-" + pkg)
|
||||
excuse.addreason("remove")
|
||||
excuse.set_vers(src[VERSION], None)
|
||||
src[MAINTAINER] and excuse.set_maint(src[MAINTAINER].strip())
|
||||
src[SECTION] and excuse.set_section(src[SECTION].strip())
|
||||
|
Loading…
x
Reference in New Issue
Block a user