summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and releasedebian/0.4.32Guido Guenther2008-06-16
|
* Don't set the version number twiceGuido Guenther2008-06-16
| | | | | | | makes sure git-import-dsc doesn't use the Version: line from the message instead of the signature on old PGP signatures Closes: #486397
* escape $s in commit messagesGuido Guenther2008-06-16
| | | | | | so variable names like $remote_fs don't get dropped silently. Closes: #486447
* don't try to cleanup in case of tag_onlyGuido Guenther2008-06-16
| | | | Closes: #486398
* document changes and releasedebian/0.4.31Guido Guenther2008-06-12
|
* add epoch to dch callGuido Guenther2008-06-12
| | | | Closes: #483718
* add has_epochGuido Guenther2008-06-12
|
* add --git-tag-onlyGuido Guenther2008-06-12
| | | | | skips the build, only tags and runs post-tag hooks Closes: #485114
* typoGuido Guenther2008-06-12
|
* document git-impport-dscsGuido Guenther2008-06-12
|
* Fix typoGuido Guenther2008-06-03
| | | | Closes: #484243
* document changes and releasedebian/0.4.30Guido Guenther2008-05-29
|
* Try harder to find/build the upstream tarballGuido Guenther2008-05-26
| | | | | | | don't skip pristine-tar if the tarball-dir is also specified. Only fail if no-create-orig is given. Closes: #482786
* Help pristine-tar to find the branch nameGuido Guenther2008-05-25
| | | | Closes: #481806
* 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