summaryrefslogtreecommitdiff
path: root/gbp/pkg
AgeCommit message (Expand)AuthorFilesLines
2014-06-05UpstreamSource.unpack: return UpstreamSource instanceMarkus Lehtonen1-3/+11
2014-06-05UpstreamSource.pack: reuse unpacked dir if no filter is usedMarkus Lehtonen1-1/+5
2014-06-05UpstreamSource: implement prefix guessingMarkus Lehtonen1-13/+76
2014-06-05UpstreamSource: check that the sources existMarkus Lehtonen1-0/+2
2014-06-05UpstreamSource: store the absolute pathMarkus Lehtonen1-1/+1
2014-06-05UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen1-68/+65
2014-06-05UpstreamSource.guess_version: don't check for directoriesMarkus Lehtonen1-11/+5
2014-06-05UpstreamSource.guess_version: recognise debian native tarballsMarkus Lehtonen1-2/+5
2014-06-05UpstreamSource/guess_version: detect more compression formatsMarkus Lehtonen1-6/+10
2014-06-05UpstreamSource: introduce is_tarball() methodMarkus Lehtonen1-0/+10
2014-06-05UpstreamSource: add 'archive_fmt' and 'compression' propertiesMarkus Lehtonen1-0/+25
2014-06-05Introduce PkgPolicy.is_valid_orig_archive()Markus Lehtonen1-10/+9
2014-06-05Change UpstreamSource to have PkgPolicyMarkus Lehtonen1-2/+3
2014-06-05UpstreamSource.pack: support prefix manglingMarkus Lehtonen1-6/+18
2014-06-05Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen1-21/+60
2014-06-05Change compressor cmdline opts in compressor_opts to a listMarkus Lehtonen1-4/+4
2013-03-22Better document how one derives from PkgTypesGuido Günther1-1/+25
2013-03-22Return boolean types from is_ methodsGuido Günther1-3/+5
2013-03-22Remove unused importsGuido Günther1-2/+0
2012-07-02Make exception syntax consistentGuido Günther1-5/+5
2012-06-30PristineTar: move Debian-specific stuff to DebianPristineTarMarkus Lehtonen1-44/+15
2012-06-25UpstreamSource: automatically detect package name and versions from directoriesGuido Günther1-3/+10
2012-05-25Refactor deb helpers: move PristineTar classGuido Günther1-0/+115
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen1-0/+205
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen1-0/+104