aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
Commit message (Collapse)AuthorAge
* Lower dependencies on python-nose and python-coverageGuido Günther2012-02-13
| | | | the versions in Squeeze are recent enough.
* Move debian related helpers into submoduleGuido Günther2011-11-22
|
* Move git code into submoduleGuido Günther2011-11-20
|
* Move gbp/version.py generation into setup.pyGuido Günther2011-11-07
| | | | This allows us to build on non Debian systems with setup.py only.
* Use setuptools to run the testsGuido Günther2011-11-06
|
* Get rid of the symlinkGuido Günther2011-11-01
| | | | by moving the commands to gbp/scripts/
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* Add git-pbuilderGuido Günther2010-08-11
| | | | | Thanks: Russ Allbery Closes: #583078
* Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther2009-11-22
| | | | by moving them from examples/ to /usr/bin/
* add git-import-dscsGuido Guenther2008-05-17
| | | | | to import mutiple dscs in one go Closes: #471580
* add git-dchGuido Guenther2007-09-30
|
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
| | | | Furthermore pass '-v' in git import-orig on to git_load_dirs
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05
|
* git-import-orig: don't try import new upstream versions when there are ↵Guido Guenther2006-09-27
| | | | uncommitted changes
* git-import-dsc: import of debian native packagesGuido Guenther2006-09-27
|
* git-debuild -> git-buildpackageGuido Guenther2006-09-25
|
* add git-import-origGuido Guenther2006-09-25
|
* add debian packagingGuido Guenther2006-09-12