summaryrefslogtreecommitdiff
path: root/gbp/deb/__init__.py
AgeCommit message (Collapse)Author
2012-04-12Make the upstream version check match policyGuido Günther
Closes: #668554
2012-02-07UpstreamSource: tgz is suitable as upstream tarball.Guido Günther
2012-02-07UpstreamSource: clarify method descriptionsGuido Günther
2012-02-07UpstreamSource: turn is_* vars and properties into methodsGuido Günther
since this is more consistent with the other is_* methods in other classes.
2012-01-22deb: Add UpstreamSource.build_tarball_nameGuido Günther
to build a tarball name from a (package, version, compression) triplet optionally adding a directory.
2012-01-15deb: minor refactor of parameters of has_orig()Markus Lehtonen
2012-01-15deb: minor refactor of parameters of symlink_orig()Markus Lehtonen
2011-11-28Add ChangeLog classGuido Günther
making it easier to query versions. Add tests.
2011-11-22Move debian related helpers into submoduleGuido Günther