aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/NEWS
blob: e98be909442bf8da33f5cfcb56ff63831b502d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
git-buildpackage (0.3.3) unstable; urgency=low

  As of this version git-buildpackage doesn't pass hardcoded '-i\.git -I.git'
  to the build command specified via --git-builder (or via the builder config
  file options). So if you're not using the default build command (which is
  now 'debuild -i\.git -I.git' instead of just plain 'debuild') you'll have to
  add these options to your build command in order to exclude git metadata
  from your diffs and source tarballs.
  This was done to make the invocation of the build command more flexible, we
  don't rely on debuild behaviour from now on.
  Again: if you didn't change the default build command, you don't have to
  change anything.

 -- Guido Guenther <agx@sigxcpu.org>  Mon, 20 Aug 2007 18:08:37 +0200

git-buildpackage (0.2.25) unstable; urgency=low

  Generated tags are now by default put into debian/ and upstream/ namespaces.
  This doesn't have any effect on already existing tags.

 -- Guido Guenther <agx@sigxcpu.org>  Fri,  2 Feb 2007 15:56:12 +0100