diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-11-26 18:55:36 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-11-26 18:55:36 +0100 |
commit | d7150fd6bf649f36b7bc4383c2af94ccff2b8b5d (patch) | |
tree | 7425fd75d1b1b4b77a8fa6c31ea9968075923f68 /debian | |
parent | ecec4d5a2c1bf78e1c78e4f1dc9008907b66b518 (diff) | |
download | git-buildpackage-d7150fd6bf649f36b7bc4383c2af94ccff2b8b5d.tar.gz git-buildpackage-d7150fd6bf649f36b7bc4383c2af94ccff2b8b5d.tar.bz2 git-buildpackage-d7150fd6bf649f36b7bc4383c2af94ccff2b8b5d.zip |
document changes and release 0.4.61
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4821bd14..ebca1d7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +git-buildpackage (0.4.61) unstable; urgency=low + + * [fc96f75] switch to 3.0 (native) source format + * [bf258de] use git;// instead of http:// + * [043c75a] Make gbp-clone, gbp-pull and gbp-pq first class citizens + by moving them from examples/ to /usr/bin/ + * [c5e4148] Add documentation for gbp-{pg,pull.clone} + * [06059df] Make the default build command 3.x source format safe Instead of + passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use + the default behaviour of dpkg-source. (Closes: #553079) + * [ecec4d5] gbp-pull: Don't fail if no tracking branch exists. + + -- Guido Günther <agx@sigxcpu.org> Thu, 26 Nov 2009 18:55:19 +0100 + git-buildpackage (0.4.60) unstable; urgency=low [ Guido Günther ] |