aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-08-20 18:17:31 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-08-20 18:17:31 +0200
commitb2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6 (patch)
tree547e2a6a0130912416083b78e6744d991977ec3b /debian
parentb014ad23d94771e736a6df194138b2c89219d472 (diff)
don't hardcode -i\.git -I.git as build arguments
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 7eeace09..e98be909 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+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.