summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-12document changes and releaseGuido Guenther
2008-06-12add epoch to dch callGuido Guenther
Closes: #483718
2008-06-12add has_epochGuido Guenther
2008-06-12add --git-tag-onlyGuido Guenther
skips the build, only tags and runs post-tag hooks Closes: #485114
2008-06-12typoGuido Guenther
2008-06-12document git-impport-dscsGuido Guenther
2008-06-03Fix typoGuido Guenther
Closes: #484243
2008-05-29document changes and releaseGuido Guenther
2008-05-26Try harder to find/build the upstream tarballGuido Guenther
don't skip pristine-tar if the tarball-dir is also specified. Only fail if no-create-orig is given. Closes: #482786
2008-05-25Help pristine-tar to find the branch nameGuido Guenther
Closes: #481806
2008-05-17document changes and releaseGuido Guenther
2008-05-17add git-import-dscsGuido Guenther
to import mutiple dscs in one go Closes: #471580
2008-05-17add call() doesn't mangle return codes nor uses stderrGuido Guenther
2008-05-17add a version propertyGuido Guenther
2008-05-17move dsc handling into deb_utilsGuido Guenther
2008-05-16include the commit id in the changelog entryGuido Guenther
2008-05-16pass the whole options aroundGuido Guenther
to avoid lots of function arguments
2008-05-16print default value of --metaGuido Guenther
2008-05-16better raise a ValueError exceptionGuido Guenther
2008-05-16avoid naming conflictGuido Guenther
2008-05-13avoid extra space before "(Closes: )"Guido Guenther
2008-05-12document changes and releaseGuido Guenther
2008-05-08add --git-dont-purge to leave the exported build dir intactGuido Guenther
Closes: #479848 Thanks: Kurt B. Kaiser for the patch
2008-05-08make --meta a config file optionGuido Guenther
2008-05-08fix symlink creationGuido Guenther
2008-05-06missing EOFGuido Guenther
Closes: #479726 Thanks: Sedat Dilek
2008-05-04document changes and releaseGuido Guenther
2008-05-04make author parsing more robustGuido Guenther
Closes: #479263
2008-05-04update copyrightGuido Guenther
2008-05-04yield the commit messageGuido Guenther
instead of passing it back as a whole
2008-05-04fix --git-exportGuido Guenther
Closes: #479147
2008-04-28document changes and releaseGuido Guenther
2008-04-28update copyrightGuido Guenther
2008-04-26make ignore-new a config file optionGuido Guenther
Closes: #466900
2008-04-26make boolean options parsing more robustGuido Guenther
2008-04-26build-depend on python-dateutilGuido Guenther
Closes: #477959
2008-04-25add a link to the online version of the manualGuido Guenther
2008-04-24document --git-export=INDEXGuido Guenther
2008-04-24git-export=INDEX exports the index into git-export-dirGuido Guenther
Closes: #466768
2008-04-24add write_treeGuido Guenther
2008-04-23use --no-auto-nmuGuido Guenther
Otherwise GIT_AUTHORS not in debian/control cause a NMU version number
2008-04-23depend on devscripts that has dch --no-auto-nmuGuido Guenther
2008-04-23catch GitRepositoryErrorsGuido Guenther
2008-04-23fix error messageGuido Guenther
when we can't find any valid revisions
2008-04-18document changes and releaseGuido Guenther
2008-04-18create a symlink archive -> <package>_<version>.tar.gzGuido Guenther
this makes sure pristine_tar uses the correct filename for the orig.tar.gz. Closes: #475316
2008-04-17fix unpack_orig error reportingGuido Guenther
by addint the missing imports
2008-04-17avoid notGuido Guenther
2008-04-14fix "pristine-tar missing" error messageGuido Guenther
2008-04-14fix indentationGuido Guenther