summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Document changes and release 0.5.10debian/0.5.10Guido Günther2010-09-27
|
* Cleanup generated manpageGuido Günther2010-09-27
| | | | Git-Dch: Ignore
* Warn if not invoked by git-buildpackageGuido Günther2010-09-27
| | | | | | | git-pbuilder is supposed to be invoked by git-buildpackage. Otherwise things like export-dir aren't respected. Closes: #596625
* Document changes and release 0.5.9debian/0.5.9Guido Günther2010-09-17
|
* Don't fail on missing debian/rulesGuido Günther2010-09-16
| | | | LP: #638371
* Improve compression format detectionGuido Günther2010-09-14
| | | | | | | by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212
* Avoid unnecessary branch switchGuido Günther2010-09-14
| | | | | when fixing the previous issues. LP: #637286
* Switch to debian branch before forcing the HEAD updateGuido Günther2010-09-13
| | | | | | otherwise we might forward the current branch to another branch's ref. Thanks: Rolf Leggewie for the testcase
* Add --git-arch optionGuido Günther2010-09-02
|
* Resync with git-pbuilder 0.16Guido Günther2010-09-02
| | | | Closes: #595055
* Document changes and release 0.5.8debian/0.5.8Guido Günther2010-09-01
|
* Don't hardcode package nameGuido Günther2010-08-31
|
* Fix exception nameGuido Günther2010-08-31
| | | | so we don't fail on repos without tags.
* Remove file and commit ambiguityGuido Günther2010-08-31
|
* Properly handle local only changes as no update neededGuido Günther2010-08-29
|
* Fix --git-cleaner option name in git-buildpackage man pageSvend Sorensen2010-08-29
| | | | | | | git-cleaner option is misspelled as git-cleander in description of git-pbuilder option in the git-buildpackage man page. Closes: #594612
* Simple helper to tag a version if using git-svnGuido Günther2010-08-24
|
* Don't call stdout stdin.Matthijs Kooijman2010-08-21
| | | | Git-Dch: Ignore
* Document changes and release 0.5.7debian/0.5.7Guido Günther2010-08-18
|
* Use --pretty=format: instead of --format=Guido Günther2010-08-18
| | | | to support the git version in Lenny.
* Check for greater not unequal when looking for a new upstream versionGuido Günther2010-08-18
|
* Catch KeyboardInterruptGuido Günther2010-08-15
|
* Don't fail on gbp_version import errorsGuido Günther2010-08-15
| | | | | This makes it easier to test from the source tree without starting a build first.
* Fix bug numberGuido Günther2010-08-14
| | | | Git-Dch: Ignore
* Update copyright fileGuido Günther2010-08-14
|
* Recommend cowbuilderGuido Günther2010-08-14
|
* Check for cowbuilderGuido Günther2010-08-14
| | | | The cowbuilder package depends on pbuilder so this is enough.
* Only output dist if set.Guido Günther2010-08-14
|
* Document changes and release 0.5.6debian/0.5.6Guido Günther2010-08-14
|
* When creating a new base image don't fail if it's missingGuido Günther2010-08-13
|
* Document changes and release 0.5.5debian/0.5.5Guido Günther2010-08-12
|
* Guess changelog version number from upstream versionGuido Günther2010-08-12
|
* Move DpkgCompareVersions and add compare_versionsGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Silence compression type detectionGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Missing manpage fixGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther2010-08-12
|
* Build and install git-pbuilder manpageGuido Günther2010-08-12
|
* Simplify example using --downloadGuido Günther2010-08-12
|
* Use git-pbuilder in the pbuilder chapterGuido Günther2010-08-12
|
* Deprecate our own pbuilder helpersGuido Günther2010-08-12
|
* Add git-pbuilderGuido Günther2010-08-11
| | | | | Thanks: Russ Allbery Closes: #583078
* Check for legacy tags where necessary.Guido Günther2010-08-10
|
* Better version number replacementGuido Günther2010-08-10
| | | | Closes: #534494
* Pass dch_options to all calls of spawn_dchGuido Günther2010-08-10
| | | | | | | This fixes the problem of an empty [maintainer] at the end of the changelog section. Thanks: Michael Prokop
* Support --nmu, --bpo and --qaGuido Günther2010-08-10
| | | | Closes; #534494
* Catch GitRepositoryErrorsGuido Günther2010-08-10
| | | | | | for less Python exceptions Git-Dch: Ignore
* Remove duplicate checkGuido Günther2010-08-10
| | | | Git-Dch: Ignore
* Document changes and release 0.5.4debian/0.5.4Guido Günther2010-08-06
|
* Pass --multimaint-merge on to dchGuido Günther2010-08-06
| | | | Closes: #586165
* Don't add superflous parents to imports on the Debian branchGuido Günther2010-08-06
| | | | Only set a parent on the first import per upstream version.