summaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
Commit message (Collapse)AuthorAge
* update vim modelines and remove whitespacesGuido Guenther2007-10-03
|
* fix error pathGuido Guenther2007-09-03
|
* support --debian-branchGuido Guenther2007-08-20
|
* don't use git_load_dirs for importsGuido Guenther2007-05-28
|
* support import of tar.bz2 in git-import-origGuido Guenther2007-05-13
|
* improve tagging messagesGuido Guenther2007-04-12
|
* git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther2007-04-12
| | | | bump versioned dependency on git-load-dirs therefore
* we don't necessarily import an upstream version, so fix the function nameGuido Guenther2007-02-11
|
* 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
* Allow to specify the tag formatGuido Guenther2007-02-02
| | | | | | The format of generated tags can now be specified via the debian-tag and upsteam-tag options. The default now puts debian tags and upstream tags into different namespaces (Closes: #408990)
* add GitRepository classdebian/0.2.22Guido Guenther2006-12-26
| | | | | git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
* minor fixes all over the placeGuido Guenther2006-12-13
|
* s/keyid/GPG keyid/Guido Guenther2006-12-11
|
* support signed tagsdebian/0.2.15Guido Guenther2006-12-08
|
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05
|
* git-import-dsc: fix importing debian native packagesGuido Guenther2006-11-14
|
* don't use a regexp for version parsing on importGuido Guenther2006-11-03
|
* minor cosmetic cleanups all over the placeGuido Guenther2006-10-06
|
* more robust regex matching, sanitze all version numbers before running git-tagdebian/0.2.7Guido Guenther2006-10-06
|
* allow for '+' in Debian as well as upstream version numbersGuido Guenther2006-10-05
|
* git-import-dsc: don't fail if the dsc is a plain filename without a ↵debian/0.2.2Guido Guenther2006-09-29
| | | | | | directory component git-import-{orig,dsc}: allow to set the name of the upstream branch
* git-import-dsc: import of debian native packagesGuido Guenther2006-09-27
|
* add TODOGuido Guenther2006-09-25
|
* try harder to find the unpacked source dirGuido Guenther2006-09-13
|
* add debian packagingGuido Guenther2006-09-12
|
* first versionGuido Guenther2006-09-11