summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2011-07-30Build epydoc API documents by defaultGuido Günther
2011-07-29Document changes and release 0.5.28Guido Günther
2011-07-26Document changes and release 0.5.27Guido Günther
2011-07-26Build-Depend on uznip for the testsuiteGuido Günther
Git-Dch: Ignore
2011-07-26git-dch: add formatter that wraps the changelog entryGuido Günther
Closes: #626439
2011-07-25Support importing zip archivesGuido Günther
This can now be easily extended to support other formats
2011-07-25Remove pychecker option that's already the defaultGuido Günther
Git-Dch: Ignore
2011-07-25Reenable pychecker checksGuido Günther
2011-07-25gbp-pbuilder is no moreGuido Günther
Git-Dch: Ignore
2011-07-24Switch to dh_python2Guido Günther
2011-07-24Drop suggests of git-load-dirsGuido Günther
It's not in the archive anymore
2011-07-22Add autocompletion for --git-dist=Guido Günther
based on the available cowbuilder images
2011-07-06Document changes and release 0.5.26Guido Günther
2011-06-24gbp-create-remote-repo: Improve url handlingCourtney Bane
Support user name expansion and different ssh ports. Closes; #630832
2011-05-23Bump standards versionGuido Günther
No changes necessary.
2011-05-21Document changes and release 0.5.25Guido Günther
2011-05-21Document changes and release 0.5.24Guido Günther
2011-05-07Document changes and release 0.5.23Guido Günther
2011-04-11Document changes and release 0.5.22Guido Günther
2011-04-06Document changes and release 0.5.21Guido Günther
2011-04-06Document changes and release 0.5.21Guido Günther
2011-03-21Document changes and release 0.5.20Guido Günther
2011-03-21Set author and committerGuido Günther
so we don't fail in environments that weren't set up properly like when running under pbuilder. Git-Dch: Ignore
2011-03-21Add build deps for the testsuiteGuido Günther
Git-Dch: Ignore
2011-03-19rules: change symlink rule to use underscoresGuido Günther
so we can use the gbp commands in nosetests
2011-03-12gbp-pq: Allow to specify subdirs for patchesGuido Günther
via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
2011-02-27Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther
See #591858.
2011-02-11Document changes and release 0.5.19Guido Günther
2011-02-09Simplify author and committer argument passingGuido Günther
to reduce the number of function arguments. Git-Dch: Ignore
2011-02-09Split out command line parsingGuido Günther
to honor pycheckers sensible request for smaller functions. Git-Dch: Ignore
2011-01-23Document changes and release 0.5.18Guido Günther
2011-01-22pychecker: bump maxargs to 12 for commit_dirGuido Günther
Git-Dch: Ignore
2011-01-15Document changes and release 0.5.17Guido Günther
2011-01-11Document changes and release 0.5.16Guido Günther
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
Add manpage, move into path, add bash completion
2011-01-08Document changes and release 0.5.15Guido Günther
2011-01-08Require python 2.6Guido Günther
since we use a context manager
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2011-01-07Document changes and release 0.5.14Guido Günther
2011-01-07bash completion: avoid space after options taking an argumentGuido Günther
This makes branch and tag completion more useful.
2011-01-06bash completion: add support for tristate options like --colorGuido Günther
2011-01-03bash completion: add completion for gbp-{pq,pull,clone}Guido Günther
2011-01-03bash completion: also complete on tagsGuido Günther
2011-01-03bash completion: parse short options tooGuido Günther
2010-12-28Enable pychecker warningsGuido Günther
2010-12-27Document changes and release 0.5.13Guido Günther
2010-12-26Rewrite gbp-pq in pythonGuido Günther
so we get consistent logging and debugging options.
2010-12-20Document changes and release 0.5.12Guido Günther
2010-11-16Document changes and release 0.5.11Guido Günther
2010-11-08Fix download locationGuido Günther
Thanks: Rob Browning