summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and releasedebian/0.4.29Guido Guenther2008-05-17
|
* add git-import-dscsGuido Guenther2008-05-17
| | | | | to import mutiple dscs in one go Closes: #471580
* add call() doesn't mangle return codes nor uses stderrGuido Guenther2008-05-17
|
* add a version propertyGuido Guenther2008-05-17
|
* move dsc handling into deb_utilsGuido Guenther2008-05-17
|
* include the commit id in the changelog entryGuido Guenther2008-05-16
|
* pass the whole options aroundGuido Guenther2008-05-16
| | | | to avoid lots of function arguments
* print default value of --metaGuido Guenther2008-05-16
|
* better raise a ValueError exceptionGuido Guenther2008-05-16
|
* avoid naming conflictGuido Guenther2008-05-16
|
* avoid extra space before "(Closes: )"Guido Guenther2008-05-13
|
* document changes and releasedebian/0.4.28Guido Guenther2008-05-12
|
* add --git-dont-purge to leave the exported build dir intactGuido Guenther2008-05-08
| | | | | Closes: #479848 Thanks: Kurt B. Kaiser for the patch
* make --meta a config file optionGuido Guenther2008-05-08
|
* fix symlink creationGuido Guenther2008-05-08
|
* missing EOFGuido Guenther2008-05-06
| | | | | Closes: #479726 Thanks: Sedat Dilek
* document changes and releasedebian/0.4.27Guido Guenther2008-05-04
|
* make author parsing more robustGuido Guenther2008-05-04
| | | | Closes: #479263
* update copyrightGuido Guenther2008-05-04
|
* yield the commit messageGuido Guenther2008-05-04
| | | | instead of passing it back as a whole
* fix --git-exportGuido Guenther2008-05-04
| | | | Closes: #479147
* document changes and releasedebian/0.4.26Guido Guenther2008-04-28
|
* update copyrightGuido Guenther2008-04-28
|
* make ignore-new a config file optionGuido Guenther2008-04-26
| | | | Closes: #466900
* make boolean options parsing more robustGuido Guenther2008-04-26
|
* build-depend on python-dateutilGuido Guenther2008-04-26
| | | | Closes: #477959
* add a link to the online version of the manualGuido Guenther2008-04-25
|
* document --git-export=INDEXGuido Guenther2008-04-24
|
* git-export=INDEX exports the index into git-export-dirGuido Guenther2008-04-24
| | | | Closes: #466768
* add write_treeGuido Guenther2008-04-24
|
* use --no-auto-nmuGuido Guenther2008-04-23
| | | | Otherwise GIT_AUTHORS not in debian/control cause a NMU version number
* depend on devscripts that has dch --no-auto-nmuGuido Guenther2008-04-23
|
* catch GitRepositoryErrorsGuido Guenther2008-04-23
|
* fix error messageGuido Guenther2008-04-23
| | | | when we can't find any valid revisions
* document changes and releasedebian/0.4.25Guido Guenther2008-04-18
|
* create a symlink archive -> <package>_<version>.tar.gzGuido Guenther2008-04-18
| | | | | | | this makes sure pristine_tar uses the correct filename for the orig.tar.gz. Closes: #475316
* fix unpack_orig error reportingGuido Guenther2008-04-17
| | | | by addint the missing imports
* avoid notGuido Guenther2008-04-17
|
* fix "pristine-tar missing" error messageGuido Guenther2008-04-14
|
* fix indentationGuido Guenther2008-04-14
|
* document changes and releasedebian/0.4.24Guido Guenther2008-04-14
|
* tighten homepage URLGuido Guenther2008-04-14
|
* 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)
* Add support for passing extra env. vars to Command objects.Adeodato Simó2008-04-14
| | | | | | When creating a Command(), pass an "extra_env" argument to __init__. This should be a dict of additional variables to pass to the command. (cherry picked from commit cba467a70664d8f8b1e61e4bb7beda421aec543f)
* rfc822_date_to_git() needs python-dateutilGuido Guenther2008-04-14
|
* update modeline and fix typoGuido Guenther2008-04-14
|
* add vim modelineGuido Guenther2008-04-14
|
* add _test()Guido Guenther2008-04-14
| | | | to run doctests easily
* add rfc822_date_to_git()Guido Guenther2008-04-14
| | | | | this function converts a date in RFC822 format to a string 'seconds_since_epoch tz' that can be used for eg. GIT_AUTHOR_DATE.
* better handle broken dsc filesGuido Guenther2008-04-12
|