]> git.decadent.org.uk Git - dak.git/history - daklib/srcformats.py
"Format: 0.0" is now invalid
[dak.git] / daklib / srcformats.py
2009-10-28 Chris Lamb"Format: 0.0" is now invalid
2009-10-28 Chris LambMove "Format:" field parsing into srcformats.py
2009-10-27 Joerg JaspertMerge commit 'lamby/lintian_autoreject' into merge
2009-10-27 Joerg JaspertMerge commit 'djpig/djpig' into merge
2009-10-27 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambMerge branch 'master' into deb-src-3.0-sqla
2009-10-27 Chris LambReject uploads that contain a native tarball and a...
2009-10-27 Chris LambFix reference to cls.requires.
2009-10-27 Chris LambSimplify rejecting logic
2009-10-27 Chris LambUse a collections.defaultdict to avoid boilerplate...
2009-10-27 Chris LambCorrect grammar when rejecting a package with insuffici...
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