diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-05-06 19:26:22 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-05-06 19:26:22 +0200 |
commit | bd4398726ecd9b4363b95f9a0085e2ead85e5656 (patch) | |
tree | 35cb1ace1aa61a6a7b99756ff9f657d62f052043 /debian | |
parent | 90ffae8f30432c267f1f2165bcae85bf7946bb9e (diff) | |
download | git-buildpackage-bd4398726ecd9b4363b95f9a0085e2ead85e5656.tar.gz git-buildpackage-bd4398726ecd9b4363b95f9a0085e2ead85e5656.tar.bz2 git-buildpackage-bd4398726ecd9b4363b95f9a0085e2ead85e5656.zip |
Document changes and release 0.6.0~git20130506debian/0.6.0_git20130506
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9712a379..35d3f323 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +git-buildpackage (0.6.0~git20130506) unstable; urgency=low + + [ Guido Günther ] + * Get rid of lots of spurious output to stderr, only report it in error + cases. This makes the tools and the testsuite less chatty. + * [4abfa6a] gbp-pull: Fix typo in help output + * [90ffae8] manpages: Document gbp-pull's --ignore-branch option + + [ Markus Lehtonen ] + * [9e3267a] DebianSource: raise DebianSourceError if reading changelog fails + * [a36dc64] buildpackage: catch and handle DebianSourceError gracefully + * tests: fixes for older dch + * [36341dd] GitRepository: add describe() method. + * [ae63dba] DebianSource: fix is_native() + Determine from changelog if debian/source/format does not provide any type + (1.0 format). + * [f880910] tests: Fix tests for Ubuntu. + * [f9722f6] buildpackage: implement --[no-]hooks option. + + -- Guido Günther <agx@sigxcpu.org> Mon, 06 May 2013 19:18:49 +0200 + git-buildpackage (0.6.0~git20130414) unstable; urgency=low * [e948bd3] Don't try access source before it's filled |