aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
Commit message (Collapse)AuthorAge
* Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó2008-04-14
| | | | | | | This is done by setting GIT_AUTHOR_{NAME,EMAIL,DATE} before invoking git-commit. GIT_COMMITTER_* are left alone (i.e., the date of the import will be available from there). (cherry picked from commit acee866d1d89327aa530b6531b50b4edcc524906)
* better handle broken dsc filesGuido Guenther2008-04-12
|
* don't throw a python exception on tag failures or non existant branchesGuido Guenther2008-02-29
|
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
|
* drop now (due to git-apply) unneeded codeGuido Guenther2008-02-27
|
* speed up git-import-dsc by using git-apply (addresses parts of #449075)Guido Guenther2008-02-24
| | | | (30 to 50 percent speedup)
* Allow multiple file filters for git-import-{orig,dsc}Harald Braumann2008-02-23
|
* add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther2008-02-21
| | | | #463580)
* return non null on failureGuido Guenther2007-12-07
|
* 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