]> git.decadent.org.uk Git - dak.git/history - daklib/srcformats.py
Require source formats to have a name and interpolate it when returning msgs
[dak.git] / daklib / srcformats.py
2009-10-27 Chris LambRequire source formats to have a name and interpolate...
2009-10-27 Chris LambRemove has_ prefix inside srcformats.
2009-10-27 Chris LambDon't pass dsc_filename to reject_msgs; prepend it...
2009-10-27 Chris LambMove rejection message generation into srcformats
2009-10-27 Chris LambAdd regex to match .dsc "Format: lala" value and compil...
2009-10-27 Chris LambAdd SourceFormat class and track definitions with metaclass