chiark / gitweb /
When invoking git-buildpackage via dgit gbp-build, consider our command line argument...
[dgit.git] / debian / changelog
index 7537ba2c7597d69f27195307e55c290b59b84980..de420106eff4f48c3efbc969574464086d2dda89 100644 (file)
@@ -10,6 +10,10 @@ dgit (1.1~~) unstable; urgency=low
   * Work around #793471 (madness with $SIG{__WARN__} and Perl's system
     builtin): move $SIG{} setting into setup_sigwarn in Dgit.pm, and
     check getppid.
+  * When invoking git-buildpackage via dgit gbp-build, consider our
+    command line arguments when massaging the dpkg-buildpackage arguments,
+    so that we don't end up giving dpkg-buildpackage contradictory
+    instructions.
 
   Configurability:
   * Honour dgit-distros.DISTRO.cmd-CMD and .opts-CMD.  Closes:#793427.