summaryrefslogtreecommitdiff
path: root/git-buildpackage
AgeCommit message (Expand)Author
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: #...Guido Guenther
2008-02-08Better dpkg-parsechangelog error reporting (Closes: #460195)Guido Guenther
2007-11-19make sure we don't switch directories during build (Closes: #451550)Guido Guenther
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: #448...Guido Guenther
2007-11-03call gzip with "-n" (Closes: #449094) - thanks to Romain FrancoiseGuido Guenther
2007-10-22use upstream-branch in case the tag doesn't existGuido Guenther
2007-10-19add version number to docs and a toolsGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-16add --export-dir and --export (Closes: #446042)Guido Guenther
2007-10-03update vim modelines and remove whitespacesGuido Guenther
2007-08-23introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther
2007-06-08print a sensible error message, when a git repository isn't a debian source p...Guido Guenther
2007-04-12improve tagging messagesGuido Guenther
2007-02-11We're parsing the version from the changelog, not a changes fileGuido Guenther
2007-02-11clarify dir argumentGuido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
2007-02-02Allow to specify the tag formatGuido Guenther
2007-01-22add --git-posttag to git-buildpackageGuido Guenther
2007-01-16raise an exception instead of returning 1 from several placesGuido Guenther
2007-01-13fix error message in case the upstream branch doesn't existGuido Guenther
2006-12-26add GitRepository classGuido Guenther
2006-12-22While dpkg-buildpackage's -i argument takes a regexp -I doesn'tGuido Guenther
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.Guido Guenther
2006-12-21git-buildpackage: add an option (--git-cleaner) that allows to specify a diff...Guido Guenther
2006-12-21make exclusion regexp more specificGuido Guenther
2006-12-13minor fixes all over the placeGuido Guenther
2006-12-11s/keyid/GPG keyid/Guido Guenther
2006-12-10git-buildpackage: detect the branch we're on and bail out if it's not the deb...Guido Guenther
2006-12-09fix typo in error messageGuido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05config file parsing to set default branches and build commandsGuido Guenther
2006-12-03fix typos in "git-buildpackage --help"Guido Guenther
2006-11-26git-buildpackage: use pipes module instead of os.systemGuido Guenther
2006-11-23generate orig.tar.gz if it doesn't existGuido Guenther
2006-10-06minor cosmetic cleanups all over the placeGuido Guenther
2006-10-06more robust regex matching, sanitze all version numbers before running git-tagGuido Guenther
2006-10-05check if we're at the top level of a git repository before starting the buildGuido Guenther
2006-10-05also filter out git metadata when building tarballsGuido Guenther
2006-10-05fix syntax error in tag replacementGuido Guenther
2006-10-02git doesn't like '~' in tag names so replace this with a dot when taggingGuido Guenther
2006-09-28git-buildpacakge: add --git-verboseGuido Guenther
2006-09-27git-buildpackage: allow for --helpGuido Guenther
2006-09-27git-buildpackage: git-buildpackage: use helpers from git_buildpackageGuido Guenther
2006-09-27git-import-orig: don't try import new upstream versions when there are uncomm...Guido Guenther
2006-09-27git-import-dsc: import of debian native packagesGuido Guenther
2006-09-25git-buildpackage: only determine version if tagging requestedGuido Guenther
2006-09-25rename --git-buildcmd to --git-builderGuido Guenther
2006-09-25rename to git-buildpackageGuido Guenther