summaryrefslogtreecommitdiff
path: root/gbp/deb_utils.py
AgeCommit message (Collapse)Author
2008-08-12detect flat tar archives in git-import-dsc tooGuido Guenther
2008-08-01add epoch parsing to DscFileGuido Guenther
Closes: #493214
2008-07-21always symlink orig.tar.gz from tarball dirGuido Guenther
ff it's there and --tarball-dir is being used Closes: 490706
2008-06-16Don't set the version number twiceGuido Guenther
makes sure git-import-dsc doesn't use the Version: line from the message instead of the signature on old PGP signatures Closes: #486397
2008-06-12add has_epochGuido Guenther
2008-05-17add a version propertyGuido Guenther
2008-05-17move dsc handling into deb_utilsGuido Guenther
2008-04-17fix unpack_orig error reportingGuido Guenther
by addint the missing imports
2008-04-14add _test()Guido Guenther
to run doctests easily
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther
2008-02-08Better dpkg-parsechangelog error reporting (Closes: #460195)Guido Guenther
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther
#448357)
2007-10-18pyline and other consistency updatesGuido Guenther
2007-05-24strip epoch from upstream versionGuido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther