NEWS 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. git-buildpackage (0.6.26) unstable; urgency=medium
  2. All gbp-* and git-* commands are now gone as as announced in the
  3. deprecation notice from June 2013. From now on only "gbp <command>" is
  4. supported.
  5. -- Guido Günther <agx@sigxcpu.org> Mon, 27 Apr 2015 21:55:23 +0200
  6. git-buildpackage (0.6.9) unstable; urgency=medium
  7. This version changes the default of the cleaner options from 'debuild clean'
  8. to a noop ('/bin/true'). If you want to retain the old behaviour you can still
  9. configure it via gbp.conf. For more details see #670624.
  10. -- Guido Günther <agx@sigxcpu.org> Sun, 05 Jan 2014 15:52:39 +0100
  11. git-buildpackage (0.6.0) unstable; urgency=low
  12. In order to provide a more consistent and git like interface a new gbp super
  13. command was added as a front end to all git-* and gbp-* commands. So what was
  14. either git-<command> or gbp-<command> is now
  15. gbp <command>
  16. The old commands are still provided for backward compatibility but will be
  17. removed in a future release so please update any scripts and tools relying on
  18. it.
  19. -- Guido Günther <agx@sigxcpu.org> Wed, 26 Jun 2013 13:38:16 +0200
  20. git-buildpackage (0.4.61) unstable; urgency=low
  21. In order to not override dpkg-buildpackage's defaults for 3.0 source packages
  22. the default builder command is now "debuild -i -I" instead of "debuild
  23. -i\.git/ -I.git". If you want to retain the old behaviour please adjust your
  24. gbp.conf accordingly.
  25. -- Guido Günther <agx@sigxcpu.org> Sun, 22 Nov 2009 17:07:52 +0100
  26. git-buildpackage (0.4.57) unstable; urgency=low
  27. git-import-orig dosn't generate changelog entries by default anymore. This
  28. means you can safely remove --no-dch from all your scripts and config files.
  29. If you want git-import-orig to behave as before add:
  30. postimport = dch -v%(version)s New Upstream Version
  31. to your gbp.conf. If you want to invoke git-dch instead, you can use:
  32. postimport = git-dch -N%(version)s -S -a
  33. The later is recommended since it creates git-dch compatible changelog
  34. entries.
  35. -- Guido Günther <agx@sigxcpu.org> Sun, 23 Aug 2009 17:21:50 +0200
  36. git-buildpackage (0.3.3) unstable; urgency=low
  37. As of this version git-buildpackage doesn't pass hardcoded '-i\.git -I.git'
  38. to the build command specified via --git-builder (or via the builder config
  39. file options). So if you're not using the default build command (which is
  40. now 'debuild -i\.git -I.git' instead of just plain 'debuild') you'll have to
  41. add these options to your build command in order to exclude git metadata
  42. from your diffs and source tarballs.
  43. This was done to make the invocation of the build command more flexible, we
  44. don't rely on debuild behaviour from now on.
  45. Again: if you didn't change the default build command, you don't have to
  46. change anything.
  47. -- Guido Guenther <agx@sigxcpu.org> Mon, 20 Aug 2007 18:08:37 +0200
  48. git-buildpackage (0.2.25) unstable; urgency=low
  49. Generated tags are now by default put into debian/ and upstream/ namespaces.
  50. This doesn't have any effect on already existing tags.
  51. -- Guido Guenther <agx@sigxcpu.org> Fri, 2 Feb 2007 15:56:12 +0100