summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2007-06-27document changesGuido Guenther
2007-06-11document changesGuido Guenther
2007-05-29document changes and update todoGuido Guenther
2007-05-24document changesGuido Guenther
2007-05-24document changesGuido Guenther
2007-05-16git-import-orig: more specific error message, when the merge merge failsGuido Guenther
(Closes: #423036)
2007-05-13releaseGuido Guenther
2007-05-13document changesGuido Guenther
2007-05-04typo fixesAurélien GÉRÔME
2007-04-12document changesGuido Guenther
2007-02-27adjust to new output of git-status in git 1.5Guido Guenther
2007-02-27depend on a git that has the "removed files left in working copy after ↵Guido Guenther
merge" bug (#410325)
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-02document changesGuido Guenther
2007-02-01mention graftsGuido Guenther
2007-01-22add --git-posttag to git-buildpackageGuido Guenther
for easy push after a sucessful build
2007-01-13document changesGuido Guenther
2006-12-29depend on gtk-doc-tools, sgml2x and jadeGuido Guenther
(Closes: #404673) use docbook-utils insted of docbook-to-man
2006-12-26add GitRepository classGuido Guenther
git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
2006-12-25update manpagesGuido Guenther
2006-12-22While dpkg-buildpackage's -i argument takes a regexp -I doesn'tGuido Guenther
fix inclusion of git metadata in debian native packages
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.Guido Guenther
We cannot create the branch automatically since on repositories not created by git-import-dsc it's not clear where to branch from. (Closes: #403990) While doing that also remove pointless patch arguments from most of the git helper functions Minor doc updates
2006-12-22add some more documentationGuido Guenther
some of the layout is based on what darcs-buildpackage does
2006-12-21git-buildpackage: add an option (--git-cleaner) that allows to specify a ↵Guido Guenther
different clean command (Closes: #403987)
2006-12-13minor fixes all over the placeGuido Guenther
2006-12-10git-buildpackage: detect the branch we're on and bail out if it's not the ↵Guido Guenther
debian branch
2006-12-09document changesGuido Guenther
2006-12-08add new changelog entryGuido Guenther
2006-12-08git-buildpackage: properly pass builder argsGuido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05update changelog dateGuido 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-30first upload to experimentalGuido Guenther
bump dependency on git-load-dirs to a version that actually includes the git-load-dirs executable
2006-11-29document changes in 0.2.11Guido Guenther
2006-11-23release 0.2.10Guido Guenther
2006-11-23generate orig.tar.gz if it doesn't existGuido Guenther
2006-11-14document changes for 0.2.9Guido Guenther
2006-11-08git-import-orig: implement "--no-merge"Guido Guenther
2006-11-03don't use a regexp for version parsing on importGuido Guenther
2006-10-29git-load-dirs is now in unstableGuido Guenther
2006-10-09sanitze_version: strip of epochsGuido 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-05allow for '+' in Debian as well as upstream version numbersGuido Guenther
2006-10-05also filter out git metadata when building tarballsGuido Guenther
not only when building diffs (affects Debian native packages)
2006-10-05run pychecker during buildGuido Guenther
2006-10-05cleanup generated manpage.* filesGuido Guenther
2006-10-05fix syntax error in tag replacementGuido Guenther
minor manpage reformating