A set of methods to manipulate debian/rules
Registered by
Vadim Peretokin
Need a functions in the core that the plugins can call to programatically modify the debian/rules override rules.
Methods needed:
a) Check if a certain override rule exists
b) Retrieve the commands of an override rule
c) Add their own
d) anything else?
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- Accepted for 0.2x
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
one particular way to go about this could be simply have a class with a key-pair list (key being the override rule name, data the content of the rule), and have the methods operate on the private list.
relevant pages:
http://
http://
(?)